Disable Windows update scheduled tasks
- Multiple actionsThis page belongs to a category, containing some changes with similar goal.
- Windows onlyThis script improves your privacy on Windows
- Impact: HighSystem Functionality Loss Risk: High
This action improves privacy with high impact when you run the recommended script. - Batch (batchfile)These changes use Windows system commands to update your settings.
- 22 scripts
- Fully reversible
You can fully restore this action (revert back to the original behavior) using this website.
The restore/revert methods provided here can help you fix issues.
Overview
This category includes scripts to disable scheduled tasks that are associated with the automatic functioning of the Windows Update service. These tasks are responsible for various background update-related activities such as checking for updates, downloading, and installing them in the background without user intervention.
Disabling these tasks grants users more control over when and how updates are applied. This approach is often preferred by those wishing to manually manage updates or avoid unanticipated system modifications without consent, and it is considered a best practice in high-security environments where precise control over updates is crucial. However, it's important to exercise caution with these changes. Disabling automatic updates can lead to missed critical security patches and feature updates, potentially leaving the system vulnerable.
To view all the scheduled tasks related to Windows Update, you can use the following PowerShell command:
@('\Microsoft\Windows\UpdateOrchestrator\*', '\Microsoft\Windows\WindowsUpdate\*', '\Microsoft\Windows\WaaSMedic\*', '\Microsoft\Windows\InstallService\*') `
| ForEach-Object { Get-ScheduledTask -TaskName '*' -TaskPath $_ -ErrorAction SilentlyContinue } `
| ForEach-Object { Write-Host "$($_.TaskPath)$($_.TaskName)" }
- Not Advised
This script should only be used by advanced users.
This script is not recommended for daily use as it breaks important functionality.
Consider creating a system restore point before doing any changes.
- Security Trade-off
This action prioritizes privacy over certain security features. It's not recommended and should only be used by advanced users after understanding its implications.
Increased Privacy
Enhanced privacy through reduced data collection and trackingDecreased Security
Some security features will be disabled or limitedThis script can be reversed, this allows you to restore the default system security.
Apply Now
Choose one of two ways to apply:
Download script
Download and run the script directly- No app needed
- Offline usage
- Easy-to-apply
- Free
- Open-source
Maximum — Strongest Possible Privacy
- Military-grade privacy protection
- Major system impact
- Consider having system restore point.
Read more about Maximum and other protection levels
Help
How to apply or restore "Disable Windows update scheduled tasks" using script
- ≈ 2 min to complete
- Tools: Web Browser
- Difficulty: Simple
- ≈ 5 instructions
- 1
Download
Download the script file by clicking on thebutton above.
Use button above to restore changes. - 2
Keep the file
If warned by your browser, keep the file. - 3
Open
Open the downloaded file. - 4
Exit
Once it's done, press any key to exit the window. - 5
Restart
Restart your computer for all changes to take effect.
Apply with privacy.sexy
Guided, automated application with safety checks- Recommended for most users
- Includes safety checks
- Shows the code
- Free
- Open-source
- Popular
- Offline/Online usage
Help
How to apply or restore "Disable Windows update scheduled tasks" using privacy.sexy
- ≈ 3 min to complete
- Tools: privacy.sexy
- Difficulty: Simple
- ≈ 4 instructions
- 2
Choose script
- Search for the category name: Disable Windows update scheduled tasks
- Check the category by clicking on the checkbox of the category.
- 3
Run
Click on ▶️ Run button at the bottom of the page.This button only appears on desktop version (recommended). On browser, use 💾 Save button.
Explore This Guide
- 22 Privacy settings
Choose what to protect based on your needs:This script already includes these options.
You can review, apply or reverse each option individually.
Click any option to learn more about what it does.
Some settings and commands may require technical knowledge to apply correctly.
Disable "RestoreDevice" task
This script disables the "RestoreDevice" scheduled task. This task is involved in restoring device settings or drivers as part of update proces...
Disable "ScanForUpdates" task
This script disables the "ScanForUpdates" scheduled task. This task is responsible for performing update scans. Microsoft officially documents ...
Disable "ScanForUpdatesAsUser" task
This script disables the "ScanForUpdatesAsUser" scheduled task. This task is responsible for performing update scans under user-specific contex...
Disable "SmartRetry" task
This script disables the "SmartRetry" scheduled task. This task handles the automatic retrying of failed updates, attempting to redownload or r...
Disable "WakeUpAndContinueUpdates" task
This script disables the "WakeUpAndContinueUpdates" scheduled task. This task is responsible for waking the computer from sleep to continue or ...
Disable "WakeUpAndScanForUpdates" task
This script disables the "WakeUpAndScanForUpdates" scheduled task. This task is responsible for waking up the system at scheduled times to chec...
Disable "Scheduled Start" task
This script disables the "Scheduled Start" scheduled task. This task initiates the Windows Update service at predetermined times or under speci...
Disable "Report policies" task
This script disables the "Report policies" scheduled task. This task might be responsible for reporting policy-related information to Windows U...
Disable "Schedule Maintenance Work" task
This script disables the "Schedule Maintenance Work" scheduled task. This task is responsible for performing maintenance activities related to ...
Disable "Schedule Scan" task
This script disables the "Schedule Scan" scheduled task. This task responsible for periodically scanning for Windows updates. According to the ...
Disable "Schedule Scan Static Task" task
This script disables the "Schedule Scan Static Task" scheduled task. This task is responsible for running update scans at static, predefined in...
Disable "Schedule Wake To Work" task
This script disables the "Schedule Wake To Work" scheduled task. This task is responsible for waking the computer from sleep or low-power mode ...
Disable "Schedule Work" task
This script disables the "Schedule Work" scheduled task. This task is responsible for scheduling and initiating Windows updates processes at pr...
Disable "UpdateModelTask" task
This script disables the "UpdateModelTask Work" scheduled task. This task is responsible for updating Machine Learning (ML) models related to W...
Disable "Start Oobe Expedite Work" task
This script disables the "Start Oobe Expedite Work" scheduled task. This task is responsible for performing tasks related to the "out-of-box ex...
Disable "StartOobeAppsScan_LicenseAccepted" task
This script disables the "StartOobeAppsScan_LicenseAccepted" scheduled task. This task is responsible for initiating a scan of applications as ...
Disable "StartOobeAppsScan_OobeAppReady" task
This script disables the "StartOobeAppsScan_OobeAppReady" scheduled task. This task is responsible for scanning applications during the OOBE ph...
Disable "StartOobeAppsScanAfterUpdate" task
This script disables the "StartOobeAppsScanAfterUpdate" scheduled task. This task is responsible for scanning applications following a system u...
Disable "USO_UxBroker" task
This script disables the "USO_UxBroker" scheduled task. This task is related to the User Experience (UX) Broker process in Windows, managing us...
Disable "UUS Failover Task" task
This script disables the "UUS Failover Task" scheduled task. This task is responsible for the failover mechanism for updates, designed to handl...
Disable "PerformRemediation" task
This script disables the PerformRemediation scheduled task in Windows. This task performs recovery actions for update-related services to ens...
Disable outdated Windows Update tasks
This script disables older scheduled tasks associated with Windows updates, which are no longer present in Windows versions since Windows 10 22...
Similar Guides
Wider Goal
Guides below includes this guide to achieve a wider goal.See other more general settings that includes this one as one of its actions.These plans combine multiple privacy settings, including this one, for stronger protection.
- Disable automatic updates
- Privacy over security
Disabling automatic updates is often considered counterintuitive when it comes to securing your system. However, there are substantial arguments to consi...
Same Goal
Other guides in Disable automatic updates See settings that are in the same category as this guide.Using other actions in the same category may help you achieve your goal better.
See all 7 guides
About the Creators
These people have authored this documentation and written its scripts:
Reviewed By
This guide has undergone comprehensive auditing and peer review:Expert review by undergroundwires
- Verified technical accuracy and editorial standards
- Assessed system impact and user privacy risks
- Audited and verified using automated security tests
Public review by large community
- Privacy enthusiasts and professionals peer-reviewed
- Millions of end-users tested across different environments
- Audited and verified using third-party security software
History
We continually monitor our guides, their impact and other potential privacy options. We update our guides when new information becomes available. On every update, we publicly store who made the change, what has been changed, why the change was made and when the change was made.