Wednesday 22 October 2014

Shutting a Windows Server down without installing updates

 

If you have ever needed to shut down a server but it wants to install updates which you know will take longer than your service window you can use the following command to prevent the issue until you reboot.

 

net stop wuauserv

 

This will stop the Windows Update Service (at least until you reboot)

 

Hope this helps someone

2 comments:

  1. Nice. I just hadn't thought of that.

    ReplyDelete
  2. Can also use shutdown cmd command.
    shutdown /r /t 10
    Will reboot the server after 10 seconds.

    ReplyDelete

Please enter your comment here, all comments are subject to moderation