If your server or application fails to restart under FireDaemon Pro control due to an error popup getting in the way, then the following fix should solve the problem. Visit the Microsoft website and follow the instructions there for modification of the follow registry key:

HKEY_LOCAL_MACHINE\SYSTEM\ControlSet\Control\Windows\ErrorMode

Be extremely careful with the Registry as incorrect changes can break Windows. For low-level filtering out visible notification of various errors use registry key above and set the value as follows:


ErrorMode value descriptions:


0 - All messages are visible (default value).
1 - Only system messages are invisible. An example of this type of message is: "Virtual Memory Minimum Too Low."
2 - All messages are invisible. An example of this type of message is: "Unable to Locate Component" shown when application can't load DLL statically linked to it.


Change the value of the registry key to 2. You will need to reboot your machine for the change to take effect.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet\Control\Windows]
"ErrorMode"=dword:00000002