Disable randomizing scheduled task times
- 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
Missing Good Quality Documentation
This page does not yet meet PrivacyLearn's documentation standards. However, the script/action is stable and verified by community. Here are some options for you to understand its functionality:Computer-generated docs (PREVIEW)
This documentation may be low quality but still useful.Read computer-generated explanation
This documentation is automatically extracted from the code implementation.
Windows sensitive data privacy protection tip: disable randomizing scheduled task times to reduce data exposure with support of important data protection — this tuning streamlines the process of how.. As a subsequent point, this system calibration provides instructions to undo the modifications from this page.
System data privacy measures is a fundamental right that ensures personal freedom through secure practices. Want stronger personal privacy security protection? Simply, pick the right step for progress. Focus on understanding each step fully before moving forward.
References
- https://web.archive.org/web/20250311092545/https://admx.help/?Category=Windows_10_2016&Policy=Microsoft.Policies.WindowsDefender::RandomizeScheduleTaskTimes
- https://web.archive.org/web/20240314124716/https://learn.microsoft.com/en-us/powershell/module/defender/set-mppreference?view=windowsserver2022-ps
- https://web.archive.org/web/20231207105608/https://powershell.one/wmi/root/microsoft/windows/defender/msft_mppreference#randomizescheduletasktimes
Technical Details
- During applying this registry configurations, this code manages your system to obtain deep privacy configurations to help optimize data privacy security. By use memory more effectively, it aims to help to benefit from efficient setting management.
- This customization applies essential system preferences to maintain personal privacy maintenance and this config helps to reach controlled system access. This can help enhanced resource management to make the system more efficient.
Explore similar guides
Gives more context about the goal of the changesReview code
Requires technical knowledge about Batch (batchfile)Edit this page to improve
Requires technical knowledge about YAML and Git- 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 randomizing scheduled task times" 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 randomizing scheduled task times" using privacy.sexy
- ≈ 3 min to complete
- Tools: privacy.sexy
- Difficulty: Simple
- ≈ 4 instructions
- 2
Choose script
- Search for the script name: Disable randomizing scheduled task times
- 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
:: Set the registry value: "HKLM\Software\Policies\Microsoft\Windows Defender!RandomizeScheduleTaskTimes"
PowerShell -ExecutionPolicy Unrestricted -Command "$registryPath = 'HKLM\Software\Policies\Microsoft\Windows Defender'; $data = '0'; reg add 'HKLM\Software\Policies\Microsoft\Windows Defender' /v 'RandomizeScheduleTaskTimes' /t 'REG_DWORD' /d "^""$data"^"" /f"
PowerShell -ExecutionPolicy Unrestricted -Command "$propertyName = 'RandomizeScheduleTaskTimes'; $value = $False; if((Get-MpPreference -ErrorAction Ignore).$propertyName -eq $value) { Write-Host "^""Skipping. `"^""$propertyName`"^"" is already `"^""$value`"^"" as desired."^""; exit 0; }; $command = Get-Command 'Set-MpPreference' -ErrorAction Ignore; if (!$command) { Write-Warning 'Skipping. Command not found: "^""Set-MpPreference"^"".'; exit 0; }; if(!$command.Parameters.Keys.Contains($propertyName)) { Write-Host "^""Skipping. `"^""$propertyName`"^"" is not supported for `"^""$($command.Name)`"^""."^""; exit 0; }; try { Invoke-Expression "^""$($command.Name) -Force -$propertyName `$value -ErrorAction Stop"^""; Set-MpPreference -Force -RandomizeScheduleTaskTimes $value -ErrorAction Stop; Write-Host "^""Successfully set `"^""$propertyName`"^"" to `"^""$value`"^""."^""; exit 0; } catch { if ( $_.FullyQualifiedErrorId -like '*0x800106ba*') { Write-Warning "^""Cannot $($command.Name): Defender service (WinDefend) is not running. Try to enable it (revert) and re-run this?"^""; exit 0; } elseif (($_ | Out-String) -like '*Cannot convert*') { Write-Host "^""Skipping. Argument `"^""$value`"^"" for property `"^""$propertyName`"^"" is not supported for `"^""$($command.Name)`"^""."^""; exit 0; } else { Write-Error "^""Failed to set using $($command.Name): $_"^""; exit 1; }; }"
Ijo6IERlbGV0ZSB0aGUgcmVnaXN0cnkgdmFsdWUgXCJIS0xNXFxTb2Z0d2FyZVxcUG9saWNpZXNcXE1pY3Jvc29mdFxcV2luZG93cyBEZWZlbmRlciFSYW5kb21pemVTY2hlZHVsZVRhc2tUaW1lc1wiXG5Qb3dlclNoZWxsIC1FeGVjdXRpb25Qb2xpY3kgVW5yZXN0cmljdGVkIC1Db21tYW5kIFwicmVnIGRlbGV0ZSAnSEtMTVxcU29mdHdhcmVcXFBvbGljaWVzXFxNaWNyb3NvZnRcXFdpbmRvd3MgRGVmZW5kZXInIC92ICdSYW5kb21pemVTY2hlZHVsZVRhc2tUaW1lcycgL2YgMj4kbnVsbFwiXG5Qb3dlclNoZWxsIC1FeGVjdXRpb25Qb2xpY3kgVW5yZXN0cmljdGVkIC1Db21tYW5kIFwiJHByb3BlcnR5TmFtZSA9ICdSYW5kb21pemVTY2hlZHVsZVRhc2tUaW1lcyc7ICRkZWZhdWx0VmFsdWUgPSAkVHJ1ZTsgJHNldERlZmF1bHRPbldpbmRvd3MxMCA9ICR0cnVlIDwjICRmYWxzZSAjPjsgJHNldERlZmF1bHRPbldpbmRvd3MxMSA9ICAkZmFsc2U7ICRvc1ZlcnNpb24gPSBbU3lzdGVtLkVudmlyb25tZW50XTo6T1NWZXJzaW9uLlZlcnNpb247IGZ1bmN0aW9uIFRlc3QtSXNXaW5kb3dzMTAgeyAoJG9zVmVyc2lvbi5NYWpvciAtZXEgMTApIC1hbmQgKCRvc1ZlcnNpb24uQnVpbGQgLWx0IDIyMDAwKSB9OyBmdW5jdGlvbiBUZXN0LUlzV2luZG93czExIHsgKCRvc1ZlcnNpb24uTWFqb3IgLWd0IDEwKSAtb3IgKCgkb3NWZXJzaW9uLk1ham9yIC1lcSAxMCkgLWFuZCAoJG9zVmVyc2lvbi5CdWlsZCAtZ2UgMjIwMDApKSB9OyA8IyAtLS0tLS0gU2V0LU1wUHJlZmVyZW5jZSAtLS0tLS0gIz47IGlmKCgkc2V0RGVmYXVsdE9uV2luZG93czEwIC1hbmQgKFRlc3QtSXNXaW5kb3dzMTApKSAtb3IgKCRzZXREZWZhdWx0T25XaW5kb3dzMTEgLWFuZCAoVGVzdC1Jc1dpbmRvd3MxMSkpKSB7IGlmKChHZXQtTXBQcmVmZXJlbmNlIC1FcnJvckFjdGlvbiBJZ25vcmUpLiRwcm9wZXJ0eU5hbWUgLWVxICRkZWZhdWx0VmFsdWUpIHsgV3JpdGUtSG9zdCBcIl5cIlwiU2tpcHBpbmcuIGBcIl5cIlwiJHByb3BlcnR5TmFtZWBcIl5cIlwiIGlzIGFscmVhZHkgY29uZmlndXJlZCBhcyBkZXNpcmVkIGBcIl5cIlwiJGRlZmF1bHRWYWx1ZWBcIl5cIlwiLlwiXlwiXCI7IGV4aXQgMDsgfTsgJGNvbW1hbmQgPSBHZXQtQ29tbWFuZCAnU2V0LU1wUHJlZmVyZW5jZScgLUVycm9yQWN0aW9uIElnbm9yZTsgaWYgKCEkY29tbWFuZCkgeyBXcml0ZS1XYXJuaW5nICdTa2lwcGluZy4gQ29tbWFuZCBub3QgZm91bmQ6IFwiXlwiXCJTZXQtTXBQcmVmZXJlbmNlXCJeXCJcIi4nOyBleGl0IDE7IH07IGlmKCEkY29tbWFuZC5QYXJhbWV0ZXJzLktleXMuQ29udGFpbnMoJHByb3BlcnR5TmFtZSkpIHsgV3JpdGUtSG9zdCBcIl5cIlwiU2tpcHBpbmcuIGBcIl5cIlwiJHByb3BlcnR5TmFtZWBcIl5cIlwiIGlzIG5vdCBzdXBwb3J0ZWQgZm9yIGBcIl5cIlwiJCgkY29tbWFuZC5OYW1lKWBcIl5cIlwiLlwiXlwiXCI7IGV4aXQgMDsgfTsgdHJ5IHsgSW52b2tlLUV4cHJlc3Npb24gXCJeXCJcIiQoJGNvbW1hbmQuTmFtZSkgLUZvcmNlIC0kcHJvcGVydHlOYW1lIGAkZGVmYXVsdFZhbHVlIC1FcnJvckFjdGlvbiBTdG9wXCJeXCJcIjsgV3JpdGUtSG9zdCBcIl5cIlwiU3VjY2Vzc2Z1bGx5IHJlc3RvcmVkIGBcIl5cIlwiJHByb3BlcnR5TmFtZWBcIl5cIlwiIHRvIGl0cyBkZWZhdWx0IGBcIl5cIlwiJGRlZmF1bHRWYWx1ZWBcIl5cIlwiLlwiXlwiXCI7IGV4aXQgMDsgfSBjYXRjaCB7IGlmICgkXy5GdWxseVF1YWxpZmllZEVycm9ySWQgLWxpa2UgJyoweDgwMDEwNmJhKicpIHsgV3JpdGUtV2FybmluZyBcIl5cIlwiQ2Fubm90ICQoJGNvbW1hbmQuTmFtZSk6IERlZmVuZGVyIHNlcnZpY2UgKFdpbkRlZmVuZCkgaXMgbm90IHJ1bm5pbmcuIFRyeSB0byBlbmFibGUgaXQgKHJldmVydCkgYW5kIHJlLXJ1biB0aGlzP1wiXlwiXCI7IH0gZWxzZSB7IFdyaXRlLUVycm9yIFwiXlwiXCJGYWlsZWQgdG8gc2V0IHVzaW5nICQoJGNvbW1hbmQuTmFtZSk6ICRfXCJeXCJcIjsgfTsgZXhpdCAxOyB9OyB9OyA8IyAtLS0tLS0gUmVtb3ZlLU1wUHJlZmVyZW5jZSAtLS0tLS0gIz47ICRjb21tYW5kID0gR2V0LUNvbW1hbmQgJ1JlbW92ZS1NcFByZWZlcmVuY2UnIC1FcnJvckFjdGlvbiBJZ25vcmU7IGlmICghJGNvbW1hbmQpIHsgV3JpdGUtV2FybmluZyAnU2tpcHBpbmcuIENvbW1hbmQgbm90IGZvdW5kOiBcIl5cIlwiUmVtb3ZlLU1wUHJlZmVyZW5jZVwiXlwiXCIuJzsgZXhpdCAxOyB9OyBpZighJGNvbW1hbmQuUGFyYW1ldGVycy5LZXlzLkNvbnRhaW5zKCRwcm9wZXJ0eU5hbWUpKSB7IFdyaXRlLUhvc3QgXCJeXCJcIlNraXBwaW5nLiBgXCJeXCJcIiRwcm9wZXJ0eU5hbWVgXCJeXCJcIiBpcyBub3Qgc3VwcG9ydGVkIGZvciBgXCJeXCJcIiQoJGNvbW1hbmQuTmFtZSlgXCJeXCJcIi5cIl5cIlwiOyBleGl0IDA7IH07IHRyeSB7IEludm9rZS1FeHByZXNzaW9uIFwiXlwiXCIkKCRjb21tYW5kLk5hbWUpIC1Gb3JjZSAtJHByb3BlcnR5TmFtZSAtRXJyb3JBY3Rpb24gU3RvcFwiXlwiXCI7IFdyaXRlLUhvc3QgXCJeXCJcIlN1Y2Nlc3NmdWxseSByZXN0b3JlZCBgXCJeXCJcIiRwcm9wZXJ0eU5hbWVgXCJeXCJcIiB0byBpdHMgZGVmYXVsdC5cIl5cIlwiOyBleGl0IDA7IH0gY2F0Y2ggeyBpZiAoJF8uRnVsbHlRdWFsaWZpZWRFcnJvcklkIC1saWtlICcqMHg4MDAxMDZiYSonKSB7IFdyaXRlLVdhcm5pbmcgXCJeXCJcIkNhbm5vdCAkKCRjb21tYW5kLk5hbWUpOiBEZWZlbmRlciBzZXJ2aWNlIChXaW5EZWZlbmQpIGlzIG5vdCBydW5uaW5nLiBUcnkgdG8gZW5hYmxlIGl0IChyZXZlcnQpIGFuZCByZS1ydW4gdGhpcz9cIl5cIlwiOyB9IGVsc2UgeyBXcml0ZS1FcnJvciBcIl5cIlwiRmFpbGVkIHRvIHNldCB1c2luZyAkKCRjb21tYW5kLk5hbWUpOiAkX1wiXlwiXCI7IH07IGV4aXQgMTsgfVwiIg==
Help
How to apply or restore "Disable randomizing scheduled task times" 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 auto-scans
- Disable Defender scans
- Disable Defender Antivirus
- Disable Defender
- Privacy over security
This category provides scripts to disable Defender Antivirus. Defender Antivirus, integrated into Windows, provides protection against viruses, ransomwar...
This category offers scripts to disable Windows security components related to Defender. Defender is also referred to as Microsoft Defender or Windows De...
Same Goal
Other guides in Disable auto-scans 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.
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.