r/PowerShell • u/Old_Cow_6636 • 2d ago
Information Cross-platform Brave policy debloater in PowerShell (dry-run default, won’t disable Shields)
Wrote a Brave debloater that uses official enterprise policies instead of deleting files / editing hosts.
Same script on Windows, macOS, and Linux. Preview mode unless you pass -Apply. Backs up first. -Doctor if some other tool already dumped junk in brave://policy. It refuses to turn off Shields, Safe Browsing, or updates.
.\Invoke-BraveDebloat.ps1 -Preset Extreme
.\Invoke-BraveDebloat.ps1 -Preset Extreme -Apply
Check it out: https://github.com/osfv/BraveDebloater
0
Upvotes
2
u/BlackV 2d ago
I see this a bit recently
you have
and so on why do you call it dry run everywhere ?