How to Disable/Enable Windows default debugger Dr. Watson
If you haven’t heard it before, you may wonder what is Dr. Watson? Here is a brief explanation:
Dr. Watson for Windows is a program error debugger that gathers information about your computer when an error (or user-mode fault) occurs with a program. Technical support groups can use the information that Dr. Watson obtains and logs to diagnose a program error.
So, that means this debugger will collect information and send to Microsoft for further analysis. But for your testing computer that don’t have internet, or if you feel it’s useless for you anyway, just follow these steps to turn off.
- 1.Go to Start Menu –>> Run and type regedit.exe then press Enter.
- 2.Browse to the following registry. HKEY_LOCAL_MACHINESoftwareMicrosoftWindows NTCurrentVersionAeDebug
- 3.Click the AeDebug key, and then click Export Registry File on the Registry menu. Save the file and remember it.
- 4.Then you can delete the AeDebug key.
That’s it! Whenever any programs crash again, Windows won’t ask you whether you want to send data to Microsoft or not.
If you change your mind and want to enable Dr. Watson back. It’s easy.
- Double-click the file you save in step 3.
- And then go to Start –>> Run –>> cmd.exe
- At the command prompt, type drwtsn32 -i
Have fun playing around Windows!
Source : Microsoft
Tags:
Related posts:
Leave a comment
Recent Posts
Recent Comments
Tags
Archives
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- November 2009
- July 2009
- May 2009
- April 2009
- January 2009
- October 2008
- September 2008
- August 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- November 2006
- February 2006
- January 2006
- December 2005

