Log in

View Full Version here: : Win10 prevent update shutdown trick.


AndyG
15-07-2018, 09:05 PM
<Greetings Programs>,

Travelling on a work trip recently, a bought a PC mag to pass the time. This little snippet may help some people currently suffering from the "Win10 restarting when it wants to (for updates)" issue.

I hope this helps somebody, in some way.
Regards,
Andy.


<End of Line>

skysurfer
15-07-2018, 09:46 PM
I have done another trick:

Make a scheduled task which kills the updater and stops the windows update service. Run this task every five minutes.

I have a script, but it is on my office computer.

Startrek
15-07-2018, 09:49 PM
Hi Andy,

As long as it works your going to make a lot of astrophotographers extremely happy including me. I’m just about to splash out and buy a new laptop with windows 10 Pro

Thanks for posting this article

speach
16-07-2018, 10:30 AM
Thanks

skysurfer
16-07-2018, 10:22 PM
This script should be run (e.g. [path]/killupdate.bat


taskkill /f /im setupprep.exe
taskkill /f /im Windows10UpgraderApp.exe
net stop wuauserv



Run it in a scheduled task every five minutes.


If you do want an incidental update, disable this scheduled task, type 'update' in the search field and run the update. When finished (usually after a reboot), you can enable this killer again.

raymo
12-11-2018, 06:28 PM
I found that in Wi-Fi if you switch to a metered connection, the evil update
leaves you alone because it "thinks" you have a limited download allowance.
Not my idea, got it from Google, but it seems to be effective.
raymo