1

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.

Lev
  • 205
  • 3
  • 6

1 Answers1

0

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

Source

Lev
  • 205
  • 3
  • 6