🧹 Windows Temporary Files & Junk Cleaner
A simple, fast, and automated Python script to clean up Windows system junk files, including Temp, %Temp%, Prefetch, and Recent files to boost system performance and free up disk space.
- One-Click Cleaning: Automatically clears system temporary files.
- Directories Cleaned:
Windows Temp(C:\Windows\Temp)User Temp(%appdata%\Local\Temp)Prefetch(C:\Windows\Prefetch)Recent Files(%appdata%\Microsoft\Windows\Recent)
- Error Handling: Safely skips locked or currently in-use system files.
- Windows OS (10/11)
- Python 3.x installed
- Open Command Prompt or PowerShell as Administrator.
- Run the script:
temp_cleaner.py
This script only deletes temporary and prefetch files created by Windows and applications. It is safe to use, but run it at your own discretion.