How to Disable Restart After Installing Windows Update


Automatic Updates is an integral part of Microsoft Windows that allows important security updates from Microsoft server to be downloaded and installed automatically. When the download and installation process is done, it will ask whether we want to restart now or later. The problem arises when we choose to restart later. A Windows Update popup will come out anytime afterwards and it reads “Updating your computer is almost complete. Your computer needs to be restarted for updates to take effect. Windows will restart your computer automatically in 5:00 minutes. Do you want to restart your computer now?”

There are 2 ways to remove the annoying popup from bugging you.

1st method: Stop the Automatic Updates Service

1. Go to Control Panel > Administrative Tools and double click on Services
2. Find "Automatic Updates" from the list of services, right-click on it and click stop

Alternatively, you can stop Automatic Updates Service by using command prompt.

sc stop wuauserv

This command will automatically stop the Automatic Updates Service like the above steps.

2nd method: Modifying Group Policies
There is problem, however, related to the first method. The problem with the aforementioned method for disabling Automatic Updates restart message is that it is a 1 time fix. A better solution is to modify some group policy settings so that your computer will always be updated but at the same time you will not asked to restart anymore.

Run gpedit.msc which should open the Group Policies window. Proceed to Local Computer Policy > Computer Configuration > Administrative Templates > Windows Components > Windows Update

You’ll now see a bunch of options on the right hand side related to Windows Automatic Update. Here is where we can configure your message to disappear! There are basically two settings that we can manipulate to get what we want.

No auto-restart for schedule Automatic Updates installations - It will disable automatic restart and disable the dialog box asking you to restart now or later

Re-prompt for restart with scheduled installations - It lets you edit the interval of the appearance of the dialog box in minutes.

So no more annoying popup from Windows :)

Technorati Tags: , , , ,




If you find this page useful, you might want to subscribe to this site via the RSS feed or email subscription.
Comments
  1. Gravity says on August 6, 2008 at 1:39 am

    awesome, this trick works like a magic, thnx alot.

  2. Mousa says on August 30, 2008 at 3:06 am

    Thank you, thank you, thank you… :D
    Clear and effective! (Y)

  3. Seth says on September 25, 2008 at 6:41 pm

    Thank you so much for taking the time to show us this!!

  4. Pat says on June 11, 2009 at 5:52 pm

    GO TO START -> RUN -> TYPE “CMD” -> BLACK FIELD APPEARS. TYPE “sc stop wuauserv” -> THIS WILL EVEN STOP AUTO UPDATE WHEN ITS IN PROGRESS OF SHUTTING DOWN YOUR MACHINE.

  5. John P. Jones says on July 20, 2009 at 3:59 am

    Why not just turn Automatic Updates “OFF” at the Windows Security Center panel? If you going to have to remember to restart your computer for downloaded updates to take effect, you might as well just remember to update MANUALLY and routinely, and when a restart will not be problematic.

Leave your comment