you are viewing a single comment's thread
view the rest of the 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