New
Bulk Crap Uninstaller v5.9
What's Changed
Packaging Changes
- The setup is now significantly smaller and no longer includes the portable version.
- BCU is now distributed as a framework-dependent application. If .NET 6 is not installed, the installer will automatically download and install it. If you need a stand-alone build like in the previous releases, download the portable version.
Code Signing
- BCU executables and installer are no longer signed. While signing helped reduce false antivirus detections, it also caused some issues. For more details, see discussion #737. Code signing may return if a solution is found.
Fixes and improvements
- Fix bug: Software installed by Chocolatey 2.0.0+ may not be listed due to a removed command parameter by @szw0407 in https://github.com/Klocman/Bulk-Crap-Uninstaller/pull/711
- Various fixes to SystemRestore; Should work on all versions of Windows by @Klocman in https://github.com/Klocman/Bulk-Crap-Uninstaller/pull/759
- Fix restore point confirmation message never appearing by @Klocman in https://github.com/Klocman/Bulk-Crap-Uninstaller/pull/760
- Be more careful around Known Folders (especially Downloads) by @Klocman in https://github.com/Klocman/Bulk-Crap-Uninstaller/pull/761