I call the program from the command line from my Perl script. When these programs crash, I get a message telling me if I want to notify Microsoft. Since this is an automated system, I wish I could suppress this message and continue with other things in my script. Is it possible?
You could probably use the function WerAddExcludedApplicationto stop the WER from hitting when the program crashes. You must undo the hat exception again with WerRemoveExcludedApplication.
WerAddExcludedApplication
WerRemoveExcludedApplication
,
XP 2003 http://www.windowsnetworking.com/articles_tutorials/Disable-Error-Reporting-Windows-XP-Server-2003.html
in vista http://chris.pirillo.com/how-to-disable-windows-error-reporting/
" Windows" (WER) ( , ): https://www.raymond.cc/blog/disable-program-has-stopped-working-error-dialog-in-windows-server-2008/
, , system() perl script. , ; , .
system()
Perl, . " ". ?
, . " " / WinQUAL, Perl, , , Perl , Perl , , , Perl . , .
Windows, Windows.