Jul 24
When you right-click on the desktop and select New, a list of default templates you can open up are listed.
To remove items from that list:

1. Start Regedit
2. Search for the string ShellNew
3. This should bring you to HKey_Classes_Root
4. For the items you want to remove, simply rename the ShellNew command
5. Renaming is safer that deleting it
6. Continue searching for the items you want to remove
7. You do not need to reboot for the change to take effect

Jul 24
1. Got to true DOS, not a DOS window
2. Run Regedit and then export the entire Registry to COMPACT.REG.
3. Then exit regedit and run it again with the following switch. REGEDIT /C COMPACT.REG

Jul 24
1. Start the REGEDIT program
2. Search for the word RUNMRU
3. Delete the ones you don’t want
4. Rename so they are all in alphabetical order again
5. Close and restart windows

Jul 24
You can create a banner that will come up just before you logon to the computer:

1. Start Regedit
2. Go to HKeyLocalMachine \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ WinLogon
3. Create a new string value called LegalNoticeCaption and give it a value you want to see in the menu bar
4. Create a new string value called LegalNoticeText and give it a value you want to see in the dialog box

Now before anyone logs into that computer, this banner will come up on the screen.
This can be useful for any legal warnings you want to give regarding the use of the computer.

Jul 24
To stop the cursor from blinking in applications such as Word:

1. Start Regedit
2. Go to HKEY_CURRENT_USER\Control Panel\Desktop
3. Add a String Value
4. Name it CursorBlinkRate
5. Give it a value of -1
6. Reboot the computer