diff --git a/config/tweaks.json b/config/tweaks.json index 84b08396..285e877b 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -591,6 +591,22 @@ ], "link": "https://winutil.christitus.com/dev/tweaks/essential-tweaks/telemetry" }, + "WPFTweaksDeliveryOptimization": { + "Content": "Delivery Optimization - Disable", + "Description": "Stops Windows from using your bandwidth to upload updates to other PCs on the internet or local network.", + "category": "Essential Tweaks", + "panel": "1", + "registry": [ + { + "Path": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\DeliveryOptimization", + "Name": "DODownloadMode", + "Value": "0", + "Type": "DWord", + "OriginalValue": "" + } + ], + "link": "https://winutil.christitus.com/dev/tweaks/essential-tweaks/deliveryoptimization" + }, "WPFTweaksRemoveEdge": { "Content": "Microsoft Edge - Remove", "Description": "Unblocks Microsoft Edge uninstaller restrictions then uses that uninstaller to remove Microsoft Edge.",