Showing posts with label registery edit. Show all posts
Showing posts with label registery edit. Show all posts

Wednesday, September 22, 2010

Disable Dr. Watson

Watson is a debugging tool in windows , which sometimes becomes quite irritating when ever it pops up suddenly .



Here is a method to disable it , if it bugs you :

Dr. Watson can be disabled using the registry editor:

  1. Start the registry editor (Start >> Run >> type "regedit.exe" >> Hit enter )
  2. Navigate to HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ AeDebug
  3. Click on AeDebug and click Del
Alternativly just set HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ AeDebug \ AUTO to 0

To re-enable Dr. Watson type "drwtsn32 -i" in run window.

Remove Shortcut Arrows from Desktop Icon

1. Start regedit.
2. Navigate to the following registry value HKEY_CLASSES_ROOT -- > lnkfile
3. Delete the IsShortcut registry value in the right pane.
4. Reboot your PC.

Note:Before editing regisrty take a back up of regisrty.

Clear Recent files in Windows Media Player

You can delete the list through the Windows Registry:

1. Start the Windows Registry Editor, regedit.exe, by typing regedit in the Windows Run Command Line.

2. Go to HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Player\RecentFileList.

3. Delete the RecentFileList subkey.

4. If you've also streamed content from the Internet, you can delete the RecentURLList subkey.

5. Exit the Registry Editor.

6. Restart the computer.

To keep certain files in the list, don't delete the entire key. Deleting individual entries within the key will get rid of the files that you no longer want in the Recent File List.
Related Posts with Thumbnails