⚡ The one-click way to disable auto updates for good, without leaving leftover stuff running in the background.
Warning
Before you run this script, you must check if Windows is fully updated and isn't currently installing or downloading updates!
Simple!
- Clone this repository or download it as a ZIP file and extract it.
- Check if there are no updates currently being installed! (Settings > Update & Security > Windows Update)
- Run "disable updates.bat" and Windows will never update automatically again.
You can run "reenable updates.bat" to undo the changes and allow Windows to update automatically again.
- Run "reenable updates.bat" to re-enable Windows Update
- Update Windows from settings (Settings > Update & Security > Windows Update)
- Run "disable updates.bat"
Tested for Windows 10 only:
- Run "manual update.bat" to re-enable Windows Update Service (which is essential for installing updates)
- Download the Windows 10 Update Assistant from the official Microsoft website and use it to install updates.
- After updating, uninstall the assistant
- Rerun the disabler script
- Disables the Windows Update Service (wuauserv).
- Disables the Update Orchestrator Service (UsoSvc).
- Disables the Windows Update Medic Service (WaaSMedicSvc).
- Disables all update-related scheduled tasks.
- Disallows auto-updates through registry changes.
Some of the services and tasks involved are protected from user accounts, and they require elevated system privileges to be modified. PsExec allows the script to run commands with the necessary permissions to bypass these restrictions.
PsExec is part of the official Sysinternals suite from Microsoft. More info: https://docs.microsoft.com/en-us/sysinternals/downloads/psexec