Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...

Downloads:
50,060
Downloads of v 3.12:
450
Last Update:
18 Jul 2017
Package Maintainer(s):
Software Author(s):
- Marcin Szeniak
Tags:
uninstaller uninstall bulk admin foss- Software Specific:
- Software Site
- Software Source
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

Bulk Crap Uninstaller
This is not the latest version of Bulk Crap Uninstaller available.
- Software Specific:
- Software Site
- Software Source
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
50,060
Downloads of v 3.12:
450
Maintainer(s):
Software Author(s):
- Marcin Szeniak
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
Bulk Crap Uninstaller 3.12
This is not the latest version of Bulk Crap Uninstaller available.
All Checks are Passing
2 Passing Test
To install Bulk Crap Uninstaller, run the following command from the command line or from PowerShell:
To upgrade Bulk Crap Uninstaller, run the following command from the command line or from PowerShell:
To uninstall Bulk Crap Uninstaller, run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://chocolatey.org/api/v2. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
- Download the Package Download
- Follow manual internalization instructions
-
Package Internalizer (C4B)
- Run
choco download bulk-crap-uninstaller --internalize --version=3.12 --source=https://chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade bulk-crap-uninstaller -y --source="'STEP 3 URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade bulk-crap-uninstaller -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure bulk-crap-uninstaller installed
win_chocolatey:
name: bulk-crap-uninstaller
state: present
version: 3.12
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
Coming early 2020! Central Managment Reporting available now! More information...
chocolatey_package 'bulk-crap-uninstaller' do
action :install
version '3.12'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: bulk-crap-uninstaller,
Version: 3.12,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller bulk-crap-uninstaller
{
Name = 'bulk-crap-uninstaller'
Ensure = 'Present'
Version = '3.12'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'bulk-crap-uninstaller':
provider => 'chocolatey',
ensure => '3.12',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install bulk-crap-uninstaller version="3.12" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 18 Jul 2017.
Bulk Crap Uninstaller 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, by default it is so straight-forward that anyone can use it effortlessly!
Features
- Detect orphaned applications
- Startup manager
- Multiple languages
- Uninstall lists and searching
- Verification of certificates
- More data than you'd ever need
- Detection and uninstallation of Windows Store apps
- Uninstallation of multiple items at once (with collision prevention)
- Advanced grouping, sorting, filtering and searching
- Automatic detection and closing of running applications
- Automatic updating and error reporting
- Custom commands can be executed before and after uninstallation
- Editing tools and backup creation - can generate .reg files and remove junk to recycle bin
- Fully portable, requires Net 3.5 which is installed on all Windows 7 machines by default
- Quiet (unattended) uninstall of many programs when they don't openly support it
- Visibility of protected and invalid entries (system uninstaller doesn't see them)
$ErrorActionPreference = 'Stop'
$packageArgs = @{
packageName = 'bulk-crap-uninstaller'
fileType = 'exe'
url = 'https://github.com/Klocman/Bulk-Crap-Uninstaller/releases/download/v3.12/BCUninstaller_3.12_setup.exe'
url64bit = 'https://github.com/Klocman/Bulk-Crap-Uninstaller/releases/download/v3.12/BCUninstaller_3.12_setup.exe'
checksum = '2338399d5941128663ee2fb8446d772c53f08c0f0c86173e1ecd4958c4e224ea'
checksum64 = '2338399d5941128663ee2fb8446d772c53f08c0f0c86173e1ecd4958c4e224ea'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART'
validExitCodes = @(0)
softwareName = 'Bulk Crap Uninstaller'
}
Install-ChocolateyPackage @packageArgs
Log in or click on link to see number of positives.
- bulk-crap-uninstaller.3.12.nupkg (d23e2faf07a3) - ## / 60
- BCUninstaller_3.12_setup.exe (2338399d5941) - ## / 63
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Version | Downloads | Last Updated | Status |
---|---|---|---|
Bulk Crap Uninstaller 4.16 | 9402 | Sunday, January 26, 2020 | Approved |
Bulk Crap Uninstaller 4.15 | 3628 | Tuesday, September 24, 2019 | Approved |
Bulk Crap Uninstaller 4.14 | 3044 | Tuesday, June 11, 2019 | Approved |
Bulk Crap Uninstaller 4.13 | 2400 | Thursday, March 28, 2019 | Approved |
Bulk Crap Uninstaller 4.12.3 | 1809 | Friday, February 1, 2019 | Approved |
Bulk Crap Uninstaller 4.12.2 | 1196 | Saturday, January 12, 2019 | Approved |
Bulk Crap Uninstaller 4.12.1 | 1671 | Thursday, November 15, 2018 | Approved |
Bulk Crap Uninstaller 4.12 | 430 | Wednesday, November 14, 2018 | Approved |
Bulk Crap Uninstaller 4.11 | 1105 | Saturday, October 20, 2018 | Approved |
Bulk Crap Uninstaller 4.10 | 1007 | Wednesday, October 3, 2018 | Approved |
Bulk Crap Uninstaller 4.9 | 744 | Friday, September 21, 2018 | Approved |
Bulk Crap Uninstaller 4.8 | 854 | Saturday, September 1, 2018 | Approved |
Bulk Crap Uninstaller 4.7 | 892 | Sunday, August 12, 2018 | Approved |
Bulk Crap Uninstaller 4.6 | 720 | Monday, July 30, 2018 | Approved |
Bulk Crap Uninstaller 4.5 | 833 | Saturday, July 14, 2018 | Approved |
Bulk Crap Uninstaller 4.4 | 1023 | Sunday, June 3, 2018 | Approved |
Bulk Crap Uninstaller 4.3.4 | 1055 | Monday, April 23, 2018 | Approved |
Bulk Crap Uninstaller 4.3.3 | 611 | Sunday, April 15, 2018 | Approved |
Bulk Crap Uninstaller 4.3.2 | 651 | Saturday, March 31, 2018 | Approved |
Bulk Crap Uninstaller 4.3.1 | 1011 | Sunday, February 18, 2018 | Approved |
Bulk Crap Uninstaller 4.3 | 649 | Monday, February 12, 2018 | Approved |
Bulk Crap Uninstaller 4.2 | 799 | Monday, January 29, 2018 | Approved |
Bulk Crap Uninstaller 4.1 | 808 | Monday, January 1, 2018 | Approved |
Bulk Crap Uninstaller 4.0 | 396 | Wednesday, December 27, 2017 | Approved |
Bulk Crap Uninstaller 3.23 | 472 | Monday, December 18, 2017 | Approved |
Bulk Crap Uninstaller 3.22 | 415 | Tuesday, December 12, 2017 | Approved |
Bulk Crap Uninstaller 3.21 | 527 | Sunday, November 26, 2017 | Approved |
Bulk Crap Uninstaller 3.20 | 511 | Wednesday, November 15, 2017 | Approved |
Bulk Crap Uninstaller 3.19 | 564 | Sunday, October 29, 2017 | Approved |
Bulk Crap Uninstaller 3.18 | 542 | Sunday, October 15, 2017 | Approved |
Bulk Crap Uninstaller 3.17.0.20171001 | 585 | Sunday, October 1, 2017 | Approved |
Bulk Crap Uninstaller 3.17 | 333 | Saturday, September 30, 2017 | Approved |
Bulk Crap Uninstaller 3.16 | 390 | Saturday, September 23, 2017 | Approved |
Bulk Crap Uninstaller 3.15 | 473 | Sunday, September 10, 2017 | Approved |
Bulk Crap Uninstaller 3.14 | 495 | Tuesday, August 15, 2017 | Approved |
Bulk Crap Uninstaller 3.13 | 411 | Saturday, August 5, 2017 | Approved |
Bulk Crap Uninstaller 3.12 | 450 | Tuesday, July 18, 2017 | Approved |
Bulk Crap Uninstaller 3.11 | 437 | Sunday, July 9, 2017 | Approved |
Bulk Crap Uninstaller 3.10 | 402 | Friday, June 30, 2017 | Approved |
Bulk Crap Uninstaller 3.9 | 436 | Tuesday, June 6, 2017 | Approved |
Bulk Crap Uninstaller 3.8.4 | 409 | Sunday, May 21, 2017 | Approved |
Bulk Crap Uninstaller 3.8.3 | 396 | Wednesday, May 10, 2017 | Approved |
Bulk Crap Uninstaller 3.8.2 | 365 | Wednesday, May 3, 2017 | Approved |
Bulk Crap Uninstaller 3.8.1 | 375 | Friday, April 21, 2017 | Approved |
Bulk Crap Uninstaller 3.8 | 427 | Wednesday, March 29, 2017 | Approved |
Bulk Crap Uninstaller 3.7.2 | 413 | Tuesday, February 14, 2017 | Approved |
Bulk Crap Uninstaller 3.7.1 | 335 | Sunday, February 5, 2017 | Approved |
Bulk Crap Uninstaller 3.7 | 294 | Friday, February 3, 2017 | Approved |
Bulk Crap Uninstaller 3.6.3 | 287 | Tuesday, January 24, 2017 | Approved |
Bulk Crap Uninstaller 3.6.2 | 277 | Saturday, January 21, 2017 | Approved |
Bulk Crap Uninstaller 3.6.1 | 307 | Thursday, January 19, 2017 | Approved |
Bulk Crap Uninstaller 3.6 | 305 | Friday, January 13, 2017 | Approved |
Bulk Crap Uninstaller 3.5 | 323 | Sunday, December 18, 2016 | Approved |
Bulk Crap Uninstaller 3.4.2.20161106 | 360 | Sunday, November 6, 2016 | Approved |
Bulk Crap Uninstaller 3.4.2 | 282 | Sunday, November 6, 2016 | Approved |
Bulk Crap Uninstaller 3.3.1 | 396 | Saturday, March 26, 2016 | Approved |
-
- dotnet3.5 (≥ 3.5.20160716)
Ground Rules:
- This discussion is only about Bulk Crap Uninstaller and the Bulk Crap Uninstaller package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Bulk Crap Uninstaller, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.