How to Stop Windows Update From Automatically Rebooting?

  • Thread starter Thread starter Haorong Wu
  • Start date Start date
  • Tags Tags
    Windows
Click For Summary
Windows 10 users frequently face issues with automatic updates that can disrupt ongoing tasks, leading to frustration and loss of work. Despite attempts to disable updates through various methods, including Group Policy and Services Manager, users report that updates can still reactivate, often due to the Windows Update Medic Service. This has prompted discussions about the necessity of implementing checkpointing in long-running programs to save progress and mitigate data loss. Users are encouraged to utilize features like Active Hours to prevent unexpected restarts and to manually check for updates before starting critical tasks. While some suggest switching to Linux for more control over updates, others emphasize the importance of maintaining updated systems for security reasons, arguing that unpatched machines can contribute to broader cybersecurity issues. Overall, while Windows offers some tools to manage updates, the inability to completely disable them remains a significant concern for users engaged in lengthy computations or critical tasks.
Haorong Wu
Messages
419
Reaction score
90
Even I turn the damn update off in service and group policy, it turned itself on last night! It rebooted my computer while my program is still running! It ruined my last three days! :cry::cry::cry:
 
  • Wow
  • Sad
Likes Wrichik Basu and FactChecker
Computer science news on Phys.org
That is so windows!
 
  • Like
Likes FactChecker, phinds, Twigg and 3 others
Haorong Wu said:
Even I turn the damn update off in service and group policy, it turned itself on last night! It rebooted my computer while my program is still running! It ruined my last three days! :cry::cry::cry:

I've had it change my do not auto update option when I do an update. :headbang:
 
Found with:
https://www.google.com/search?&q=block+windows+10+update

This site shows four different ways to turn Off the updates:
(I've used a few utilities from this site in the past without any problems.)
https://www.easeus.com/todo-backup-resource/how-to-stop-windows-10-from-automatically-update.html

At least one site mentioned to reboot the computer after making changes.

You may have to do this as an Administrator.

How do I permanently disable Windows 10 update?

To disable the Windows Update service in Services Manager, please follow the steps below:​


1 Press Windows key + R. ... then enter "Services.msc"

2 Search for Windows Update.

3 Right-click on Windows Update, then select Properties.

4 Under General tab, set the Startup type to Disabled.

5 Click Stop.

6 Click Apply, and then click OK.

7 Restart your compute

Cheers,
Tom
 
  • Like
  • Informative
Likes Astronuc, davenn and Ivan Seeking
Haorong Wu said:
Even I turn the damn update off in service and group policy, it turned itself on last night! It rebooted my computer while my program is still running! It ruined my last three days! :cry::cry::cry:
Before you start your program again, maybe it would be worth to consider switching to Linux, where these problems never occur.
 
  • Like
Likes Astronuc, rsk and BillTre
Hi, @Tom.G . I have tried that method. However, it does not work. Some said there is another service called the windows update medic service, which will turn the update service on if it is off. This service can not be turned off by normal methods.

Well, I will try some apps to prevent it from being turned back on.

Currently, I may not turn to Linux. It will take me some time to learn it. Maybe later when I have the time, I will try it.
 
You can't turn off updates completely in Windows 10, only defer them to a later date. Microsoft did this as virus and malware was so prevalent on users computers who users never updated. If you lost 3 days worth of work because you didn't save it then that's hardly Windows "fault."
 
  • Like
Likes 2milehi, Astronuc, russ_watters and 3 others
MikeeMiracle said:
If you lost 3 days worth of work because you didn't save it then that's hardly Windows "fault."
Maybe it's not because of saving; probably it's because the program takes a number of days to complete the computation, and the OP would have to wait a long time again to finish the execution.
 
  • Like
Likes .Scott and FactChecker
To help avoid similar issues in future, for those who are unaware Windows updates are released monthly on the 2nd Tuesday of each month. They are generally released to computers in a staged manor over that 2nd Tuesday and are available to all computers by Wednesday. May I recommend that users update their computers at a convenient time on Wednesday or the following days to avoid similar issues in future, this is how I approach it. As I wrote in my previous post you can't turn them off so we just have to plan around them.
 
  • Like
  • Informative
Likes Astronuc, symbolipoint, Haorong Wu and 1 other person
  • #10
Haorong Wu said:
Currently, I may not turn to Linux. It will take me some time to learn it. Maybe later when I have the time, I will try it.
When you get the time, do explore that possibility. Initially, I too was afraid of using Linux, but when one Windows upgrade broke my PC, I had no choice but to shift to Ubuntu. It has been a great experience since then.

While system updates are important, it is also important that they do not break your system. In most (maybe all?) Linux distros, you can turn off automatic updates indefinitely. Therefore, you can take your time and finish off your program execution, and once in a while, manually check for updates, and install them if available.

In my system, I have the following settings for updates:

1626683017804.png


As you can see, updates are checked for daily, and security updates are installed automatically. Other updates are displayed at an interval of two weeks. Generally, when I am doing some important task, like before my exams, I configure the system to never check for updates, and later revert to the old configuration.
 
  • Like
Likes rsk and Haorong Wu
  • #12
Wrichik Basu said:
Maybe it's not because of saving; probably it's because the program takes a number of days to complete the computation, and the OP would have to wait a long time again to finish the execution.
This problem is solved by checkpointing, which has been around for half a century at least and it is something all grownups do when running long jobs. I have seen applications for computer time rejected because of lack of checkpointing.

If you don't checkpoint, how is it Microsoft's fault? (Or Linus', for that matter)
 
  • Like
Likes Astronuc, sysprog, russ_watters and 2 others
  • #13
Vanadium 50 said:
This problem is solved by checkpointing, which has been around for half a century at least and it is something all grownups do when running long jobs. I have seen applications for computer time rejected because of lack of checkpointing.

If you don't checkpoint, how is it Microsoft's fault? (Or Linus', for that matter)
However, I am using others' packages. It is really hard to read programs not written by me. Let alone modify it.
 
  • #14
No sympathy from me. Checkpointing has been around since forever (anyone know when it was invented). If you pick a program that doesn't do it, it's on you. If you switch operating systems because you don't want to do that or learn how to do that it seems kind of misdirected. It's not the OS's fault.
 
  • Skeptical
Likes Filip Larsen
  • #15
It is the OS's fault to have such stupid and poorly thought out defaults for how it works.
Very inconsiderate.
If you put up with such poor quality, its on you.
 
  • Like
Likes Wrichik Basu
  • #16
Haorong Wu said:
Even I turn the damn update off in service and group policy, it turned itself on last night! It rebooted my computer while my program is still running! It ruined my last three days! :cry::cry::cry:
This happens to me work computer every few weeks. Pretty annoying indeed.
 
  • Like
Likes Wrichik Basu and crudux_cruo
  • #17
This laptop feels like it is doing Microsoft Updates all day, every day...
 
  • Like
Likes Wrichik Basu
  • #18
If at all possible, a program that will run for several days should store some intermediate results and have an option to restart near the step that it stopped at. By "near" I mean near enough that it is a lot better than starting over. It might also be wise to force an OS update before starting the run.

PS. This is the life I led for decades. Stopping in at work several times over the weekend to see if a program needs to be resumed is a drag.
 
Last edited:
  • Like
Likes russ_watters
  • #19
Another tip is to look for the Active Hours setting in Windows. This tells Windows the times you are usually using your computer (say 9-5 but totally configurable) and it prevent Windows from automatically restarting your computer during these Active Hours to prevent you loosing any unsaved work.

As you can imagine this feature was added in response to those countless people who were annoyed at their computer restarting at a bad time.
 
  • #20
In addition to forcing a Windows update before you start the run, can you detach it from the internet during the run?
 
  • Like
Likes russ_watters and jack action
  • #21
It should be mentioned here that unpatched computers figure prominently in many of the security/data breaches that happen in the world.

Those who would rather update manually rather than suffer the annoyance of having autonomous updates take on a responsibility. But there is no way to enforce that the responsibility is fulfilled. It is not criminal to neglect updating your software. Thank goodness. But I fear that could change in the future.

The ones that worry me most are the billions of IOT devices that have no means of updating. They are a ticking time bomb.

I would love to see video of the meetings at Microsoft when it was first discussed the proposal to push updates rather than wait for users to pull updates. For every technically savvy PC owner, there must be 100 Aunt Millies.
 
  • Like
Likes Astronuc and russ_watters
  • #22
FactChecker said:
In addition to forcing a Windows update before you start the run, can you detach it from the internet during the run?

You can, but if the updates have already been downloaded that won't help, it will still restart to install the already downloaded updates. This is easy to check by going to the Windows Update section and seeing if there are any updates downloaded and waiting for install.
 
  • #23
FactChecker said:
If at all possible, a program that will run for several days should store some intermediate results and have an option to restart near the step that it stopped at. By "near" I mean near enough that it is a lot better than starting over.
This is called "checkpointing".

I looked it up. Windows will let you postpone updates for 35 days.
  1. If 35 days are not enough for you, Windows is probably not the right choice. But neither are most flavors of Linux. (My most stable and locked-down Linux machine has reboots at 12, 39, 15, 1, 41, 1, and 57 days.)
  2. If you run a 3 day job without disabling updates, it's on you. If your reply is "but I didn't know I could do this", I would argue that reading the documentation is even more important for Linux than Windows.
  3. As @anorlunda discussed, the reason for these updates is to plug security holes. If you don't plug these holes, your machine could be used to attack others. Like mine. Not very good citizen-y.
 
  • Like
  • Sad
  • Informative
Likes Astronuc, russ_watters, pbuk and 2 others
  • #24
anorlunda said:
It should be mentioned here that unpatched computers figure prominently in many of the security/data breaches that happen in the world.

Those who would rather update manually rather than suffer the annoyance of having autonomous updates take on a responsibility.
I use (mostly) Macs and I find their updating mechanisms to be useful, make sense, and are easy to control.
You are clearly given several, easy to find options, for how updating occurs.
I use the: alert me when its available, but wait for my to OK to install it approach.
If I put it the installation off for some reason, it reminds me periodically, until I do it, or until I change the update alerting process.This works fine and I don't see why its so difficult for others to do it that way.
Its hard to imagine that Apple has patented it.
 
Last edited:
  • Like
Likes Astronuc, jack action and Wrichik Basu
  • #25
BillTre said:
This works fine and I don't see why its so difficult for others to do it that way.
I believe Microsoft has another reason to force people to install the updates.

Windows is probably the most pirated OS. For instance, in numerous computer stores in our city, if you ask for a copy of Windows, they will not provide you with one, and will insist that they themselves install it on your PC. The reason is that after installing Windows, they will turn off the antivirus and run some program that will provide an illegal installation key to the OS. And it is required that you keep system updates turned off forever. I have seen this in action in some old Windows 7 systems (which allows you to turn off updates indefinitely). If you turn on the updates, then Microsoft identifies that the system has a counterfeit copy of their software, and will keep popping up messages forever unless you buy an installation key, or re-run that program.

Maybe this is a major reason why Windows 10 never allows people to turn off system updates.
 
  • Like
  • Informative
Likes Astronuc, anorlunda and BillTre
  • #26
MikeeMiracle said:
You can, but if the updates have already been downloaded that won't help, it will still restart to install the already downloaded updates. This is easy to check by going to the Windows Update section and seeing if there are any updates downloaded and waiting for install.
I guess I should have said you can force an update and install before starting a long run.
 
  • Like
Likes russ_watters and MikeeMiracle
  • #27
BillTre said:
I use (mostly) Macs and I find their updating mechanisms to be useful, make sense, and are easy to control.
You are clearly given several, easy to find options, for how updating occurs.
I use the: alert me when its available, but wait for my to OK to install it approach.
If I put it the installation for some reason, it reminds me periodically, until I do it, or until I change the update alerting process.This works fine and I don't see why its so difficult for others to do it that way.
Its hard to imagine that Apple has patented it.

Two things to note here...

1) In terms of total computers out there, only a fraction are Apple based. It may seem like Apple is just as common but that's mainly around middle class people who can afford their hardware. If you were a bad actor, do you program to exploit a small user base or a big user base. Common sense dictates you will be more successful going after the bigger user base.

2) Apple traditionally have promoted the false concept that their computers are somehow superior and cannot be infected by malware so they place less emphasis on it, most Apple users I have met believe this where as this is not true.

In light of the above, Apple do not see the need to force updates on it's users.
 
  • Like
Likes russ_watters and Wrichik Basu
  • #28
I had a near-miss when, returning from wash-room around dawn, I checked my network render 'Box' progress, found it counting down to an up-date's re-boot. And never mind I'd turned off updates against this eventuality...

'Only' an artisanal PoserPro render, albeit wide-screen and using that RM-ported SCG freebie RE2's scene lights masked and dialled to 'super-ambient', so needing lots and lots of Firefly (progressive) pixel-samples, vol-bounces, buckets etc etc, so slow, slow, slow...

Would have cost me that over-night render, then use of 'Box' all next day.
Was not amused...

So, now, every time this PC wants to up-date, I make sure to force one on 'Box', too...
 
  • Like
Likes russ_watters
  • #29
If I had to run a multi-day program (hopefully off-line) then I would disable the Internet into my PC altogether.
 
  • Like
Likes Astronuc, russ_watters, Tom.G and 1 other person
  • #30
Vanadium 50 said:
If you don't plug these holes, your machine could be used to attack others. Like mine. Not very good citizen-y.
I love it when someone says that I am to blame if I don't protect myself correctly, but if others get hurt because I didn't protect myself, apparently others don't have that responsibility to protect themselves as I do.

If you suffer damages by being attacked by some other computer, that is on you; you should have protected yourself. See, "doing the right thing" works for everybody, even you!

BillTre said:
This works fine and I don't see why its so difficult for others to do it that way.
You can do that with Linux too. That is the major reason I switch from Windows to an Ubuntu flavor.
 
  • Like
Likes BillTre and sysprog

Similar threads

  • · Replies 51 ·
2
Replies
51
Views
6K
Replies
2
Views
3K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 12 ·
Replies
12
Views
4K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 123 ·
5
Replies
123
Views
19K
  • · Replies 32 ·
2
Replies
32
Views
7K
  • · Replies 13 ·
Replies
13
Views
612
Replies
16
Views
12K