cannedtuna@lemmy.world to memes@lemmy.world · 1 个月前Every. Single. Time.lemmy.worldimagemessage-square133linkfedilinkarrow-up1961arrow-down119
arrow-up1942arrow-down1imageEvery. Single. Time.lemmy.worldcannedtuna@lemmy.world to memes@lemmy.world · 1 个月前message-square133linkfedilink
minus-squarefilcuk@lemmy.ziplinkfedilinkarrow-up1·1 个月前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.
minus-squareTrollception@lemmy.worldlinkfedilinkarrow-up2·edit-21 个月前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 $_ }”
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