Windows update service can be started from command line(CMD) using the below command.
net start wuauserv
Update service can be stopped using the below command
net stop wuauserv
Note that on Windows Vista and Windows 7 machines net start/stop commands should be run from elevated administrator command prompt. Other wise you will get the following error.
C:\Users\administrator>net stop wuauserv System error 5 has occurred. Access is denied.
{ 2 comments… read them below or add one }
Neat tip. However, it seems W7 is automatically restarting the Windows Update service every now and then. I’ve changed status to “Manual” under services.msc but the behavior remains. No fun at all.
Hi Carl
FYI everytime you go into windows update it will start the service even though it is set to manual so if you need to look in windows update then stop the service again afterwards.