Skip to content

Instantly share code, notes, and snippets.

@da2x
Created July 26, 2021 00:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save da2x/4031bc64de27f5d472a654a2fb014435 to your computer and use it in GitHub Desktop.
Save da2x/4031bc64de27f5d472a654a2fb014435 to your computer and use it in GitHub Desktop.
Encurrage Windows Updates to use Delivery Optimization P2P in more situations
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