you are viewing a single comment's thread
view the rest of the comments
[–] 1 point 1 year ago (2 children)

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.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 2 points 1 year ago* (last edited 1 year ago)

    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 $_ }"

  • source
  • parent