From 97d5f7b850fb95d6316169288a8e74bbc9eb5edb Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Thu, 30 Apr 2026 12:46:12 -0500 Subject: [PATCH] feat: Add Brave debloat settings to tweaks.json (#4427) Co-authored-by: Copilot --- config/tweaks.json | 49 +++++++++++++++++++ docs/content/userguide/win11Creator/_index.md | 2 +- 2 files changed, 50 insertions(+), 1 deletion(-) diff --git a/config/tweaks.json b/config/tweaks.json index ec6c99d9..e9d49795 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -282,6 +282,55 @@ "Value": "0", "Type": "DWord", "OriginalValue": "" + }, + { + "Path": "HKLM:\\SOFTWARE\\Policies\\BraveSoftware\\Brave", + "Name": "BraveNewsDisabled", + "Value": "1", + "Type": "DWord", + "OriginalValue": "" + }, + { + "Path": "HKLM:\\SOFTWARE\\Policies\\BraveSoftware\\Brave", + "Name": "BraveTalkDisabled", + "Value": "1", + "Type": "DWord", + "OriginalValue": "" + }, + { + "Path": "HKLM:\\SOFTWARE\\Policies\\BraveSoftware\\Brave", + "Name": "TorDisabled", + "Value": "1", + "Type": "DWord", + "OriginalValue": "" + }, + { + "Path": "HKLM:\\SOFTWARE\\Policies\\BraveSoftware\\Brave", + "Name": "BraveP3AEnabled", + "Value": "0", + "Type": "DWord", + "OriginalValue": "" + }, + { + "Path": "HKLM:\\SOFTWARE\\Policies\\BraveSoftware\\Brave", + "Name": "UrlKeyedAnonymizedDataCollectionEnabled", + "Value": "0", + "Type": "DWord", + "OriginalValue": "" + }, + { + "Path": "HKLM:\\SOFTWARE\\Policies\\BraveSoftware\\Brave", + "Name": "SafeBrowsingExtendedReportingEnabled", + "Value": "0", + "Type": "DWord", + "OriginalValue": "" + }, + { + "Path": "HKLM:\\SOFTWARE\\Policies\\BraveSoftware\\Brave", + "Name": "MetricsReportingEnabled", + "Value": "0", + "Type": "DWord", + "OriginalValue": "" } ], "link": "https://winutil.christitus.com/dev/tweaks/z--advanced-tweaks---caution/bravedebloat" diff --git a/docs/content/userguide/win11Creator/_index.md b/docs/content/userguide/win11Creator/_index.md index 5f704825..ff6c6e78 100644 --- a/docs/content/userguide/win11Creator/_index.md +++ b/docs/content/userguide/win11Creator/_index.md @@ -80,7 +80,7 @@ Once the modification is complete, choose how to save your image: > [!NOTE] > `oscdimg.exe` (part of the Windows ADK) is required. If it's not found, Winutil will attempt to install it automatically via winget. If that fails, install it manually: `winget install -e --id Microsoft.OSCDIMG` - + {{< /tab >}} {{< tab name="Write to USB" >}}