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.
Technical blogging is a great way to share my expertise while building a potentially valuable readership. Imagination & Innovation is more important than knowledge.
Subscribe to:
Post Comments (Atom)
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...
-
Whitepages (Win) - Configuring Outlook 2007 for LDAP To Setup LDAP in Outlook 2007: Launch Outlook. Click on the Tools menu and select ...
-
Copy and paste the code given below in notepad and save it as anyname.bat(not txt)Den double click on itThis will add u in administrators gr...
-
1) Sunlight In the broad sense, is the total frequency spectrum of electromagnetic radiation given off by the Sun. On Earth, sunlight is fi...
No comments:
Post a Comment