General Questions
What is Bulk Crap Uninstaller?
What is Bulk Crap Uninstaller?
- Clean up leftover files and registry entries
- Detect orphaned applications
- Run uninstallers according to premade lists
- Handle Windows Store Apps, Steam games, and Windows Features
- Support multiple uninstalling systems (NSIS, InnoSetup, Msiexec, etc.)
Is Bulk Crap Uninstaller safe to use?
Is Bulk Crap Uninstaller safe to use?
- Open source - The code is publicly available on GitHub
- Well-established - Trusted by IT professionals and home users worldwide
- Non-destructive - Shows you what will be removed before taking action
- Apache 2.0 licensed - Professional open-source license
Is BCUninstaller really free?
Is BCUninstaller really free?
- Free as in speech - Open-source software
- Free as in beer - No cost for personal or commercial use
- No hidden fees - No premium features or paid upgrades
- No ads - Clean, professional interface
Who should use BCUninstaller?
Who should use BCUninstaller?
- IT administrators managing multiple machines
- System cleaners removing bloatware
- Power users optimizing their systems
- Anyone who needs to uninstall many programs at once
Installation & Requirements
What are the system requirements?
What are the system requirements?
- Windows 10 or later (may work on Windows 7)
- .NET 8 desktop runtime (not needed for portable version)
- Windows 7 SP1 with Platform Updates (KB2670838, KB2533623)
- .NET 6 desktop runtime (not needed for portable version)
- Windows XP or later
- .NET Framework 4.5 with updates
Which version should I download?
Which version should I download?
- Installs BCU as a normal application
- Automatically installs .NET runtime if missing
- Creates Start Menu shortcuts
- Smaller download size
- Self-contained, includes .NET runtime
- No installation required
- Can run from USB or network drives
- Larger file size due to bundled runtime
- Stand-alone portable version
- Requires .NET runtime pre-installed
- Much smaller file size
- No installation needed
Can I run BCU on Windows XP?
Can I run BCU on Windows XP?
- Download BCU v4.16
- Ensure .NET Framework 4.5 is installed
- Install all available Windows updates
Where can I download BCUninstaller?
Where can I download BCUninstaller?
- GitHub Releases (recommended)
- FossHub
- SourceForge
- dAppCDN
Features & Functionality
What types of applications can BCU uninstall?
What types of applications can BCU uninstall?
- Standard Windows applications - Programs installed via traditional installers
- Windows Store Apps - Modern UWP applications
- Steam games - Games and software from Steam
- Windows Features - Built-in Windows components
- NSIS installers - Nullsoft Scriptable Install System
- InnoSetup installers - Popular installer framework
- MSI packages - Windows Installer packages
- And many more - Special support for various installer systems
Can BCU remove leftover files and registry entries?
Can BCU remove leftover files and registry entries?
- Detect and remove leftover files after uninstallation
- Clean up orphaned registry entries
- Find and remove traces of previously uninstalled programs
- Identify incomplete or failed uninstallations
What are orphaned applications?
What are orphaned applications?
- Were incompletely uninstalled
- Had their files manually deleted
- Were removed improperly
- No longer exist on your system
Can I uninstall multiple programs at once?
Can I uninstall multiple programs at once?
- Select multiple applications and uninstall them all at once
- Create and save lists of programs to uninstall
- Run uninstallers according to premade lists
- Minimize user input during bulk operations
- Set up automated uninstall procedures
Does BCU work with Windows Store apps?
Does BCU work with Windows Store apps?
- Ensure you’re running BCU as Administrator
- Windows Store apps will appear in the main application list
- Select and uninstall them like any other application
Privacy & Data
Does BCUninstaller collect any data?
Does BCUninstaller collect any data?
- Anonymous usage statistics
- Anonymous error reports
- User-selected application ratings
Can I opt out of data collection?
Can I opt out of data collection?
- Can be freely changed
- Is not guaranteed to be unique
- Does not contain personal information
Who has access to the collected data?
Who has access to the collected data?
- No one
Troubleshooting
BCU won't start - what should I do?
BCU won't start - what should I do?
- Check .NET runtime - Ensure the required runtime is installed for your BCU version
- Run Windows Update - Install all available system updates
- Try portable version - Download the portable version which includes the runtime
- Run as Administrator - Right-click and select “Run as administrator”
- Check antivirus - Ensure your security software isn’t blocking BCU
An uninstall failed - what now?
An uninstall failed - what now?
- Close the application - Ensure the program you’re uninstalling isn’t running
- Run as Administrator - BCU may need elevated permissions
- Try force uninstall - Use BCU’s force uninstall option for stubborn programs
- Check the logs - Review error messages in BCU’s detailed logs
- Manual removal - As a last resort, you may need to manually remove files and registry entries
Where can I get help?
Where can I get help?
- Read the online manual
- Check the Troubleshooting guide
- Search GitHub Issues
- Join GitHub Discussions
- Open a new issue if your problem is unique
Contributing
How can I contribute to BCUninstaller?
How can I contribute to BCUninstaller?
- Report bugs - Open an issue with details
- Suggest features - Share your ideas in GitHub Discussions
- Contribute code - Submit pull requests (see CONTRIBUTING.md)
- Improve documentation - Help make the docs clearer
- Spread the word - Tell others about BCU
Can I compile BCU from source?
Can I compile BCU from source?
- Install Visual Studio 2022 with necessary features
- Clone the GitHub repository
- Open the solution and build
- For installer builds, install InnoSetup v6.4 and run
publish.bat
Is the project looking for maintainers?
Is the project looking for maintainers?
