Apr 24 2018

which program prevent windows 10 go sleep mode

powercfg -requests

C:\WINDOWS\system32>powercfg /Requests
DISPLAY:
Keine.

SYSTEM:
[DRIVER] Realtek High Definition Audio (HDAUDIO\FUNC_01&VEN_10EC&DEV_0…01)
Ein Audiostream wird derzeit verwendet.

AWAYMODE:
Keine.

AUSFÜHRUNG:
Keine.

PERFBOOST:
Keine.

ACTIVELOCKSCREEN:
Keine.

will list the state of the exe’s.

So we can see DRIVER under SYSTEM there is Realtek High Definition Audio in use.

to override the request :

powercfg -REQUESTSOVERRIDE DRIVER Realtek High Definition AudioSYSTEM

now it should be discarded and you should be able to get your PC into sleep mode again.

Too sad that it does take research instead of an icon on the right bottom side which tells you: your PC wanted to sleep, but could not because of xyz. Do you want to disable xyz? do you want to disable this message? oh man… alles muss man selber machen :-)))

sfc /scannow will check filesystem for corrupt files when required.