Collection of useful Windows Batch utilities for cleaning, organizing, locking folders, optimization, and automation.
A collection of lightweight Windows Batch Script tools designed to simplify daily Windows tasks and improve productivity.
- Lightweight and fast
- Easy to use
- No installation required
- Native Windows CMD support
- Open source utilities
- Beginner friendly
| Tool | Description |
|---|---|
| 📂 File Organizer | Automatically organize files by extension |
| 🧹 Temp Cleaner | Clean temporary files and system junk |
| 🔐 Folder Locker | Lock and hide folders with password protection |
| 📸 Screenshot Organizer | Organize screenshots into date folders |
| 🌐 DNS Flusher | Flush DNS cache instantly |
| 💾 Backup Tool | Backup folders automatically |
| 🎮 Game Booster | Close unnecessary background apps |
| 🧹 Junk Cleaner PRO | Advanced Windows junk cleaner |
| ⏻ Auto Shutdown | Schedule automatic shutdown |
| 🔑 Password Generator | Generate random secure passwords |
windows-tools/
│
├── file-organizer/
│ ├── organizer.bat
│ └── README.md
│
├── temp-cleaner/
│ ├── cleaner.bat
│ └── README.md
│
├── folder-locker/
│ ├── locker.bat
│ └── README.md
│
├── screenshot-organizer/
│ ├── organizer.bat
│ └── README.md
│
├── dns-flusher/
│ ├── flusher.bat
│ └── README.md
│
├── backup-tool/
│ ├── backup.bat
│ └── README.md
│
├── game-booster/
│ ├── booster.bat
│ └── README.md
│
├── junk-cleaner-pro/
│ ├── cleaner-pro.bat
│ └── README.md
│
├── auto-shutdown/
│ ├── shutdown.bat
│ └── README.md
│
├── password-generator/
│ ├── generator.bat
│ └── README.md
│
├── .gitignore
├── LICENSE
└── README.md
- Clone this repository
git clone https://github.com/Emzyjeppp/windows-tools.git- Open any tool folder
- Run the
.batfile - Done 🎉
- Some tools may require Administrator privileges.
- These scripts are intended for educational and utility purposes.
- Always review scripts before running them on important systems.
- Windows Batch Script (
.bat) - Native Windows CMD commands
- GUI versions
- System monitoring tools
- Browser cache cleaner
- Advanced optimization scripts
- Windows toolkit menu
Pull requests are welcome.
Feel free to fork this repository and improve the tools.
This project is licensed under the MIT License.