Registry Tweaks
From Jonsdocswiki
Windows' registry is a playground for breaking all sorts of things. Fortunately, we can tweak things too :D
| Disclaimer |
|
Below there are instructions on how to modify your registry - doing so can render Windows unstable or worse. These instructions are provided as-is with no warranty of any kind
|
Contents |
Accessing the registry
- Click Start
- Click Run
- Type regedit
- Click OK
Shorthand explanations
- HKLM - HKey Local Machine
- HKCU - HKey Current User
- HKCC - HKey Current Config
Adjusting the default Screen Res
- Launch the registry editor
- Open HKCC
- Open System
- Open CurrentControlSet
- Open Control
- Open VIDEO
You'll see some GUIDS at this point and we'll need to check each one.
- Open the first GUID
- Open 0000
Examine DefaultSettings.XResolution and DefaultSettings.YResolution and change them to the required X and Y resolutions. Do the same for 0001 if it exists and then proceed to repeat for each GUID.
Reboot and the default screen res will have changed.
Making the On-Screen keyboard appear on logon
- Open the registry editor
- Expand the following path: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Winlogon\
- Double click the key called System
- In the Value data: box type OSK.exe
- Ok the dialogue box
- Close the registry editor and reboot.
Known problems
After the user has logged in, the OSK remains running as the user SYSTEM - this prevents OSK running again as the logged on user.
See also
Changing the logon wallpaper
- Open the registry editor.
- Browse to HKEY USERS\ .DEFAULT\Control Panel\Desktop
- Change the Wallpaper value to contain the bitmap image you want to display on the logon screen (e.g. c:\mywallpaper.bmp)
- If you want to repeatedly tile the wallpaper set TileWallPaper to 1
- If a stretched wallpaper is desired set WallPaperStyle to 2
- Logoff to see the changes.
