Disable update and app peer downloads
- Single actionThis page belongs to a script, containing basic changes to achieve a task.
- Windows onlyThis script improves your privacy on Windows
- Impact: MinimumSystem Functionality Loss Risk: Low
This action improves privacy with minimal 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 prevents Windows from downloading updates and app's from other computers, ensuring updates come only from Microsoft servers.
By default, Windows shares updates and apps between computers on the same network (LAN) 1 2. This means your PC both sends updates to and receives apps and updates from other computers 3. This sharing method is called "peer-to-peer (P2P)" or "peering" 1 2.
This can pose a privacy and security risk if updates come from unauthorized or modified sources 4. The script protects you by blocking these potentially unsafe update sources 4.
This configuration is recommended by multiple government agencies:
- U.S. Defense Information Systems Agency 5
- U.S. Internal Revenue Service 4
- French Judicial Police 6
- Polish Ministry of Internal Affairs 7
Disabling peer-to-peer updates can improve system performance by removing upload processes. However, this may make update downloads slower 3.
Technical Details
The script sets registry values to configure update download mode to '0' (HTTP only, no peering) 1 2 in these registry locations:
HKLM\SOFTWARE\Policies\Microsoft\Windows\DeliveryOptimization!DODownloadMode
1 4 5 6 7HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\DeliveryOptimization\Config!DODownloadMode
5 6HKEY_USERS\S-1-5-20\Software\Microsoft\Windows\CurrentVersion\DeliveryOptimization\Settings!DownloadMode
8HKCU\Software\Microsoft\Windows\CurrentVersion\DeliveryOptimization!SystemSettingsDownloadMode
6
Sources
- DeliveryOptimization Policy CSP - Windows Client Management. Microsoft Learn. (2023).
Original: https://learn.microsoft.com/en-us/windows/client-management/mdm/policy-csp-deliveryoptimization
Archived: https://web.archive.org/web/20230914171524/https://learn.microsoft.com/en-us/windows/client-management/mdm/policy-csp-deliveryoptimization - Delivery Optimization reference - Windows Deployment. Microsoft Learn. (2023).
Original: https://learn.microsoft.com/en-us/windows/deployment/do/waas-delivery-optimization-reference
Archived: https://web.archive.org/web/20230914171842/https://learn.microsoft.com/en-us/windows/deployment/do/waas-delivery-optimization-reference - Windows Update Delivery Optimization and privacy - Microsoft Support. support.microsoft.com. (2022).
Original: https://support.microsoft.com/en-us/windows/windows-update-delivery-optimization-and-privacy-bf86a244-8f26-a3c7-a137-a43bfbe688e8
Archived: https://web.archive.org/web/20221004174640/https://support.microsoft.com/en-us/windows/windows-update-delivery-optimization-and-privacy-bf86a244-8f26-a3c7-a137-a43bfbe688e8#WindowsVersion=Windows_11 - Internal Revenue Service Office of Safeguards - Windows 10. irs.gov. (2023).
Original: https://www.irs.gov/pub/irs-utl/win10.xlsx
Archived: https://web.archive.org/web/20230914171139/https://www.irs.gov/pub/irs-utl/win10.xlsx - Windows Update must not obtain updates from other PCs on the Internet. stigviewer.com. (2023).
Original: https://www.stigviewer.com/stig/windows_10/2019-01-04/finding/V-65681
Archived: https://web.archive.org/web/20230914171410/https://www.stigviewer.com/stig/windows_10/2019-01-04/finding/V-65681 - Windows 10 - 1709 (RS3) - Télémétrie. French judicial police (DIPJ). tuxicoman.jesuislibre.net. (2024).
Original: https://tuxicoman.jesuislibre.net/blog/wp-content/uploads/Windows10_Telemetrie_1709.pdf
Archived: https://web.archive.org/web/20241221115005/https://tuxicoman.jesuislibre.net/blog/wp-content/uploads/Windows10_Telemetrie_1709.pdf - REQUIREMENTS for workstations and end-user service positions for SRP. Polish Ministry of Internal Affairs. orka2.sejm.gov.pl. (2025).
Original: https://orka2.sejm.gov.pl/INT8.nsf/klucz/ATT09BDA103/$FILE/i05984-o1_2.pdf
Archived: https://web.archive.org/web/20250129190707/https://orka2.sejm.gov.pl/INT8.nsf/klucz/ATT09BDA103/$FILE/i05984-o1_2.pdf - Updates and Feature Updates stuck at 0% download - 0x80D02002 Delivery Optimization : r/SCCM. www.reddit.com. (2025).
Original: https://old.reddit.com/r/SCCM/comments/1aow39q/updates_and_feature_updates_stuck_at_0_download/kxqh28o
Archived: https://web.archive.org/web/20250129192427/https://old.reddit.com/r/SCCM/comments/1aow39q/updates_and_feature_updates_stuck_at_0_download/kxqh28o/
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 update and app peer downloads" 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 update and app peer downloads" using privacy.sexy
- ≈ 3 min to complete
- Tools: privacy.sexy
- Difficulty: Simple
- ≈ 4 instructions
- 2
Choose script
- Search for the script name: Disable update and app peer downloads
- 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\DeliveryOptimization!DODownloadMode"
PowerShell -ExecutionPolicy Unrestricted -Command "$registryPath = 'HKLM\SOFTWARE\Policies\Microsoft\Windows\DeliveryOptimization'; $data = '0'; reg add 'HKLM\SOFTWARE\Policies\Microsoft\Windows\DeliveryOptimization' /v 'DODownloadMode' /t 'REG_DWORD' /d "^""$data"^"" /f"
:: Set the registry value: "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\DeliveryOptimization\Config!DODownloadMode"
PowerShell -ExecutionPolicy Unrestricted -Command "$registryPath = 'HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\DeliveryOptimization\Config'; $data = '0'; reg add 'HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\DeliveryOptimization\Config' /v 'DODownloadMode' /t 'REG_DWORD' /d "^""$data"^"" /f"
:: Set the registry value: "HKEY_USERS\S-1-5-20\Software\Microsoft\Windows\CurrentVersion\DeliveryOptimization\Settings!DownloadMode"
PowerShell -ExecutionPolicy Unrestricted -Command "$registryPath = 'HKEY_USERS\S-1-5-20\Software\Microsoft\Windows\CurrentVersion\DeliveryOptimization\Settings'; $data = '0'; reg add 'HKEY_USERS\S-1-5-20\Software\Microsoft\Windows\CurrentVersion\DeliveryOptimization\Settings' /v 'DownloadMode' /t 'REG_DWORD' /d "^""$data"^"" /f"
:: Set the registry value: "HKCU\Software\Microsoft\Windows\CurrentVersion\DeliveryOptimization!SystemSettingsDownloadMode"
PowerShell -ExecutionPolicy Unrestricted -Command "$registryPath = 'HKCU\Software\Microsoft\Windows\CurrentVersion\DeliveryOptimization'; $data = '0'; reg add 'HKCU\Software\Microsoft\Windows\CurrentVersion\DeliveryOptimization' /v 'SystemSettingsDownloadMode' /t 'REG_DWORD' /d "^""$data"^"" /f"
Ijo6IERlbGV0ZSB0aGUgcmVnaXN0cnkgdmFsdWUgXCJIS0xNXFxTT0ZUV0FSRVxcUG9saWNpZXNcXE1pY3Jvc29mdFxcV2luZG93c1xcRGVsaXZlcnlPcHRpbWl6YXRpb24hRE9Eb3dubG9hZE1vZGVcIlxuUG93ZXJTaGVsbCAtRXhlY3V0aW9uUG9saWN5IFVucmVzdHJpY3RlZCAtQ29tbWFuZCBcInJlZyBkZWxldGUgJ0hLTE1cXFNPRlRXQVJFXFxQb2xpY2llc1xcTWljcm9zb2Z0XFxXaW5kb3dzXFxEZWxpdmVyeU9wdGltaXphdGlvbicgL3YgJ0RPRG93bmxvYWRNb2RlJyAvZiAyPiRudWxsXCJcbjo6IERlbGV0ZSB0aGUgcmVnaXN0cnkgdmFsdWUgXCJIS0xNXFxTT0ZUV0FSRVxcTWljcm9zb2Z0XFxXaW5kb3dzXFxDdXJyZW50VmVyc2lvblxcRGVsaXZlcnlPcHRpbWl6YXRpb25cXENvbmZpZyFET0Rvd25sb2FkTW9kZVwiXG5Qb3dlclNoZWxsIC1FeGVjdXRpb25Qb2xpY3kgVW5yZXN0cmljdGVkIC1Db21tYW5kIFwicmVnIGRlbGV0ZSAnSEtMTVxcU09GVFdBUkVcXE1pY3Jvc29mdFxcV2luZG93c1xcQ3VycmVudFZlcnNpb25cXERlbGl2ZXJ5T3B0aW1pemF0aW9uXFxDb25maWcnIC92ICdET0Rvd25sb2FkTW9kZScgL2YgMj4kbnVsbFwiXG46OiBEZWxldGUgdGhlIHJlZ2lzdHJ5IHZhbHVlIFwiSEtFWV9VU0VSU1xcUy0xLTUtMjBcXFNvZnR3YXJlXFxNaWNyb3NvZnRcXFdpbmRvd3NcXEN1cnJlbnRWZXJzaW9uXFxEZWxpdmVyeU9wdGltaXphdGlvblxcU2V0dGluZ3MhRG93bmxvYWRNb2RlXCJcblBvd2VyU2hlbGwgLUV4ZWN1dGlvblBvbGljeSBVbnJlc3RyaWN0ZWQgLUNvbW1hbmQgXCJyZWcgZGVsZXRlICdIS0VZX1VTRVJTXFxTLTEtNS0yMFxcU29mdHdhcmVcXE1pY3Jvc29mdFxcV2luZG93c1xcQ3VycmVudFZlcnNpb25cXERlbGl2ZXJ5T3B0aW1pemF0aW9uXFxTZXR0aW5ncycgL3YgJ0Rvd25sb2FkTW9kZScgL2YgMj4kbnVsbFwiXG46OiBEZWxldGUgdGhlIHJlZ2lzdHJ5IHZhbHVlIFwiSEtDVVxcU29mdHdhcmVcXE1pY3Jvc29mdFxcV2luZG93c1xcQ3VycmVudFZlcnNpb25cXERlbGl2ZXJ5T3B0aW1pemF0aW9uIVN5c3RlbVNldHRpbmdzRG93bmxvYWRNb2RlXCJcblBvd2VyU2hlbGwgLUV4ZWN1dGlvblBvbGljeSBVbnJlc3RyaWN0ZWQgLUNvbW1hbmQgXCJyZWcgZGVsZXRlICdIS0NVXFxTb2Z0d2FyZVxcTWljcm9zb2Z0XFxXaW5kb3dzXFxDdXJyZW50VmVyc2lvblxcRGVsaXZlcnlPcHRpbWl6YXRpb24nIC92ICdTeXN0ZW1TZXR0aW5nc0Rvd25sb2FkTW9kZScgL2YgMj4kbnVsbFwiIg==
Help
How to apply or restore "Disable update and app peer downloads" 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 update and app sharing
- Disable OS data collection
This category prevents Windows from sharing updates and apps with other computers, and from downloading from them. Delivery Optimization is a Windows fea...
Same Goal
Another guide in Disable update and app sharing 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.