@[email protected] to [email protected] • 1 month agoEvery. Single. Time.lemmy.worldimagemessage-square139fedilinkarrow-up1959
arrow-up1959imageEvery. Single. Time.lemmy.world@[email protected] to [email protected] • 1 month agomessage-square139fedilink
minus-square@[email protected]linkfedilink1•1 month agoI don’t know about others, but I’ve tried and failed to stop my pc waking from sleep. At some point, it just stops providing wake reason codes. It just wakes up. The system doesn’t know or tell why. Hibernation has never failed me, at least.
minus-square@[email protected]linkfedilink2•edit-21 month agoTry running this in Powershell, after running this it should only wake from either a wake timer and maybe wake on lan. powershell -Command “powercfg /devicequery wake_armed | ForEach{ powercfg /devicedisablewake $_ }”
I don’t know about others, but I’ve tried and failed to stop my pc waking from sleep.
At some point, it just stops providing wake reason codes. It just wakes up. The system doesn’t know or tell why.
Hibernation has never failed me, at least.
deleted by creator
Try running this in Powershell, after running this it should only wake from either a wake timer and maybe wake on lan.
powershell -Command “powercfg /devicequery wake_armed | ForEach{ powercfg /devicedisablewake $_ }”