Getting Rid of Tips

Getting Rid of Tips

October 10, 2010
Remember those "Tips of the day" that appeared when you first install Win95?
If you don't want them any longer and want to clear yet more Clutter, approximately 5K, you can delete them at:
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ explorer \ Tips
Saving Desktop Settings

Saving Desktop Settings

October 10, 2010
When I would go to Control Panel or Start Menu Programs, or any other Desktop window setting; meaning size, position, icon arrangement, they would never be as I set them. I found an answer:
At [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
There is a "NoSaveSettings" key. I deleted it and now my all my stuff stays where I tell it.
The same key shows up at:
[HKEY_USERS\bwil\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer](where bwil is your password profile) Just thought I'd share this with you all.
Adding Explore From Here to Every Folder

Adding Explore From Here to Every Folder

October 10, 2010
  1. Start Regedit
  2. Go to HKEY_CLASSES_ROOT \ Folder \ shell
  3. Add a key rootexplore
  4. Give it a default value of E&xplore From Here
  5. Go to HKEY_CLASSES_ROOT \ Folder \ shell \ rootexplore
  6. Add a key command
  7. Give it a default value of Explorer.exe /e,/root,/idlist,%i
Now when you right click on any folder, you can open up an Explorer window

of that folder.
This will work for both Windows95 and NT 4.0
Changing the Registered Owner

Changing the Registered Owner

October 10, 2010
  1. Starting Regedit
  2. Go to HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Windows / CurrentVersion
  3. From there you can edit the name in the Registered Owner key
Adding an Application to the Right Click on Every Folder

Adding an Application to the Right Click on Every Folder

October 10, 2010
Here is how to add any application to the menu when you right click on any Folder.
This could be useful if there is an app you always want available and don't want to go through the Start menu
  1. Start Regedit
  2. Go to HKEY_CLASSES_ROOT \ Folder \ shell
  3. Add a key Name_of_Your_App
  4. This can really be any label, just use one that makes sense to you
  5. Give it a default value of Name_of_Your_App
  6. Putting a & in front of a character will allow you to use the keyboard
  7. Go to HKEY_CLASSES_ROOT \ Folder \ shell \ Name_of_Your_App
  8. Add a key command
  9. Give it a default value of the application you want to run
  10. For example: c:\program files\internet explorer\iexplore.exe
  11. Include the full path
Disable the Excel prompt for opening formats different than the extension

Disable the Excel prompt for opening formats different than the extension

July 29, 2010
many web sites export tabular information from grids/tables into 'Excel' format. the file is not a true Excel format and actually contains X/HTML. if the file is opened in Excel 2007 you may get a prompt that the file is in a different format than specified by the file extension.


If you regularly work with files like this, there is a way to disable this prompt, add a DWORD key called ExtensionHardening with value 0 to
HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Excel\Security
Change where sent e-mail messages are saved when using an Exchange account

Change where sent e-mail messages are saved when using an Exchange account

July 29, 2010
By default, a copy of each message that you send is saved in the Sent Items folder.


When you reply to or forward an e-mail message that is saved in any folder other than the Inbox, you can configure Outlook to save a copy of the sent message in the same folder as the original message.

1. On the Tools menu, click Options, and then on the Preferences tab, click E-mail Options.

2. Under Message handling, the Save copies of messages in Sent Items folder check box must be selected.

3. Click Advanced E-mail Options.

4. Select the In folders other than the Inbox, save replies with original message check box.