WER is not working on Windows Server and Windows Server Core machines

Shyam Butani 190 Reputation points
2024-07-12T10:06:44.0266667+00:00

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.

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,017 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.