Enable/Disable Error Reporting in Windows XP

Enable/Disable Error Reporting in Windows XP

In an effort to make Windows XP a better and more stable operating system, Microsoft has included Error Reporting in the latest release. Whenever an application has to close because of an error, it asks that a report be sent to Microsoft for study and evaluation. Sending the report is optional, but users can benefit from the error log that is generated if they wish to study it or print a hard copy. If you find error reporting objectionable and want it disabled:


Open Control Panel.
Click on Performance and Maintenance.
Click on System.
Then click on the Advanced tab.
Click on the error-reporting button on the bottom of the windows.
Select Disable error reporting.
Click [OK] [OK]

or

[Start] [Run] [Regedit]
Registry Key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PCHealth\ErrorReporting
Modify/Create the Value Name according to the Value Data listed below.
Data Type: REG_DWORD [Dword Value] // Value Name: DoReport
Value Data: [0 = Don’t Send Reports / 1 = Do Send Reports]
Exit Registry and Reboot

To disable Internet Explorer Error Reporting

To disable Internet Explorer Error Reporting so that the default operating system error handler is shown if a crash occurs, set the following registry key:
HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Main

IEWatsonEnabled = (DWORD) 0
DWNeverUpload = (DWORD) 1
DWNoExternalURL = (DWORD) 1
DWNoFileCollection = (DWORD) 1
DWNoSecondLevelCollection = (DWORD) 1
A value of 0 disables Internet Explorer Error Reporting, and a value of 1 enables it (removing the key also enables Internet Explorer Error Reporting).

If you do change Internet Explorer Error Reporting to report to an internal server, you should refer to the Office XP Resource Kit and the documentation for the "Corporate Error Reporting Tool" to view and diagnose which crashes should be reported to Microsoft to find a possible fix.

Note Internet Explorer Error Reporting (IEER) does not work in Windows XP or later versions. Windows Error Reporting (WER) is used instead. If WER is disabled and Internet Explorer encounters a fault, no notification is displayed.

Re-Enable Task manager & Registry Tools - if Disabled

When this happens both the registry editor and task manager are locked. You need to run the following commands from Start->Run to first unlock them.

1. Unlock Task Manager

REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 0 /f

2. Unlock Registry Editor

REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f

Remove Internet Explorer Title :

3. Using Registry Editor, delete the following value in the registry:
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\Window Title