Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Welcome to the Power Users community on Codidact!

Power Users is a Q&A site for questions about the usage of computer software and hardware. We are still a small site and would like to grow, so please consider joining our community. We are looking forward to your questions and answers; they are the building blocks of a repository of knowledge we are building together.

Comments on How to stop all automatic Windows Update restarts on a Windows 10 Pro machine?

Parent

How to stop all automatic Windows Update restarts on a Windows 10 Pro machine?

+10
−0

I have Octoprint on a Windows 10 computer to print to an Ender 5, it's fairly often that prints will go overnight and around 15-16 hours.

If Windows Updates plus a restart were to happen during that time it will be a major problem.

How can I turn off automatic Windows Updates that will restart the computer without user input?

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

1 comment thread

General comments (4 comments)
Post
+1
−4

Others have posted some workarounds that directly answer your question, but my own answer to the implied deeper question ("how do I prevent my [currently Windows 10] machine from rebooting during a long OctoPrint job") is simpler: Use a better, less controlling OS. OctoPrint is available for Linux, and is apparently (per Wikipedia) commonly and successfully run on Raspberry Pi (with a special-purpose distribution called OctoPi even providing it pre-installed). So do any of the following:

  1. Back up your data and install your choice of Linux distribution in place of Windows (I use a custom Debian spin myself, but something like BunsenLabs or CrunchBang++ is probably a user-friendlier starting point, if you're not familiar with Linux already).

  2. Back up your data, partition your hard drive, and install Linux alongside Windows, in a dual-boot setup, and try to gradually learn how to do more and more things in Linux.

  3. Install Linux alongside Windows in a dual-boot setup, use Linux for long print jobs and other uninterruptible tasks, and keep using Windows for everything else (requires that you never need to do something else while in the middle of a print job).

  4. Get a Raspberry Pi and use that for long print jobs and other uninterruptible tasks, and keep using Windows 10 on your existing machine for everything else.

History
Why does this post require moderator attention?
You might want to add some details to your flag.

1 comment thread

This doesn't really answer the question. (3 comments)
This doesn't really answer the question.
Kevin M. Mansour‭ wrote over 2 years ago

While you answer is useful, but it doesn't actually solve the problem, The OP want to find a solution for their existing Software (which is Windows 10 Pro), answers shouldn't recommend to install other software.

Chris Henry‭ wrote over 2 years ago

I agree that this would not be a good first answer, but, as I noted, other people had already covered possible solutions while continuing to use Windows 10. I think it's perfectly reasonable, when someone asks "How do I do X, in order to achieve Y?" to reply "Doing X isn't really the best way to achieve Y; a better approach would be to do Z," especially if other answerers have already covered ways to do X. Bytes are cheap.

Kevin M. Mansour‭ wrote over 2 years ago · edited over 2 years ago

Z should be a solution to their existing software, once again, answers shouldn't recommend to install other software anyway. If there is no solution for their existing software, so you should post an answer says "No, not possible." and maybe after that you may recommend other software but the whole answer should direct their existing software first.