How to disable ".exe has stopped working" dialog.  
Author Message
iveys





PostPosted: Top

Windows Vista >> How to disable ".exe has stopped working" dialog. I am running a long set of unattended software tests (native code) on
Window Vista. Because I am testing software has frequent changes,
several of the tests may contain error and may crash. On my Vista
machine, then a test crashes I get the following dialog from Vista:

<program-name>.exe has stopped working
A problem caused the program to stop working correctly.
Please close the program.

with a single button to "Close the program".

I need a way to disable that dialog. So far I have done the
following:

1) Start->Programs->Maintanance->Porblem Reports & Solutions->Change
Settings->Advanced Settings, shutoff ALL Windows Error Reporting.

2) Disabled all JIT debugging in Visual Studio 2005.

3) Removed registry key HKLM\Software\Microsoft\Windows NT\Current
Version\AeDebug

4) Set registry key HKLM\System\CurrentControlSet\Control\Windows
\ErrorMode = 2.

Does anyone know how to disable the dialog.

Windows Vista15