cannedtuna@lemmy.world to memes@lemmy.world · 5 days agoEvery. Single. Time.lemmy.worldimagemessage-square138linkfedilinkarrow-up1951arrow-down119
arrow-up1932arrow-down1imageEvery. Single. Time.lemmy.worldcannedtuna@lemmy.world to memes@lemmy.world · 5 days agomessage-square138linkfedilink
minus-squarefilcuk@lemmy.ziplinkfedilinkarrow-up1·5 days 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-squareTrollception@lemmy.worldlinkfedilinkarrow-up2·edit-24 days 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.
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 $_ }”
deleted by creator