How can I add the option to install updates and restart in Windows 7?

27

5

I can't believe this has not been asked, but I couldn't find the question...

When Windows downloads updates I get the option on the shut down menu to:

  • Install updates and shutdown
  • Shutdown
  • Restart
  • Sleep
  • Hibernate

but no option to Install updates and restart

This seems crazy to me, as I can't see any times I would want to install and shutdown.

Anyway is it possible to add an option to install and restart, or to add a shortcut that will do this?

Sam Holder

Posted 2010-07-19T15:12:19.963

Reputation: 961

1Nope. I've tried rebooting multiple times with the "install and shutdown" option present, only the "install and shutdown" actually does the install step first. – Ben – 2014-09-11T12:32:32.423

There is a tool which lets you do it. See my answer, below. If you prefer my answer, then please do click the gray checkmark in order to make that answer float to the top.

– jasonspiro – 2014-12-04T00:45:52.950

4I don't know of any options to turn this on, but Microsoft missed an obvious option here. – steve.lippert – 2010-07-19T15:15:57.070

2doesn't restarting install updates every time? i think the option that is missing is to restart without installing updates. – Stacey Hanson – 2010-07-19T15:19:09.700

Answers

4

As far as I have seen, there is no option to "Install and Reboot". You'll have to manually initiate the install process, and reboot when it's finished. I've always wondered about this myself as most Updates require a restart anyway...

You can configure Windows Update to automatically download and install updates on a schedule through the Control Panel which will automatically restart your computer after they are installed. Alternatively, you can also have non-intrusive updates install immediately through Group Policy.

Cypher

Posted 2010-07-19T15:12:19.963

Reputation: 333

5

  1. WuInstall lets you install updates then reboot. I've tried it: it works for me.

    I believe it definitely works on Windows XP, Vista, and 7. I suspect it probably also works on earlier and later Windows versions.

    The developer offers two versions. Version 1.1 is free even for commercial use: it's what I use. Newer versions are sold only in large multi-license packages. The smallest package costs USD$250: far too expensive for home use.

    By default, WuInstall installs all available updates, downloading them if needed. A FAQ entry discusses how to list or install "Important" updates only.

    For it to successfully install anything, you have to run it as administrator. I suggest you run it from an administrator command prompt.

    You can tell it to reboot your PC after installation. If you do, it shows you an informational message when the installation is done, then it reboots your PC after the chosen delay is finished. I suspect it may be impossible to cancel such an impending reboot.

    Usage example: To install all updates (including optional updates) then reboot after 60 seconds, do this. wuinstall /install /reboot 60

  2. I haven't tried them, but maybe wusforceupdate by Samuel Lambert or Portlock Windows Update Manager can also do what you want.

  3. If you have only one PC, don't bother downloading BatchPatch: it cannot do what you want. I've tried it.

P.S. Interesting fact: In Linux, the vast majority of security and functionality software updates work without rebooting. And on a server with Ksplice and a compatible version of Linux, I suspect you could apply every security update, and almost all functionality updates, and still go years without rebooting.

jasonspiro

Posted 2010-07-19T15:12:19.963

Reputation: 309

While certainly you don't need to reboot for every linux update it normally is easy to do like "apt-get update && reboot" to ensure updated kernels get activated and all services use the updated libraries. For workspace-desktops you can do this to update your pc during lunch-break. – TheConstructor – 2013-02-24T13:01:30.857

-3

If you'll restart the system, it will automatically install available updates (as far as I remember)

Just restart and verify the updates condition.

Matan Eldan

Posted 2010-07-19T15:12:19.963

Reputation: 2 597

I'll check when I get home, but I don't believe this is the case. I'm sure I can reboot the machine and still have the little shield icon on the shutdown button telling me I need to install updates and shutdown. – Sam Holder – 2010-07-19T15:37:05.013

1I'm pretty sure that's right - I do it without thinking now but don't have to revisit "upgrades" – BrianA – 2010-07-19T19:58:06.727

2Matan is correct. – joyjit – 2010-07-20T19:27:36.970

10I tested this last night (sorry for the delay - holidays got in the way) and it does not install the updates, it just reboots. i can install the updates manually then reboot to finish any installations that need to be finished, but just rebooting will not install any updates. – Sam Holder – 2010-09-01T11:16:20.193

1@BrianA and @joyit what setting do you use? I have download automatically but do not install. The only option is to install manually or to install and shut down. – Sam Holder – 2010-09-01T11:17:58.990

@Sam: Try the Win7 help topic "understanding windows automatic updating". Not all updates need a restart, those that do you get an advice telling you it will happen in x time or an option to do it straight away. I just selected "Automatic" in the 'System and security / Windows update / Change settings' window. – BrianA – 2010-09-02T06:54:28.060