GitHub - builtbybel/bloatbox: ☑️🌠 Remove Bloatwares from Windows 10

☑️ Goodbye, Bloatware!

Latest GitHub release Downloads on GitHub GitHub last commit GitHub issues

About[1]Download[2]Community package[3]Credits[4]

screenshot

About

I know there are a thousand ways to uninstall modern Windows 10 apps. Here is the One Thousand and One with Bloatbox! This was intended as a small extension for my app Privatezilla[5] to uninstall specific apps. Since I didn't want to bloat Privatezilla unnecessarily (those who know me know that I am a friend of small apps and lean code), I have now made this available as a standalone app.

This code is based on parts of this nice project from ConditionalException. Some inspiration has also flowed from this ugly guy AppManager by Microsoft but on Windows Forms 😏[6][7]

Download

Community package

The community package for Bloatbox adds support for several advanced scripting features based upon PowerShell, e.g.

  • Reinstall of all built-in apps
  • Removal of specific pre-installed apps
  • Uninstall of OneDrive
  • Unpinning Startmenu tiles
  • Disable of Windows Defender (NOT recommended! I can highly recommend using Windows Defender on consumer versions of Windows 10)
  • Blocking telemetry via firewall and host files. Rules are provided by crazy-max/WindowsSpyBlocker[8]

Check also the Marketplace for new script files[9]

Script files provided for Privatezilla or my older app SharpApp are fully compatible with Bloatbox. You will find some on my site here[10][11]

All scripts included to the latest package can be viewed here[12]

How-to Install

  • Download[13] the latest bloatbox_pkg.zip file.
  • Extract the package to Bloatbox installation directory
  • Restart Bloatbox

Intro of community package after Installing

community-package

This feature is only supported by Bloatbox version 0.14 and higher!

Credits

This project is partly based upon

This software uses the following packages:


builtbybel.com  ·  GitHub @builtbybel  ·  Twitter @builtbybel[14][15][16]

References

  1. ^ About
  2. ^ Download
  3. ^ Community package
  4. ^ Credits
  5. ^ Privatezilla (github.com)
  6. ^ ConditionalException (github.com)
  7. ^ AppManager by Microsoft (www.microsoft.com)
  8. ^ crazy-max/WindowsSpyBlocker (github.com)
  9. ^ Marketplace for new script files (github.com)
  10. ^ Privatezilla (github.com)
  11. ^ here (www.builtbybel.com)
  12. ^ here (github.com)
  13. ^ Download (github.com)
  14. ^ builtbybel.com (www.builtbybel.com)
  15. ^ @builtbybel (github.com)
  16. ^ @builtbybel (twitter.com)
keywords

No Items Found.

Add Comment
Type in a Nick Name here
 
Search Linx
Search Linx by entering your search text above.
Welcome

This is my test area for webdev. I keep a collection of code here, mostly for my reference. Also if i find a good link, i usually add it here and then forget about it. more...

Subscribe to weekly updates about things i have added to the site or thought interesting during the last week.

You could also follow me on twitter or not... does anyone even use twitter anymore?

If you found something useful or like my work, you can buy me a coffee here. Mmm Coffee. ☕

❤️👩‍💻🎮

🪦 2000 - 16 Oct 2022 - Boots
Random Quote
"We're tight-fisted with property and money, yet think too little of wasting time, the one thing about which we should all be the toughest misers.”
Seneca
Random CSS Property

:nth-child()

The :nth-child() CSS pseudo-class matches elements based on their position among a group of siblings.
:nth-child css reference