Quote:
Originally Posted by phattooth
Great answers for #2 and #3 dawg!
as to #1, I was pulling those strings outa my *** a few pages back and i think i had them wrong, the exact ones are:
HKLM\System\GWE
dlgctr & dlgctrL
delete those.
@pbrown... I would like to point out, that not only did dawg and i talk about it like he said, but someone else also came up and gave a link to the original archived thread, where bored gave exact reg location and file names.
|
Deleting the Registry entries as indicated above sort of works, but is not quite the default way WM handles things. Just to clarify, the method described above of deleting the two keys will cause the dialog boxes to no longer appear to the left edge just below the title bar. Instead the dialog will appear horizontally centered in an area starting just below the title bar and to the bottom of the screen. This results in dialog boxes sometimes (well, more frequently for sure) being obscured by the keyboard if it is shown. The default ROM uses the settings below which places dialog boxes centered horizontally, but vertically slightly higher on the screen, which I think is a more optimal position.
HKEY_LOCAL_MACHINE\System\GWE
dlgctr = 00 00 00 00 1A 00 00 00 E0 01 00 00 E0 01 00 00
dlgctrL = 00 00 00 00 34 00 00 00 80 02 00 00 E0 01 00 00
Note that if you did delete the key already and want to recreate it that it is a Multi-String value (REG_MULTI_SZ), not just a regular string.
Dan