Smart Quick Access cleaner for Windows Explorer – cross-version, lightweight, and fast.
- 🧠 Cleans broken, Bloated, Useless, or outdated Quick Access entries
- ⚡ Runs as a single-file, self-contained executable command line tool
- 💻 Built for Windows with .NET 8.0 and .NET 9.0
- 🔐 Safe and transparent operation (no external dependencies)
- 🪟 Supports Windows 7.0+
- 🚀 Fast startup, small footprint
The built app supports commas for seperating multiple Quick Access entries and deletes them all at once, it also supports thredding and has remove all entries that have been found and quit options as well as restarting explorer after cleaing up to make sure there are no bugs, the program will scan the registry and show the number to use to delete the entry, the guid and the name of the entry will be shown.
if you would like to test this use the testing .reg file that is provided with this repository, the file can be found here: testpins.reg
- ✅ Windows 7, 10, 11 (x64 or ARM64)
- ✅ .NET SDK 8.0 or 9.0
- ✅ No external dependencies
For end-users, no .NET installation is needed thanks to self-contained publishing.
You can build the project using the .NET SDK. Specify the framework explicitly depending on which version you want to publish:
dotnet publish -c Release -f net8.0 -r win-x64 --self-contained true -p:PublishSingleFile=true -p:PublishTrimmed=trueResulting file:
./bin/Release/net8.0/win-x64/publish/QuickA-Cleanup.exe
dotnet publish -c Release -f net9.0 -r win-x64 --self-contained true -p:PublishSingleFile=true -p:PublishTrimmed=truedotnet publish -c Release -f net8.0 -r win-x64 --self-contained true -p:PublishSingleFile=true -p:PublishTrimmed=true && dotnet publish -c Release -f net9.0 -r win-x64 --self-contained true -p:PublishSingleFile=true -p:PublishTrimmed=trueResulting file:
./bin/Release/net9.0/win-x64/publish/QuickA-Cleanup.exe
Just run the generated executable:
QuickA-Cleanup.exeYou can optionally run it from PowerShell or CMD in the directory that it is in . No installation required.
This project is licensed under the GNU General Public License v3.0.
Key points:
- ✅ Commercial use, distribution, and modification allowed
⚠️ Must disclose source and changes⚠️ Derivative works must be open-source (same license)
Read full license here.
- You’re free to rename the executable after build (
QuickA-Cleanup.exe➝QuickAccessCleaner.exe, etc.) - For x86 or ARM64 builds, adjust the
-rflag accordingly:-r win-x86-r win-arm64
If you find this tool useful, please consider giving it a ⭐!
Made with 💜 by @Ash1421