Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Guide to Using Bloatbox
#1
Guide to Using Bloatbox

**Bloatbox** is a lightweight tool designed to help Windows users easily remove unwanted pre-installed apps, often referred to as bloatware, from their systems. It is a simple interface built on top of the Windows 10 and 11 PowerShell commands, allowing users to remove built-in apps without going through complicated processes. This guide will walk you through downloading, installing, and using Bloatbox to declutter your Windows system by removing unwanted bloatware.

Step 1: Download Bloatbox

To start, you need to download Bloatbox from the official repository.

Steps to Download Bloatbox:
1. Open your web browser and go to the official GitHub page for Bloatbox: Bloatbox GitHub Repository.
2. Scroll down to the `Releases` section and download the latest version of Bloatbox.
3. Once the download is complete, locate the file in your `Downloads` folder and extract it if it is in a compressed format (like `.zip`).

Note: Bloatbox is portable software, meaning it does not require installation. You can run it directly after downloading.

Step 2: Launch Bloatbox

Since Bloatbox is a portable tool, you can launch it immediately after downloading without needing to install it.

Steps to Launch Bloatbox:
1. Navigate to the folder where you downloaded and extracted Bloatbox.
2. Double-click on the `Bloatbox.exe` file to open the program.

The main window of Bloatbox will open, displaying a list of all installed Windows apps, including built-in and third-party bloatware.

Step 3: Select Apps to Remove Using Bloatbox

Bloatbox makes it easy to select and remove pre-installed apps that you no longer need.

Steps to Select Apps for Removal:
1. In the main window, you will see a list of all apps currently installed on your system, including both user-installed and pre-installed apps.
2. Scroll through the list to find the apps you want to remove, or use the search bar to locate specific apps.
3. Select the apps you want to remove by checking the boxes next to each app’s name.

Step 4: Remove Selected Apps

After selecting the apps you want to remove, Bloatbox will allow you to uninstall them with a single click.

Steps to Remove Apps Using Bloatbox:
1. Once you’ve selected the apps you want to remove, click the `Remove Selected` button at the bottom of the window.
2. Bloatbox will use PowerShell commands in the background to uninstall the selected apps from your system.
3. A progress window will appear, showing the status of each app removal.
4. When the process is complete, Bloatbox will notify you that the selected apps have been successfully removed.

Step 5: Remove Additional Bloatware (Optional)

Bloatbox also allows you to remove Windows Store apps, hidden system apps, and other unnecessary pre-installed software.

Steps to Remove Additional Bloatware:
1. In the main Bloatbox window, look for additional options for hidden or system apps in the list.
2. Select any additional apps that you want to remove using the same method described above.
3. Click `Remove Selected` to uninstall them.

Step 6: Restore Removed Apps (Optional)

If you accidentally remove an important app or change your mind, you can restore the removed apps using PowerShell.

Steps to Restore Removed Apps Using PowerShell:
1. Open PowerShell as an administrator by right-clicking the Start button and selecting `Windows PowerShell (Admin)`.
2. Use the following command to restore all default apps:
Code:
Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
3. Press `Enter` to execute the command, and Windows will begin restoring the removed apps.

Step 7: Exit Bloatbox

After you have removed the apps you no longer need, you can close Bloatbox.

Steps to Exit Bloatbox:
1. Once you are done using Bloatbox, click the `X` button in the top-right corner to close the program.
2. Since it’s a portable tool, you can delete the Bloatbox folder if you no longer need it.

Step 8: Keep Bloatbox Updated (Optional)

Bloatbox may receive updates with new features and bug fixes. To ensure you have the latest version, check for updates regularly.

Steps to Update Bloatbox:
1. Visit the official GitHub page and check for the latest version under the `Releases` section.
2. Download the updated version and replace the old files with the new ones.

Conclusion

Bloatbox is an excellent tool for removing unwanted bloatware and pre-installed apps from your Windows 10 or 11 system. By following this guide, you can easily declutter your system, improving its performance and freeing up valuable space. With its simple and portable design, Bloatbox is a highly effective solution for managing and removing Windows bloatware without the need for complex commands or additional software.
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)