I'll add a bit to this list

>>>
Shows the contents of windows while moving them: 1. Go to the start menu, go to run, type in regedit, hit return.
2. Go to HKEY_CURRENT_USER\Control Panel\Desktop by clicking on the masses of folders.
3. Double click the key and change the value from 0 to 1.
4. Close Registry editor and restart windows.
>>>
Change icon sizes:1. Go to the start menu. Go to run, type in regedit and hit return.
2. Find HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics. Click on WindowMetrics
3. Create a new value called Shell Icon Size. If you want a smaller icon, make the value smaller and if you want a bigger icon, make the value bigger.
4. Close Registry Editor and restart Windows.
>>>
Make Notepad word-wrap:1. Go to the start menu. In run, type in regedit and hit return.2. Find HKEY_CURRENT_USER\Software\Microsoft\Notepad in the registry editor.
3. Either create a new DWORD value called fWrap or use the one that is already in the directory. Double click fWrap to change it to 1, which enables word wrapping.
4. Close Registry Editor and restart Windows.
>>>
Create aliases for programs: (i.e., when you run a certain program under the name ASDF.EXE, it really runs something like NOTEPAD.EXE)
1. Go to the start menu. Go to run and type in regedit. Hit return.
2. Find HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths.
3. If you want to create a new alias, first create a sub-key, and call it the name of the alias you wish to create (i.e. "ASDF.EXE").
4. Change the default value of the sub-key to be the same as the normal path and filename of the application that you want loaded when this alias is asked to launch. (i.e. "c:\windows\notepad.exe").
5. Close Registry Editor and restart Windows.
>>>
Allow quick reboot (Note: This only works in Windows 2000 and Windows NT)
1. Go to the start menu and click run. Type in regedit and hit return.
2. Find HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windo
ws NT\CurrentVersion\Winlogon.
3. There should be a variable called EnableQuickReboot in there. Change the variable to 1 to enable it.
4. Close Registry Editor and restart Windows.
>>>
Display hidden folders and/or files1. Click on the start menu and select run. Type in regedit and hit return.
2. Find HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
3. Create a new value called Hidden (DWORD value) and then set it to either 1 (display hidden folders and files) or 2 (do not display hidden folders and files)
4. Close Registry Editor and restart Windows.
>>>
Forced no right clicking on the desktop1. Click on the start menu and select run. Type in regedit and hit return.
2. Find HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
3. Create a new variable called NoViewContextMenu (DWORD value) Set it to 1 for enabled and 2 for disabled.
4. Close Registry Editor and restart Windows.
>>>
Change the amount of recent files showed1. Click on the start menu and select run. Then type in regedit and hit return.
2. Find HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer.
3. Create a new value called MaxRecentDocs (DWORD value) and set it to the number of recent files that you want displayed.
4. Close Registry Editor and restart Windows.
>>>
Disallow users to view task manager1. Click on start menu and select run. Type in regedit and hit return.
2. Find HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System.
3. Create a new variable called DisableTaskMgr (DWORD value) and set it to 1 to disable task manager or 0 to enable it.
4. Close Registry Editor and restart Windows.
Comment/Reply (w/o sign-up)