Created
July 26, 2021 00:25
-
-
Save da2x/4031bc64de27f5d472a654a2fb014435 to your computer and use it in GitHub Desktop.
Encurrage Windows Updates to use Delivery Optimization P2P in more situations
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
; This file is documented at: | |
; https://www.ctrl.blog/entry/windows-delivery-optimization.html | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DeliveryOptimization] | |
"DODelayBackgroundDownloadFromHttp"=dword:e10 | |
"DODelayForegroundDownloadFromHttp"=dword:12C | |
"DOMinFileSizeToCache"=dword:2 | |
"DOMinDiskSizeAllowedToPeer"=dword:10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment