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.

link|improve this question
What dialog does appear when WER is disabled? – Richard Slater Jun 23 '09 at 8:59
1  
A problem has caused the program to stop working correctly. And a "Close the program" button. – Lev Jun 23 '09 at 10:53
feedback

2 Answers

up vote 0 down vote accepted

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

Source

link|improve this answer
feedback

How do I adjust the time before Windows 2008 server kills the app? I have gotten rid of the dialog box but I need to disable the OS from killing the app that is running.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.