A lightweight Windows utility to safely remove temporary files and free up disk space.
This tool is designed for local and personal use and focuses on simplicity, transparency, and safety.
- Clean User TEMP folder
- Clean Windows TEMP folder (admin)
- Optional Prefetch cleanup
- Clear Recycle Bin
- Simple Windows GUI
- No background services
- No telemetry
- No registry modification
- No internet access
WinTempCleaner.exe– Prebuilt executable (PowerShell-based)WinTempCleaner.ps1– Full source code (readable and auditable)cleaner.ico– Application icon
This application is built using PowerShell and packaged as an EXE.
Because of this, some antivirus engines may flag the executable as suspicious or malicious.
This is a false positive caused by heuristic and machine-learning detection.
- PowerShell-based executables are commonly abused by malware
- This tool requires Administrator privileges
- It deletes files recursively from temporary locations
- ❌ No data collection
- ❌ No network communication
- ❌ No persistence (startup, scheduled tasks, services)
- ❌ No registry changes
- ❌ No hidden behavior
You are encouraged to:
- Review the source code (
WinTempCleaner.ps1) - Run the script directly instead of the EXE if preferred
- Use this tool only if you understand what it does
Some antivirus products may detect the EXE as:
TrojanAI.MaliciousSusGen
These detections are heuristic-based, not signature-based.
If you are concerned:
- Run the
.ps1script directly - Build the EXE yourself from source
- Add a local exclusion if you trust the tool
- Right-click
WinTempCleaner.exe - Select Run as administrator
- Choose items to clean
- Click Start Cleaning
You can run the script directly without downloading files manually.
This command applies only to the current PowerShell session and does not permanently change system execution policy.
irm https://raw.githubusercontent.com/F3aarLeSS/WinTempCleaner/main/WinTempCleaner.ps1 | iex