back to home

Klocman / Bulk-Crap-Uninstaller

Remove large amounts of unwanted applications quickly.

17,743 stars
779 forks
131 issues
C#Inno SetupC++

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing Klocman/Bulk-Crap-Uninstaller in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/Klocman/Bulk-Crap-Uninstaller)
Preview:Analyzed by RepoMind

Repository Summary (README)

Preview

Donate GitHub release license

:warning: Looking for maintainers :warning:

Bulk Crap Uninstaller

Bulk Crap Uninstaller (or BCUninstaller) is a free (as in speech) program uninstaller. It excels at removing large amounts of applications with minimal user input. It can clean up leftovers, detect orphaned applications, run uninstallers according to premade lists, and much more! Even though BCU was made with IT pros in mind, it can be used by anyone with a basic understanding of how applications are installed/uninstalled in Windows.

BCU is fully compatible with Windows Store Apps, Steam, Windows Features and has special support for many uninstalling systems (NSIS, InnoSetup, Msiexec, and many other). Check below for a full list of functions.

Bulk Crap Uninstaller is licensed under Apache 2.0 open source license, and can be used in both private and commercial settings for free and with no obligations, as long as no conditions of the license are broken.

Visit the official homepage to see the full list of quirks and features!

Read the online documentation if you have any questions or issues (the help file included with all releases). If you didn't find an answer to your question, feel free to open a new issue.

Download

You can get the latest version from the releases page. Alternatively you can download it from one of these hosts:

What are the different variants?

  • Setup - Installs BCU as a normal application. If your system is missing the required .NET runtime, it is automatically installed as well.
  • Portable - Self-contained version that does not require the .NET runtime to run. It includes a runtime which is why the file size is so large.
  • net - Stand-alone portable version that requires the .NET runtime to be installed. Much smaller file size than the full Portable version.

Nightly builds

If you want to get the latest features and fixes as soon as they are available, you can download a nightly build from the actions page.

System requirements

BCUninstaller v6

  • Earliest supported OS: Windows 10 (may work on Windows 7)
  • Requirements: .NET 8 desktop runtime (not needed for portable)

To get this version download the latest release from the links below.

*Note: Since none of the supported systems have x86 versions, v6 releases no longer include an x86 build. If you need one you can still compile it yourself, or you can use the AnyCPU build instead.

BCUninstaller v5

  • Earliest supported OS: Windows 7 SP1 with all Platform Updates (KB2670838, KB2533623, etc.)
  • Requirements: .NET 6 desktop runtime (not needed for portable)

If you get a DLL error on startup then try running Windows Update. If you get a framework error, install .NET6 either manually or through Windows Update.

To get this version download the latest available 5.x release.

*Note: The Portable version does not require the .NET6 runtime to be installed, since it is included (that's why the portable version is so large).

BCUninstaller v1 - v4

  • Earliest supported OS: Windows XP (XP support may be dodgy in later releases)
  • Requirements: .Net Framework 4.5 (some versions can run on .Net Framework 3.5 with reduced functionality)

Make sure you have .Net Framework 4.5 installed with all available updates for your system (it is not installed on XP by default).

To get this version compile the legacy 4.x branch or download the latest available 4.x release.

How can I help?

Please check the contribution notes!

Compiling

Development is done on Visual Studio 2022. The solution should just load and build without doing anything extra, provided necessary VS features are installed. The installer is compiled with InnoSetup v6.4. To make a release you have to first run the publish.bat script.

Screenshots

preview preview