Wednesday, July 12, 2006

 

Bye Bye Windows Error Reporting

If you're a developer you will never have seen one of those Windows Error Reporting dialogs right? ;) Now, I'm sure that Microsoft are putting those Quadzillion error reports to some good use, but I'm equally sure they don't want to hear from me about my half finished application, that is having, well..., one or two issues! MCPMag describes how to turn off Windows Error Reporting. Open the registry at this key:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PCHealth\ErrorReporting

and set these values as follows:

AllOrNone: 1
DoReport: 0
IncludeKernelFaults: 0
IncludeMicrosoftApps: 0
IncludeWindowsApps: 0
ShowUI: 0


    

Powered by Blogger