mirror of
https://github.com/danbee/danbarber.me.hugo.git
synced 2025-03-04 08:59:18 +00:00
970 B
970 B
| title | date | categories | layout | ||
|---|---|---|---|---|---|
| Windows Restart | Thu, 10 Nov 2005 00:00:00 +0000 |
|
post |
Relating to my post in August and Michael's recent post, here is the registry fix in question. The fix prevents Windows Update from automatically restarting your machine if any users are logged in, thus preventing any data loss.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
"NoAutoRebootWithLoggedOnUsers"=dword:00000001
Download: aunoreboot.reg