On XP Home how can I prevent Windows from ever trying to restart my computer after an update? XP Home has no Group Policy Editor.

link|improve this question
feedback

2 Answers

up vote 15 down vote accepted
  • Launch regedit.exe
  • Navigate to HKEY_LOCAL_MACHINE/Software/Policies/Microsoft/Windows/Windows Update/AU.
  • Under the AU key create a new DWORD value called “NoAutoRebootWithLoggedOnUsers”.
  • Set newly created value to “1” to disable the automatic reboot.
link|improve this answer
feedback

The above is a great suggestion! I think it deserves this answer as a compliment however. When you have been pigeon holed into that "restart now/later" dialog box (coincidently happening to me right now) it is very annoying how it keeps popping up every so often. Sometimes you are in the middle of something and it is just not a good time to reboot until you have cleared a few things off of your "desk"

So to that end I also suggest killing the windows auto update process with your favorite taskmanager.

The process is "WUAUCTL.EXE" you will know it is gone when the yellow shield disappears from the system tray.

And besides... You will end up rebooting soon anyway,

link|improve this answer
Killing is so rude. Just print in command line sc stop wuauserv :) – Kirill Jul 30 '09 at 12:09
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.