From febae2809516702f75c7b5e5562b81cead213a61 Mon Sep 17 00:00:00 2001 From: Pranjal Khanna <104723182+PsiCodes@users.noreply.github.com> Date: Thu, 19 Jun 2025 02:51:42 +0530 Subject: [PATCH] Added Brave Debloat Tweak (#3408) * Added Brave Debloat Tweak * Update tweaks.json --------- Co-authored-by: Chris Titus --- config/tweaks.json | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) 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.",