Wednesday, July 4, 2007

REGEDIT Tips

Recovering Permanently Deleted Mails (Including Sub-Folders)
The following describes the procedure to recover shift deleted [permanently deleted] mails from Microsoft Outlook.
Procedure:

  1. First go to Run and type regedit
  2. Go to: \HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\EXCHANGE\CLIENT\OPTIONS registry key.
  3. Right click options and add New DWORD VALUE (data type is REG_DWORD) and then right click and rename to DumpsterAlwaysOn. It is case sensitive.
  4. Then right click to select Modify and make the value 1 to turn the Recover Deleted Items menu choice on for all folders or enter 0 to turn it off.
  5. Then go to Outlook , choose "Recover deleted items" option from the Tools Menu to get back your "permanently deleted" mails!

Disabling My Computer

In areas where you are trying to restrict what users can do on the computer, it might be beneficial to disable the ability to click on My Computer and have access to the drives, control panel etc. To disable this:

  1. Open RegEdit
  2. Search for 20D04FE0-3AEA-1069-A2D8-08002B30309D
  3. This should bring you to the HKEY_CLASSES_ROOT\CLSID section
  4. Delete the entire section. Now when you click on My Computer, nothing will happen. You might want to export this section to a Registry file before deleting it just in case you want to enable it again. Or you can rename it to 20D0HideMyComputer4FE0-3AEA-1069-A2D8-08002B30309D. You can also hide all the Desktop Icons, see Change/Add restrictions.

Automatic Screen Refresh

When you make changes to your file system and use Explorer, the changes are not usually displayed until you press the F5 key To refresh automatically:

  1. Open RegEdit
  2. Go to HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Update
  3. Set the value name "UpdateMode" to 1

You can go through the following link if you are interested in more such tips related to regedit.
http://www.easydesksoftware.com/regtrick.htm

1 comment:

The Stupid Programmer said...

I generally prefer to stay away from the Registry, but some situations demand a direct interface with it :)
Thanks for the info..