|
If you're using XP home, I'd just edit the registry and restart the service so you don't have to kill the service every time an update is pushed.
From a command prompt type 'NET STOP WUAUSERV'
Save the following in a *.reg file and double click the file:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Win dows\WindowsUpdate\AU]
"RebootRelaunchTimeoutEnabled"=dword:00000000
"NoAutoRebootWithLoggedOnUsers"=dword:00000001
From a command prompt type 'NET START WUAUSERV'
|