Disable "Schedule Scan Static Task" task
- Single actionThis page belongs to a script, containing basic changes to achieve a task.
- 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.
- 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 script disables the "Schedule Scan Static Task" scheduled task.
This task is responsible for running update scans at static, predefined intervals.
According to the Task Scheduler, this task conducts a scheduled Windows Update scan.
It executes %SYSTEMROOT%\System32\UsoClient.exe StartScan
.
Overview of default task statuses
\Microsoft\Windows\UpdateOrchestrator\Schedule Scan Static Task
:
OS Version | Default status |
---|---|
Windows 10 22H2 | 🟢 Ready |
Windows 11 22H2 | 🟢 Ready |
Windows 11 23H2 | 🟢 Ready |
- 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 three ways to apply:
Download script
Download and run the script directly- No app needed
- Offline usage
- Easy-to-apply
- Free
- Open-source
Help
How to apply or restore "Disable "Schedule Scan Static Task" task" 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
- Free
- Open-source
- Popular
- Offline/Online usage
Help
How to apply or restore "Disable "Schedule Scan Static Task" task" using privacy.sexy
- ≈ 3 min to complete
- Tools: privacy.sexy
- Difficulty: Simple
- ≈ 4 instructions
- 2
Choose script
- Search for the script name: Disable "Schedule Scan Static Task" task
- Check the script by clicking on the checkbox.
- 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.
- Apply
- Revert
:: Disable scheduled task(s): `\Microsoft\Windows\UpdateOrchestrator\Schedule Scan Static Task`
PowerShell -ExecutionPolicy Unrestricted -Command "$taskPathPattern='\Microsoft\Windows\UpdateOrchestrator\'; $taskNamePattern='Schedule Scan Static Task'; Write-Output "^""Disabling tasks matching pattern `"^""$taskNamePattern`"^""."^""; $tasks = @(Get-ScheduledTask -TaskPath $taskPathPattern -TaskName $taskNamePattern -ErrorAction Ignore); if (-Not $tasks) { Write-Output "^""Skipping, no tasks matching pattern `"^""$taskNamePattern`"^"" found, no action needed."^""; exit 0; }; $operationFailed = $false; foreach ($task in $tasks) { $taskName = $task.TaskName; if ($task.State -eq [Microsoft.PowerShell.Cmdletization.GeneratedTypes.ScheduledTask.StateEnum]::Disabled) { Write-Output "^""Skipping, task `"^""$taskName`"^"" is already disabled, no action needed."^""; continue; }; $taskFullPath = "^""$($task.TaskPath)$($task.TaskName)"^""; $adminSid = New-Object System.Security.Principal.SecurityIdentifier 'S-1-5-32-544'; $adminAccount = $adminSid.Translate([System.Security.Principal.NTAccount]); $taskFilePath="^""$($env:SYSTEMROOT)\System32\Tasks$($task.TaskPath)$($task.TaskName)"^""; $accessGranted = $false; try { $originalAcl= Get-Acl -Path $taskFilePath -ErrorAction Stop; $modifiedAcl= Get-Acl -Path $taskFilePath -ErrorAction Stop; $modifiedAcl.SetOwner($adminAccount); $taskFileAccessRule = New-Object System.Security.AccessControl.FileSystemAccessRule( $adminAccount, [System.Security.AccessControl.FileSystemRights]::FullControl, [System.Security.AccessControl.AccessControlType]::Allow ); $modifiedAcl.SetAccessRule($taskFileAccessRule); Set-Acl -Path $taskFilePath -AclObject $modifiedAcl -ErrorAction Stop; Write-Host "^""Successfully granted permissions for `"^""$taskFullPath`"^"" ."^""; $accessGranted = $true; } catch { Write-Warning "^""Failed to grant access to `"^""$taskFullPath`"^"": $($_.Exception.Message)"^""; }; try { $task | Disable-ScheduledTask -ErrorAction Stop | Out-Null; Write-Output "^""Successfully disabled task `"^""$taskName`"^""."^""; } catch { Write-Error "^""Failed to disable task `"^""$taskName`"^"": $($_.Exception.Message)"^""; $operationFailed = $true; }; if ($accessGranted) { try { Set-Acl -Path $taskFilePath -AclObject $originalAcl -ErrorAction Stop; Write-Host "^""Successfully restored permissions for `"^""$taskFullPath`"^"" ."^""; } catch { Write-Warning "^""Failed to restore access on `"^""$taskFilePath`"^"": $($_.Exception.Message)"^""; }; }; }; if ($operationFailed) { Write-Output 'Failed to disable some tasks. Check error messages above.'; exit 1; }"
Ijo6IFJlc3RvcmUgc2NoZWR1bGVkIHRhc2socykgdG8gZGVmYXVsdCBzdGF0ZTogYFxcTWljcm9zb2Z0XFxXaW5kb3dzXFxVcGRhdGVPcmNoZXN0cmF0b3JcXFNjaGVkdWxlIFNjYW4gU3RhdGljIFRhc2tgXG5Qb3dlclNoZWxsIC1FeGVjdXRpb25Qb2xpY3kgVW5yZXN0cmljdGVkIC1Db21tYW5kIFwiJHRhc2tQYXRoUGF0dGVybj0nXFxNaWNyb3NvZnRcXFdpbmRvd3NcXFVwZGF0ZU9yY2hlc3RyYXRvclxcJzsgJHRhc2tOYW1lUGF0dGVybj0nU2NoZWR1bGUgU2NhbiBTdGF0aWMgVGFzayc7ICRzaG91bGREaXNhYmxlID0gICRmYWxzZTsgV3JpdGUtT3V0cHV0IFwiXlwiXCJFbmFibGluZyB0YXNrcyBtYXRjaGluZyBwYXR0ZXJuIGBcIl5cIlwiJHRhc2tOYW1lUGF0dGVybmBcIl5cIlwiLlwiXlwiXCI7ICR0YXNrcyA9IEAoR2V0LVNjaGVkdWxlZFRhc2sgLVRhc2tQYXRoICR0YXNrUGF0aFBhdHRlcm4gLVRhc2tOYW1lICR0YXNrTmFtZVBhdHRlcm4gLUVycm9yQWN0aW9uIElnbm9yZSk7IGlmICgtTm90ICR0YXNrcykgeyBXcml0ZS1XYXJuaW5nICggXCJeXCJcIk1pc3NpbmcgdGFzazogQ2Fubm90IGVuYWJsZSwgbm8gdGFza3MgbWF0Y2hpbmcgcGF0dGVybiBgXCJeXCJcIiR0YXNrTmFtZVBhdHRlcm5gXCJeXCJcIiBmb3VuZC5cIl5cIlwiICsgXCJeXCJcIiBUaGlzIHRhc2sgYXBwZWFycyB0byBiZSBub3QgaW5jbHVkZWQgaW4gdGhpcyB2ZXJzaW9uIG9mIFdpbmRvd3MuXCJeXCJcIiApOyBleGl0IDA7IH07ICRvcGVyYXRpb25GYWlsZWQgPSAkZmFsc2U7IGZvcmVhY2ggKCR0YXNrIGluICR0YXNrcykgeyAkdGFza05hbWUgPSAkdGFzay5UYXNrTmFtZTsgaWYgKCRzaG91bGREaXNhYmxlKSB7IGlmICgkdGFzay5TdGF0ZSAtZXEgW01pY3Jvc29mdC5Qb3dlclNoZWxsLkNtZGxldGl6YXRpb24uR2VuZXJhdGVkVHlwZXMuU2NoZWR1bGVkVGFzay5TdGF0ZUVudW1dOjpEaXNhYmxlZCkgeyBXcml0ZS1PdXRwdXQgXCJeXCJcIlNraXBwaW5nLCB0YXNrIGBcIl5cIlwiJHRhc2tOYW1lYFwiXlwiXCIgaXMgYWxyZWFkeSBkaXNhYmxlZCwgbm8gYWN0aW9uIG5lZWRlZC5cIl5cIlwiOyBjb250aW51ZTsgfTsgfSBlbHNlIHsgaWYgKCgkdGFzay5TdGF0ZSAtbmUgW01pY3Jvc29mdC5Qb3dlclNoZWxsLkNtZGxldGl6YXRpb24uR2VuZXJhdGVkVHlwZXMuU2NoZWR1bGVkVGFzay5TdGF0ZUVudW1dOjpEaXNhYmxlZCkgLWFuZCAoJHRhc2suU3RhdGUgLW5lIFtNaWNyb3NvZnQuUG93ZXJTaGVsbC5DbWRsZXRpemF0aW9uLkdlbmVyYXRlZFR5cGVzLlNjaGVkdWxlZFRhc2suU3RhdGVFbnVtXTo6VW5rbm93bikpIHsgV3JpdGUtT3V0cHV0IFwiXlwiXCJTa2lwcGluZywgdGFzayBgXCJeXCJcIiR0YXNrTmFtZWBcIl5cIlwiIGlzIGFscmVhZHkgZW5hYmxlZCwgbm8gYWN0aW9uIG5lZWRlZC5cIl5cIlwiOyBjb250aW51ZTsgfTsgfTsgJHRhc2tGdWxsUGF0aCA9IFwiXlwiXCIkKCR0YXNrLlRhc2tQYXRoKSQoJHRhc2suVGFza05hbWUpXCJeXCJcIjsgJGFkbWluU2lkID0gTmV3LU9iamVjdCBTeXN0ZW0uU2VjdXJpdHkuUHJpbmNpcGFsLlNlY3VyaXR5SWRlbnRpZmllciAnUy0xLTUtMzItNTQ0JzsgJGFkbWluQWNjb3VudCA9ICRhZG1pblNpZC5UcmFuc2xhdGUoW1N5c3RlbS5TZWN1cml0eS5QcmluY2lwYWwuTlRBY2NvdW50XSk7ICR0YXNrRmlsZVBhdGg9XCJeXCJcIiQoJGVudjpTWVNURU1ST09UKVxcU3lzdGVtMzJcXFRhc2tzJCgkdGFzay5UYXNrUGF0aCkkKCR0YXNrLlRhc2tOYW1lKVwiXlwiXCI7ICRhY2Nlc3NHcmFudGVkID0gJGZhbHNlOyB0cnkgeyAkb3JpZ2luYWxBY2w9IEdldC1BY2wgLVBhdGggJHRhc2tGaWxlUGF0aCAtRXJyb3JBY3Rpb24gU3RvcDsgJG1vZGlmaWVkQWNsPSBHZXQtQWNsIC1QYXRoICR0YXNrRmlsZVBhdGggLUVycm9yQWN0aW9uIFN0b3A7ICRtb2RpZmllZEFjbC5TZXRPd25lcigkYWRtaW5BY2NvdW50KTsgJHRhc2tGaWxlQWNjZXNzUnVsZSA9IE5ldy1PYmplY3QgU3lzdGVtLlNlY3VyaXR5LkFjY2Vzc0NvbnRyb2wuRmlsZVN5c3RlbUFjY2Vzc1J1bGUoICRhZG1pbkFjY291bnQsIFtTeXN0ZW0uU2VjdXJpdHkuQWNjZXNzQ29udHJvbC5GaWxlU3lzdGVtUmlnaHRzXTo6RnVsbENvbnRyb2wsIFtTeXN0ZW0uU2VjdXJpdHkuQWNjZXNzQ29udHJvbC5BY2Nlc3NDb250cm9sVHlwZV06OkFsbG93ICk7ICRtb2RpZmllZEFjbC5TZXRBY2Nlc3NSdWxlKCR0YXNrRmlsZUFjY2Vzc1J1bGUpOyBTZXQtQWNsIC1QYXRoICR0YXNrRmlsZVBhdGggLUFjbE9iamVjdCAkbW9kaWZpZWRBY2wgLUVycm9yQWN0aW9uIFN0b3A7IFdyaXRlLUhvc3QgXCJeXCJcIlN1Y2Nlc3NmdWxseSBncmFudGVkIHBlcm1pc3Npb25zIGZvciBgXCJeXCJcIiR0YXNrRnVsbFBhdGhgXCJeXCJcIiAuXCJeXCJcIjsgJGFjY2Vzc0dyYW50ZWQgPSAkdHJ1ZTsgfSBjYXRjaCB7IFdyaXRlLVdhcm5pbmcgXCJeXCJcIkZhaWxlZCB0byBncmFudCBhY2Nlc3MgdG8gYFwiXlwiXCIkdGFza0Z1bGxQYXRoYFwiXlwiXCI6ICQoJF8uRXhjZXB0aW9uLk1lc3NhZ2UpXCJeXCJcIjsgfTsgdHJ5IHsgaWYgKCRzaG91bGREaXNhYmxlKSB7ICR0YXNrIHwgRGlzYWJsZS1TY2hlZHVsZWRUYXNrIC1FcnJvckFjdGlvbiBTdG9wIHwgT3V0LU51bGw7IFdyaXRlLU91dHB1dCBcIl5cIlwiU3VjY2Vzc2Z1bGx5IGRpc2FibGVkIHRhc2sgYFwiXlwiXCIkdGFza05hbWVgXCJeXCJcIi5cIl5cIlwiOyB9IGVsc2UgeyAkdGFzayB8IEVuYWJsZS1TY2hlZHVsZWRUYXNrIC1FcnJvckFjdGlvbiBTdG9wIHwgT3V0LU51bGw7IFdyaXRlLU91dHB1dCBcIl5cIlwiU3VjY2Vzc2Z1bGx5IGVuYWJsZWQgdGFzayBgXCJeXCJcIiR0YXNrTmFtZWBcIl5cIlwiLlwiXlwiXCI7IH07IH0gY2F0Y2ggeyBXcml0ZS1FcnJvciBcIl5cIlwiRmFpbGVkIHRvIHJlc3RvcmUgdGFzayBgXCJeXCJcIiR0YXNrTmFtZWBcIl5cIlwiOiAkKCRfLkV4Y2VwdGlvbi5NZXNzYWdlKVwiXlwiXCI7ICRvcGVyYXRpb25GYWlsZWQgPSAkdHJ1ZTsgfTsgaWYgKCRhY2Nlc3NHcmFudGVkKSB7IHRyeSB7IFNldC1BY2wgLVBhdGggJHRhc2tGaWxlUGF0aCAtQWNsT2JqZWN0ICRvcmlnaW5hbEFjbCAtRXJyb3JBY3Rpb24gU3RvcDsgV3JpdGUtSG9zdCBcIl5cIlwiU3VjY2Vzc2Z1bGx5IHJlc3RvcmVkIHBlcm1pc3Npb25zIGZvciBgXCJeXCJcIiR0YXNrRnVsbFBhdGhgXCJeXCJcIiAuXCJeXCJcIjsgfSBjYXRjaCB7IFdyaXRlLVdhcm5pbmcgXCJeXCJcIkZhaWxlZCB0byByZXN0b3JlIGFjY2VzcyBvbiBgXCJeXCJcIiR0YXNrRmlsZVBhdGhgXCJeXCJcIjogJCgkXy5FeGNlcHRpb24uTWVzc2FnZSlcIl5cIlwiOyB9OyB9OyB9OyBpZiAoJG9wZXJhdGlvbkZhaWxlZCkgeyBXcml0ZS1PdXRwdXQgJ0ZhaWxlZCB0byByZXN0b3JlIHNvbWUgdGFza3MuIENoZWNrIGVycm9yIG1lc3NhZ2VzIGFib3ZlLic7IGV4aXQgMTsgfVwiIg==
Help
How to apply or restore "Disable "Schedule Scan Static Task" task" using commands
- ≈ 2 min to complete
- Tools: Command Prompt
- Difficulty: Medium
- ≈ 3 instructions
- 1
Open Command Prompt
Open Command Prompt as Administrator. - 2
Copy code
Copy the code: - 3
Paste & run
Paste the commands into Command Prompt and press Enter to run.Some changes require a system restart to take effect
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 Windows update scheduled tasks
- Disable automatic updates
- Privacy over security
This category includes scripts to disable scheduled tasks that are associated with the automatic functioning of the Windows Update service. These tasks a...
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 Windows update scheduled tasks 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 21 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.