Atlanta .NET Regular Guys

Community Blog for two guys in Atlanta that focus on Microsoft and Community.

Quick About

This is the community blog for Brendon Schwartz and Matt Ranlett.  If you want to see their technical posts visit http://www.sharepointguys.com

Back To DevCow

Recent Posts

Tags

Email Notifications

    Archives

    Disable Error Reporting Dialog for your application with the registry

    As always perform at your own risk and edit the registry at your own risk it could cause problems

    Here is how you would disable Error Reporting from the registry as requested from the previous post.

    1) Click Start->Run, then regedit and OK

    Turnoff-errordialog-run

    2) Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PCHealth\ErrorReporting\ExclusionList

    3) Right click on the right hand side, select New and then select DWORD Value

    Turnoff-errordialog-dword

    4) Enter the name of your application for the Name and then set the Data as a 1 or 0
    1 = Active
    0 = Not Active