Skip to content

Brave Debloat

config/tweaks.json
1139  "WPFTweaksBraveDebloat": {
1140    "Content": "Brave Debloat",
1141    "Description": "Disables various annoyances like Brave Rewards, Leo AI, Crypto Wallet and VPN.",
1142    "category": "z__Advanced Tweaks - CAUTION",
1143    "panel": "1",
1144    "registry": [
1145      {
1146        "Path": "HKLM:\\SOFTWARE\\Policies\\BraveSoftware\\Brave",
1147        "Name": "BraveRewardsDisabled",
1148        "Value": "1",
1149        "Type": "DWord",
1150        "OriginalValue": "<RemoveEntry>"
1151      },
1152      {
1153        "Path": "HKLM:\\SOFTWARE\\Policies\\BraveSoftware\\Brave",
1154        "Name": "BraveWalletDisabled",
1155        "Value": "1",
1156        "Type": "DWord",
1157        "OriginalValue": "<RemoveEntry>"
1158      },
1159      {
1160        "Path": "HKLM:\\SOFTWARE\\Policies\\BraveSoftware\\Brave",
1161        "Name": "BraveVPNDisabled",
1162        "Value": "1",
1163        "Type": "DWord",
1164        "OriginalValue": "<RemoveEntry>"
1165      },
1166      {
1167        "Path": "HKLM:\\SOFTWARE\\Policies\\BraveSoftware\\Brave",
1168        "Name": "BraveAIChatEnabled",
1169        "Value": "0",
1170        "Type": "DWord",
1171        "OriginalValue": "<RemoveEntry>"
1172      },
1173      {
1174        "Path": "HKLM:\\SOFTWARE\\Policies\\BraveSoftware\\Brave",
1175        "Name": "BraveStatsPingEnabled",
1176        "Value": "0",
1177        "Type": "DWord",
1178        "OriginalValue": "<RemoveEntry>"
1179      }
1180    ],

Registry Changes

Applications and System Components store and retrieve configuration data to modify Windows settings, so we can use the registry to change many settings in one place.

You can find information about the registry on Wikipedia and Microsoft’s Website.