Windows system cleaner — fast, minimal, 35 targets, CLI-first.
cd "C:\Users\WumaShxrk\Downloads\Clean Tools"
python run.pyshxrkcleaner.bat --quick
shxrkcleaner.bat --deep -ypip install -e .
shxrkcleaner --deepshxrkcleaner # Interactive menu
shxrkcleaner --quick # Quick clean (6 targets)
shxrkcleaner --deep # Deep clean (all 35 targets)
shxrkcleaner --deep -y # Skip confirmation
shxrkcleaner --browser --discord --steam # Individual targets| Flag | Target |
|---|---|
--temp |
Windows & User temp files |
--prefetch |
Prefetch data |
--recycle |
Recycle Bin |
--junk |
Junk / log / cache files (.tmp, .log, .dmp, .bak, .etl) |
--browser |
Browser cache (Chrome, Edge, Brave, Opera, Opera GX) |
--dns |
DNS resolver cache flush |
--winupdate |
Windows Update download cache |
--discord |
Discord / Canary / PTB cache |
--spotify |
Spotify cache (desktop + UWP) |
--steam |
Steam shader, depot, http cache, logs |
--eventlogs |
Windows Event Logs |
--fontcache |
Font cache + FNTCACHE.DAT |
--nvidia |
NVIDIA DX/GL/Compute/NV cache |
--teams |
Microsoft Teams cache (classic + new) |
--pip |
pip package cache |
--npm |
npm package cache |
--thumbnails |
Windows thumbnail & icon cache |
--installer |
Windows Installer |
--recent |
Recent files & jump lists |
--crashdumps |
Minidump, MEMORY.DMP, LiveKernelReports |
--vscode |
VS Code / Insiders cache |
--java |
Java / Gradle / Maven cache |
--dxcache |
DirectX / AMD / Intel shader cache |
--delivery |
Delivery Optimization cache |
--telegram |
Telegram Desktop cache |
--wer |
Windows Error Reports |
--epic |
Epic Games cache & crash reports |
--riot |
Riot Games logs & crashes |
--ea |
EA App & Legacy Origin cache |
--battlenet |
Battle.net cache & telemetry |
--ubisoft |
Ubisoft Connect cache & spool data |
--whatsapp |
WhatsApp Desktop (UWP & Electron) cache |
--obs |
OBS Studio updates, crashes & logs |
--gog |
GOG Galaxy webcache & logs |
pip install pyinstaller
pyinstaller --onefile --name shxrkcleaner --icon=img/logo.ico run.pyOutput: dist/shxrkcleaner.exe
- Windows 10/11
- Python 3.8+
- Run as Administrator for full capability
- Protected system files are never touched
- Permission errors are silently skipped
- Confirmation prompt before any destructive action
- Close browsers/apps before cleaning their cache for best results