Friday, November 27, 2009

How to disable Dr. Watson for Windows

To disable Dr. Watson
loadTOCNode(2, 'moreinformation');

Click Start, click Run, type regedit.exe in the Open box, and then click OK.
Locate and click the following registry key:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\AeDebugNOTE: Steps three and four are optional, but they necessary if you want to restore the default use of Dr. Watson.
Click the AeDebug key, and then click Export Registry File on the Registry menu.
Enter a name and location for the saved registry file, and then click Save.
Delete the AeDebug key. Registry entries for debugger programs are located in the AeDebug key in Windows. The Dr. Watson program is installed by default in Windows, and is configured to run when an application error occurs (with a data value of 1 for the Auto value). The default values are:
Value Name = AutoType = String (REG_SZ)Data Value = 1 or 0. (Default is 1)Value Name = DebuggerType = String (REG_SZ)Data Value = drwtsn32 -p %ld -e %ld -gNOTE: This data value (drwtsn32 -p %ld -e %ld -g) is specific to Dr. Watson. Alternative debuggers will have their own values and parameters.
Back to the top
To enable Dr. Watson
loadTOCNode(2, 'moreinformation');

At a command prompt, type the following line, and then press ENTER: drwtsn32 -i
Double-click the .reg file you created in steps three and four above.

No comments:

Explaining DNS Concepts - DNS Servers-DNS Queries-DNS Records

3 types of DNS queries— recursive, iterative, and non-recursive 3 types of DNS servers— DNS Resolver, DNS Root Server and Authoritative Name...