High-performance Windows cleanup utilities for developers and power users.
This repository includes two optimized batch scripts:
- ⚡ ultra-clean-fast.bat → Maximum speed version (no size calculation)
- 🚀 ultra-clean-pro.bat → Advanced version with extended cleaning logic
Both scripts:
- ✅ Work on any username (dynamic paths)
- ✅ Require Administrator privileges
- ✅ Clean system + developer caches
- ✅ Handle large folders (like
uvcache) safely - ✅ Stop & restart Windows Update properly
- ✅ Designed for Windows 10 / 11
Purpose:
Fastest possible cleanup using CMD only.
- Clears Windows temp folders
- Clears user temp folders
- Removes developer caches (npm, pnpm, pip, gradle, etc.)
- Clears Unreal Engine cache
- Clears Epic Games cache
- Clears NVIDIA shader cache
- Handles large
uvcache using move-delete strategy - No size calculation (maximum speed)
- Quick cleanup
- Low-risk fast execution
- Regular maintenance
Purpose:
More complete cleanup logic with structured handling.
- Everything in FAST version
- More extended cache coverage
- More structured folder handling
- Professional layout
- Safer system folder content-clean strategy
- Heavy developer environments
- Large cache accumulation
- Occasional deep cleanup
%TEMP%%SystemRoot%\Temp%SystemRoot%\Prefetch- Windows Update download cache
- Crash dumps
- Logs
- LiveKernelReports
%LOCALAPPDATA%\Temp- INetCache
- D3DSCache
- Shader caches
.cache.npm.pnpm-store.gradlepip cacheYarn Cachems-playwright-gouv- Unreal Engine cache
- Docker cache
- Epic Games launcher cache
- NVIDIA cache
- Qoder
- antigravity
- GameSave Manager
- Naughty Dog cache
- dgVoodoo
- And more
Right-click the script you want to run.
Select: Run as Administrator
Wait for cleanup to complete.
Restart your PC.
- Must be run as Administrator
- Windows Update download cache will be cleared
- Some apps may recreate their cache on next launch
- Large folders (like
uv) may take time depending on disk speed - SSD recommended for best performance
- Developers
- Node.js users
- pnpm users
- Unreal Engine users
- Docker users
- Game modders
- Users running out of SSD space
Windows accumulates:
- Shader cache
- Node package caches
- Installer leftovers
- Windows update downloads
- Application temp data
These scripts provide an aggressive but safe cleanup approach without damaging the OS.
MIT License — free to use and modify.
Pull requests welcome.
Potential improvements:
- Safe mode vs Nuclear mode toggle
- Disk space analytics
- Multi-thread deletion
- GUI wrapper
- Scheduled cleanup task
- Run
ultra-clean-fast.batregularly - Use
ultra-clean-pro.batoccasionally for deeper cleanup - Restart PC
- Enjoy reclaimed disk space
Use responsibly. Clean smart.