Skip to content

Instantly share code, notes, and snippets.

@kevduc
Created September 24, 2021 14:23
Show Gist options
  • Save kevduc/194c39aabdbb971b1f22f1d0a8f2c165 to your computer and use it in GitHub Desktop.
Save kevduc/194c39aabdbb971b1f22f1d0a8f2c165 to your computer and use it in GitHub Desktop.
Prevent auto reboot (e.g. after updates) when user is logged-in in Windows 8
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
"NoAutoRebootWithLoggedOnUsers"=dword:00000000
; "NoAutoRebootWithLoggedOnUsers"=dword:00000001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment