mirror of
https://github.com/Raphire/Win11Debloat.git
synced 2026-01-01 17:06:22 +00:00
Add option to disable bloat in Brave browser
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user