The Ultimate Minimalist Desktop Cleaner for Windows
极致轻量 · 强制收纳 · 禅意归一
DesktopZen is a background utility written in pure C++ and Win32 API. It enforces a "Zen Policy" on your desktop: Keep it clean.
Unlike other bloated desktop organizers, DesktopZen runs invisibly with near-zero resource usage.
净·桌面 是一款用纯 C++ 编写的 Windows 桌面净化工具。 它会监控你的桌面,当文件过多时,自动将它们移入收纳盒(缓存),只保留最新的文件。 还你一个没有任何杂念的屏幕。
- 🚀 Ultra Lightweight: Less than 200KB executable size.
- ⚡ Zero Latency: Uses
ReadDirectoryChangesWfor kernel-level monitoring. - 🕰️ Legacy Support: Compatible with Windows 7 (NT 6.1) kernel.
- 🛡️ Zen Mode: Auto-cleaning logic with a "Regret" (Undo) hotkey (
Alt+Z).
Just open DesktopZen.cpp in Visual Studio and compile with C++17.
No external dependencies required.