How to use in Desktop
- Run the file as Administartor & Enjoy.
How to use in Laptop.
- Run the file as Administartor.
- Type task scheduler into the Windows search bar and open it.
- Click on “Task Scheduler Library”
- Find & Open “WinUpdateDisabler” & “WinUpdateStopper”
- Untick all check box in “Conditions” tab
Why Disable Windows Automatic Update.
- Control over update timing.
- Save bandwidth.
- Increase system stability.
- Prevent unwanted updates.
- Reduce system reboots.
- Redue resource usage.
Warning: Disabling Windows
Update
Are you sure you want to disable
Windows Update? Disabling updates can have serious consequences, including:
- Increased security risks.
- Missing critical bug fixes.
- Lack of new features.
- Potential software incompatibility.
- Vulnerability to malware.
- Manual update management required.
- Non-compliance with software requirements.
Please ensure you understand the risks and have a plan to manually manage updates to keep your system secure and functional.
cd c:\program files mkdir SaM cd SaM mkdir Update cd update echo sc config "wuauserv" start= disabled > "Disable update.bat" echo net stop wuauserv > "Stop Update.bat" schtasks /create /tn WinUpdateDisabler /tr "C:\Program Files\SaM\update\Disable update.bat" /sc ONSTART /DELAY 0001:00 /rl highest schtasks /create /tn WinUpdateStopper /tr "C:\Program Files\SaM\update\Stop Update.bat" /sc ONSTART /DELAY 0001:10 /rl highest
0 Comments