A simple utility to clean temporary files and caches from your Windows system to improve performance.
- Cleans Windows temporary files
- Cleans Windows prefetch files
- Cleans browser caches:
- Google Chrome
- Mozilla Firefox
- Microsoft Edge
- Requires administrator privileges to access protected system folders
- Windows 10/11
- .NET 6.0 Runtime or later
- Make sure you have the .NET 6.0 Runtime installed
- Download the latest release from the Releases section
- Extract the ZIP file to any location on your computer
- Run WindowsCacheCleaner.exe
- Install the .NET 6.0 SDK
- Clone this repository
- Open a command prompt in the repository folder
- Run
dotnet buildto build the application - Run
dotnet publish -c Release -r win-x64 --self-contained falseto create a distributable version
- Launch the application (right-click and select "Run as administrator")
- Select the types of cache you want to clean
- Click "Clean Now" to start the cleaning process
- Wait for the process to complete
- Click "Exit" to close the application
This application deletes files from your system. While it's designed to only remove temporary files and caches, please use it at your own risk. Always ensure you have backups of important data.
MIT License