Friday, January 14, 2011

Disabling process crash dialogs on Vista

A sequel of Disabling "MyApp has stopped working" dialog.

What can I do so that no dialog appears when a process crashes?

Update: If Windows Error Reporting is disabled, the dialog says "A problem has caused the program to stop working correctly" and has a "Close the program" button.

  • In the registry, go to key HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Windows Error Reporting and add the REG_DWORD value DontShowUI = 1

    Source

    From Lev

0 comments:

Post a Comment