JSI Tip 10123. How can I disable the Application Error Reporting tool?
Jerold Schulman
February 2, 2006
1 Min Read
The Application Error Reporting tool collects information automatically whenever an Office program stops responding, and allows you to send a report to Microsoft.
To disable the Application Error Reporting tool, you can include commands in a Logon script AND in a Startup script.
NOTE: These commands use REG.EXE, built into Windows XP, Windows Server 2003, and later operating systems, or installed from the Windows 2000 Support Tools.
Logon Script Commands
REG ADD HKCUSoftwarePoliciesMicrosoftPCHealthErrorReportingDW /V DWReportee /T REG_DWORD /F /D 1REG ADD HKCUSoftwareMicrosoftPCHealthErrorReportingDW /V DWReportee /T REG_DWORD /F /D 1
Startup Script Commands
REG ADD HKLMSoftwarePoliciesMicrosoftPCHealthErrorReportingDW /V DWReportee /T REG_DWORD /F /D 1 REG ADD HKLMSoftwareMicrosoftPCHealthErrorReportingDW /V DWReportee /T REG_DWORD /F /D 1
NOTE: See How do I prevent the Office XP Application Error Reporting tool from reporting errors?
NOTE: You can also use, and I prefer, PolicyMaker™ Registry Extension freeware.
About the Author
Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
You May Also Like