diff --git a/config/tweaks.json b/config/tweaks.json index fffb36d2..a37a7184 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -1551,6 +1551,49 @@ ], "link": "https://winutil.christitus.com/dev/tweaks/essential-tweaks/services" }, + "WPFTweaksBraveDebloat": { + "Content": "Debloat Brave", + "Description": "Disables various annoyances like Brave Rewards,Leo AI,Crypto Wallet and VPN", + "category": "Essential Tweaks", + "panel": "1", + "Order": "a016_", + "registry": [ + { + "Path":"HKLM:\\SOFTWARE\\Policies\\BraveSoftware\\Brave", + "Name": "BraveRewardsDisabled", + "Type": "DWord", + "Value": "1" + }, + { + "Path": "HKLM:\\SOFTWARE\\Policies\\BraveSoftware\\Brave", + "Name": "BraveWalletDisabled", + "Type": "DWord", + "Value": "1", + "OriginalValue": "" + }, + { + "Path": "HKLM:\\SOFTWARE\\Policies\\BraveSoftware\\Brave", + "Name": "BraveVPNDisabled", + "Type": "DWord", + "Value": "1", + "OriginalValue": "" + }, + { + "Path": "HKLM:\\SOFTWARE\\Policies\\BraveSoftware\\Brave", + "Name": "BraveAIChatEnabled", + "Type": "DWord", + "Value": "0", + "OriginalValue": "" + }, + { + "Path": "HKLM:\\SOFTWARE\\Policies\\BraveSoftware\\Brave", + "Name": "SyncDisabled", + "Type": "DWord", + "Value": "1", + "OriginalValue": "" + } + ] + }, "WPFTweaksEdgeDebloat": { "Content": "Debloat Edge", "Description": "Disables various telemetry options, popups, and other annoyances in Edge.",