A powerful desktop application built with Electron to clean up various system files that can clutter your directories. The application specifically targets:
- Thumbs.db files (Windows thumbnail cache)
- .DS_Store files (macOS directory metadata)
- desktop.ini files (Windows folder customization)
- .BridgeSort files (Adobe Bridge sorting metadata)
- 🔍 Scans directories for multiple types of system files
- 📊 Shows detailed statistics for each file type
- 🧹 Clean and simple interface for easy file cleanup
- 💻 Windows-focused with fixed window size
- 🛡️ Safe and secure file deletion
- 📈 Real-time file count updates
- 📋 Copy directory path with one click
- ⚡ Quick cleanup with visual feedback
- Download the latest release from the Releases page
- Run
Thumbs.db Cleanup Setup 1.1.2.exe - Follow the installation wizard
- Launch the application from the Start Menu or Desktop shortcut
- Download the portable version from the Releases page
- Extract the contents
- Run
Thumbs.db Cleanup 1.1.2.exe
- Launch the application
- Click "Select Directory" to choose a folder to clean
- View the detailed file statistics in the table:
- Total Files: All files in the directory
- Thumbs.db Files: Windows thumbnail cache files
- .DS_Store Files: macOS directory metadata
- desktop.ini Files: Windows folder customization
- .BridgeSort Files: Adobe Bridge sorting metadata
- Actual Files: Your regular files
- Click "Clean" to remove system files
- The alert will show "Cleaned" when the process is complete
- Node.js
- npm
- Clone the repository
- Install dependencies:
npm install
- Start the development version:
npm start
To build the Windows application:
npm run buildThis will create both installer and portable versions in the dist directory.
This project is licensed under the ISC License.
Md. Solaiman Hossain
- 1.1.2 - Current version
- 1.1.1 - Fixed window size and improved UI
- 1.1.0 - Initial release with basic functionality
