View Single Post
  #5  
Old 16-07-2018, 10:22 PM
skysurfer's Avatar
skysurfer
Dark sky rules !

skysurfer is offline
 
Join Date: Dec 2011
Location: 33S 150E (AU holiday)
Posts: 1,181
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.
Reply With Quote