From 7607b92e21e00df550ba320164e08ccbad42b869 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaros=C5=82aw=20Drzewiecki=20de=20Oga=C5=84czyk?= <192244662+gepardjaro@users.noreply.github.com> Date: Wed, 3 Jun 2026 19:58:23 +0200 Subject: [PATCH] Added Delivery Optimization disable tweak (#4527) --- config/tweaks.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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.",