I have a Windows box I would like to manage remotely. When I logged in this morning, the Start menu shows a ! next to the Shutdown button, notifying me there are updates to install. But the only option it gives me to install the updates is to then shutdown. Is there not a way to tell it to "install updates and restart" ?
|
|
Yes. You can install all of the updates available - via either Windows Update in your Control Panel, or the yellow WU shield in the system tray near the clock. Then, when that's done, you can do a reboot from the Start Menu (or calling shutdown /r from the command line.) The only other ways to automate it all in one step is via writing your own code (not just a simple script), or using add-on tools, free or commercial, from either MS or 3rd parties. |
|||||||||
|
|
There is no way to initate a "Install Updates and Restart" manually. You could set a time for the updates to install, and then specify that the machine can reboot after Automatic Updates, either via the Automatic Updates (or Windows Update) control panel, directly via the registry, or via Group Policy: http://support.microsoft.com/kb/328010 But as far as a one-click "Install updates and reboot" option, there is none. |
|||
|
|
|
There is another options which I found to be very useful: Just disable the automatic Windows Updates and get WuInstall. Which this command-line tool you can run all updates manually and also specify if you want a reboot, and even when. I hope this helps |
|||
|
|
|
I've been using this VB script for awhile and it has been quite useful to me: http://theitoolbox.com/2012/vbscript-force-windows-update-2-6b-email-results/ |
|||
|
|