• @[email protected]
    link
    fedilink
    11 month ago

    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.

    • @[email protected]
      link
      fedilink
      2
      edit-2
      1 month 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 $_ }”