Posting this, since it took me a long time to find
this site today when I wanted to stop my home computer from annoying me with the reboot dialogs every couple of minutes.If you never reboot your computer, it might be a good idea to not implement this solution, since you might forget to ever reboot, and therefore not get the changes that were updated.
If you can remember to reboot once you are done with whatever you are doing, you can go to the Start->Run dialog, and type, "net stop wuauserv", and that will make the dialogs go away until the next reboot.
Posted by
Jon Daley on
February 18, 2006, 1:09 pm
| Read 8944 times
Category
Reviews:
[
first]
[
previous]
[
next]
[
newest]
(this is from Microsoft, under the OEM System Builder stuff, so "approved")
Run gpedit.msc. expand Computer Configuration, expand Administrative Templates, expand Windows Components, and then click Windows Update. In the details pane, click No auto-restart for scheduled Automatic Update installation options, and enable it.
Save the following lines to file named test.reg, and double-click it.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsWindowsUpdateAU]
"RebootRelaunchTimeoutEnabled"=dword:00000000
"NoAutoRebootWithLoggedOnUsers"=dword:00000001
So, I added:
RebootRelaunchTimeout = 180
And I will see how it goes...