954,173 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Dr. Watson Problem and windows explorer problem

hi! All
I have the problem with Watson postmortem and windows explorer problem. Nearly for every 10 or 20 min it displaying the message "Windows has encountered a problem and need to close", and then Dr Watson postmortem problem error, and then hangs up the system. I am wondering what is wrong with this. I am sure my laptop is virus free, cause me not connected with internet and no other external connections to my laptop. Can anyone tell me what to do.
Thanks in advance

pratapchiluveru
Newbie Poster
14 posts since Apr 2009
Reputation Points: 10
Solved Threads: 0
 

Try this. It has worked wonders for me

To disable Dr. Watson
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\AeDebug
NOTE: 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 = Auto
Type = String (REG_SZ)
Data Value = 1 or 0. (Default is 1)

Value Name = Debugger
Type = String (REG_SZ)
Data Value = drwtsn32 -p %ld -e %ld -g

haria_kishore
Light Poster
28 posts since Jan 2005
Reputation Points: 11
Solved Threads: 1
 

Try this. It has worked wonders for me

To disable Dr. Watson 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\AeDebug NOTE: 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 = Auto Type = String (REG_SZ) Data Value = 1 or 0. (Default is 1)

Value Name = Debugger Type = String (REG_SZ) Data Value = drwtsn32 -p %ld -e %ld -g


thank you its working

pratapchiluveru
Newbie Poster
14 posts since Apr 2009
Reputation Points: 10
Solved Threads: 0
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You