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.
|