Add option to disable bloat in Brave browser

This commit is contained in:
Raphire
2025-12-27 17:16:50 +01:00
parent e98c1bd273
commit 33ceaee38b
5 changed files with 28 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ param (
[switch]$DisableLockscreenTips, [switch]$DisableLockscrTips,
[switch]$DisableSuggestions, [switch]$DisableWindowsSuggestions,
[switch]$DisableEdgeAds,
[switch]$DisableBraveBloat,
[switch]$DisableSettings365Ads,
[switch]$DisableSettingsHome,
[switch]$ShowHiddenFolders,
@@ -2101,6 +2102,10 @@ switch ($script:Params.Keys) {
RegImport "> Disabling ads, suggestions and the MSN news feed in Microsoft Edge..." "Disable_Edge_Ads_And_Suggestions.reg"
continue
}
'DisableBraveBloat' {
RegImport "> Disabling Brave AI, Crypto, News, Rewards, Talk and VPN from Brave browser..." "Disable_Brave_Bloat.reg"
continue
}
{$_ -in "DisableLockscrTips", "DisableLockscreenTips"} {
RegImport "> Disabling tips & tricks on the lockscreen..." "Disable_Lockscreen_Tips.reg"
continue