Skip to content

Instantly share code, notes, and snippets.

@aont
Last active October 18, 2024 01:39
Show Gist options
  • Save aont/35ae0e66bb2447ac3d85c73ed1a5dcec to your computer and use it in GitHub Desktop.
Save aont/35ae0e66bb2447ac3d85c73ed1a5dcec to your computer and use it in GitHub Desktop.

Disable Networking connectivity in Standby

  1. on admin terminal
REG ADD HKLM\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\F15576E8-98B7-4186-B944-EAFA664402D9 /v Attributes /t REG_DWORD /d 2 /f
  1. open powerplan and set "Disable Networking connectivity in Standby" disabled.

  2. open device manager. disable "Wake on Pattern Match".

Reference

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment