The Necessity Of Rebooting A PC After Downloading & Installing Windows Updates & If Not: How To Prevent It?

0

Quite often after downloading & installing Windows Updates on my PC, a dialogue box pops up similar to the one shown below, asking to restart the computer to complete the process. :

enter image description here

This is sometimes quite annoying, when you are in the middle of a lot of work.

How much of a necessity is it to perform a reboot, and if it is not necessary:

Is there a way to prevent it from happening ?

Simon

Posted 2013-03-13T13:16:14.903

Reputation: 4 193

Question was closed 2013-03-14T15:59:39.633

Only install updates when you have time for a reboot. – Brad Patton – 2013-03-13T13:26:35.260

2Prevent the dialog. Unless you disable the automatic installation of updates this dialog CANNOT be disabled in Windows 7. This behavior was changed in Windows 8. Windows 8 will wait 2 days before it displays this dialog, during those 48 hours, the lock screen informs the user updates are pending to be installed. – Ramhound – 2013-03-13T13:28:24.190

1@BradPatton Is it not possible to postpone the reboot until eg a lunch break or even the end of the day ? – Simon – 2013-03-13T13:30:46.150

@Ramhound Windows 8 being innovative ! – Simon – 2013-03-13T13:32:05.667

@Karan Not an exact duplicate as in my question I ask "How much of a necessity is it to reboot" firstly and therefore if it is not a necessity how to prevent it – Simon – 2013-03-14T17:37:04.307

@Karan The other question just plainly asks how to prevent it - I wanted to know more of the mechanics of the reason to reboot in the first place. – Simon – 2013-03-14T17:38:42.697

Answers

3

It's not recommended by MS (obviously) to go without a reboot. In some cases, system files have been changed and need to be refreshed upon reboot. Some files can only be renamed or changed when the system is no longer using them, which is before a user logs in typically.

Also, you may experience very strange issues when your computer has pending updates, and even when it doesn't, and these problems are sometimes cured by reboots. If it is that much of a problem to restart your computer, if it takes too much time for example, then there may be a bigger issue at hand, such as the need to maintenance this machine, or upgrade the hardware.

MDMoore313

Posted 2013-03-13T13:16:14.903

Reputation: 4 874

Not a question of the time it takes to reboot, but the annoyance of having to reboot "when you are in the swing of things" – Simon – 2013-03-13T13:37:35.057

@Simon I get that, but rebooting periodically, especially when updates are pending, really works to our benefit. Being a programmer I get being in the zone, but we all hit dead ends at some point and could use a break, perfect time for a reboot. – MDMoore313 – 2013-03-13T13:39:15.947

1I agree thats exactly the comment I made above to BradPatton when I asked: Is it not possible to postpone reboot until a lunchbreak or the end of the day (possibly) ? – Simon – 2013-03-13T13:59:01.233

2I use the fact that most updates are released at 10.00 am PST on the second Tuesday of each month to perform a manual check for updates shortly afterwards at a time when it is convenient to restart. – David Marshall – 2013-03-13T14:06:15.970

@DavidMarshall Ah yes, colloquially know as "Patch Tuesday" from what I'm told. – Simon – 2013-03-13T14:10:50.547

1

I don't know whether you are using Win7 or Win8. I cannot speak to Win8.

I also don't know whether you have elevated privileges on your machine.

The only solution that comes to my mind is to change Windows Update settings so that it does not automagically install updates whenever it feels like it.

I would change the setting from the recommended and default "Automatically install updates" to either "Download update but let me choose whether to install them" or "Check for updates but let me choose whether to download and install them".

The good news is then you get to decide when updates are installed.

The bad news is that you HAVE to decide when updates are installed.

Wizard Prang

Posted 2013-03-13T13:16:14.903

Reputation: 319

I am using Win 7 on my home PC, but am considering buying a new laptop, so answers referring to either Win 7/8 or both are applicable. I 'm guessing elevated privileges would apply to a PC at work. – Simon – 2013-03-13T14:20:51.700

0

A simple "fix" is to stop the Windows Update service. Now the message is gone.

magicandre1981

Posted 2013-03-13T13:16:14.903

Reputation: 86 560

Although technically correct, not recommended at all. – BloodPhilia – 2013-03-13T19:09:14.503

@BloodPhilia Yes, don't really want to stop the update service, just postpone or prevent the reboot (if not entirely necessary) – Simon – 2013-03-13T20:04:39.640

but it is a fast fix. The Updates still install fine. You can also set the option NoAutoRebootWithLoggedOnUsers to 1 under HKEY_LOCAL_MACHINE\ Software\ Policies\ Microsoft\ Windows\ WindowsUpdate\AU – magicandre1981 – 2013-03-14T07:05:06.823

@magicandre1981 if you had explained that in your answer, along with whether it is really necessary to reboot firstly, it would have been really good. – Simon – 2013-03-14T18:09:16.137