mirror of
https://github.com/ChrisTitusTech/winutil
synced 2026-06-04 14:17:27 +00:00
Added Delivery Optimization disable tweak (#4527)
This commit is contained in:
committed by
GitHub
parent
153900a77b
commit
7607b92e21
@@ -591,6 +591,22 @@
|
|||||||
],
|
],
|
||||||
"link": "https://winutil.christitus.com/dev/tweaks/essential-tweaks/telemetry"
|
"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": "<RemoveEntry>"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"link": "https://winutil.christitus.com/dev/tweaks/essential-tweaks/deliveryoptimization"
|
||||||
|
},
|
||||||
"WPFTweaksRemoveEdge": {
|
"WPFTweaksRemoveEdge": {
|
||||||
"Content": "Microsoft Edge - Remove",
|
"Content": "Microsoft Edge - Remove",
|
||||||
"Description": "Unblocks Microsoft Edge uninstaller restrictions then uses that uninstaller to remove Microsoft Edge.",
|
"Description": "Unblocks Microsoft Edge uninstaller restrictions then uses that uninstaller to remove Microsoft Edge.",
|
||||||
|
|||||||
Reference in New Issue
Block a user