Disable pop-up for "Faulting application" on login - Windows Server 2003
Posted
by Mikael Svenson
on Server Fault
See other posts from Server Fault
or by Mikael Svenson
Published on 2010-04-28T09:00:52Z
Indexed on
2010/04/28
9:04 UTC
Read the original article
Hit count: 320
windows-server-2003
I have a service running on a Windows 2003 server. The service executes a .exe file to process some data. Sometimes the .exe crashes due to incorrect input and it logs an error to the Application Log which is fine.
If I remote login to the server I get a pop-up of the .exe file crash, for each crash which has occured since I last logged in. The crashes can safely be ignored and I'd like to ignore these pop-ups.
Is there a way to disable these pop-ups?
© Server Fault or respective owner