2) Refer to the following steps - From Microsoft - Disable Dr. Watson Disable Dr. Watson Click on Start, click Run, type regedit in the Open box. Start, click Run, type regedit.exe in the Open box and click OK. Locate and click on the following registry entry:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\AeDebugNote: Steps 3 and 4 are optional, and are required if you need to revert to using Dr. Watson's default settings. Note: Steps 3 and 4 are optional and are required if you need to restore the default settings using Dr. Watson. Click the AeDebug item and then click Export Registry File on the Registry menu. Type a name and location for the saved registry file and click Save. Delete the AeDebug entry.
In Windows, the registry entry for the debugging program is located in the AeDebug entry. By default, the Dr. Watson program is installed in Windows and configured to run in the event of an application error (the Auto value has a data value of 1). The default values are as follows:
Value Name = Auto
Type = String (REG_SZ)
Data Value = 1 or 0. (The default value is 1)
Value Name = Debugger
Type = String (REG_SZ)
Data Value = drwtsn32 -p %ld -e %ld -g
Note: This data value (drwtsn32 -p %ld -e %ld -g) is proprietary to Dr. Watson. Other debugging programs will have their own values and parameters. Enabling Dr. Watson Type the following command line at the command prompt and press Enter:
drwtsn32 -iDouble-click on the .reg file created in steps 3 and 4 above.