My Windows Server 2016 enters in standby mode without following any regular pattern and I need it "awake" 24/7 because I connect to it through remote connection. Therefore, when this happens, I can't use the remote connection and when I physically see the server, the power button is orange and blinking.
I've tried:
powercfg.exe /hibernate off
but still, at random times, this happens.
The output of powercfg /list is:
Combinaciones de energía existentes (* activas)------------------------------------------------GUID de plan de energía: 381b4222-f694-41f0-9685-ff5bb260df2e (Equilibrado) *GUID de plan de energía: 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c (Alto rendimiento)GUID de plan de energía: a1841308-3541-4fab-bc81-f71556f20b4a (Economizador)
which means: balanced, high perfomance and economizer and the active option is the balanced one.Any idea on how to solve this?