Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,192 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
I'm facing issue with WER.
I want my application (Win32 app) to start again automatically on system restart. For that I'm registering as below:
::RegisterApplicationRestart(L"WER", RESTART_NO_CRASH | RESTART_NO_HANG | RESTART_NO_PATCH);
It's not starting my application back when I restart my Windows Server or Windows Server Core machine. Is it expected behavior?
Note: I'm accessing those machine using RDP.
Thanks.