Skip to content
Discussion options

You must be logged in to vote

Thanks for the follow-up — sounds like you’ve already ticked most of the big boxes. A few tweaks that usually make hibernate + WSLg more reliable, plus a small quality-of-life reset script.


1) Backpack wake + hibernate hygiene (Windows side)

Kill the “mystery wakes” so you can keep hibernation without WSLg getting funky after resume.

  • See what can wake your laptop:
powercfg -devicequery wake_armed
powercfg -lastwake
  • Disable wake on the chatty devices (mouse/BT/network, etc.):
powercfg -devicedisablewake "Device Name From List"
  • Turn off wake timers for your current power plan (both battery/AC):
powercfg /SETACVALUEINDEX SCHEME_CURRENT SUB_SLEEP RTCWAKE 0
powercfg /SETDCVALUEINDEX S…

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by developer992
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants