Windows power tools, all in one place.
One self-contained .bat file. No installer, no dependencies, no telemetry.
Clean your system, fix Windows, check your hardware, all from one neon terminal menu.
SpotX Multitool is a single Windows batch file that bundles the maintenance tools you normally hunt for across Settings, Control Panel and a dozen forum posts.
Run it, pick a number, done. Everything it uses is already built into Windows, so nothing gets downloaded and nothing gets installed.
- 🧹 Frees disk space by clearing temp files, caches, update leftovers and the Recycle Bin
- 🌐 Fixes network problems with DNS flush, IP renew and a full TCP/IP reset
- 🩺 Repairs Windows using SFC and DISM without memorising the commands
- 📊 Shows your specs including CPU, GPU, RAM, disks and uptime
- 🔒 Checks your security with Defender, firewall and open-port overviews
- 🎨 Looks good doing it with an animated logo, RGB gradients and live progress bars
Or grab it from the Releases page, or clone the repo:
git clone https://github.com/Azad0008/SpotX-Multitool.git1. Download the file
Click the download button above. Your browser saves SpotXMultitool.bat, usually into your Downloads folder.
2. Right-click it, choose "Run as administrator"
Most tools here need admin rights. If you just double-click it, it asks Windows for those rights itself and restarts elevated.
3. Confirm the Windows prompt
Windows shows a blue "User Account Control" window. Click Yes.
Windows may first show a "Windows protected your PC" SmartScreen warning, because the file is new and unsigned. Click More info, then Run anyway. The full source is in this repo, so you can read exactly what it does before running it.
4. Pick a number
Type the number of the category you want, press Enter, then pick the action. B goes back, 0 exits.
Anything that deletes or changes something asks you to confirm first.
| Action | What it does |
|---|---|
| Quick Clean | User temp, Recent files, jump lists, thumbnail and icon cache, crash dumps |
| Deep Clean | Windows temp, Prefetch, memory dumps, Windows Update cache, Delivery Optimization, error reports, servicing logs, font cache |
| Empty Recycle Bin | Permanently clears the bin |
| Browser Caches | Chrome, Edge and Firefox cache only. Passwords, bookmarks, history and cookies stay untouched |
| Full Clean | Everything above in one run, with live progress per step |
| Disk Space | Free and total space for every drive |
| Disk Cleanup | Opens the built-in Windows cleanup dialog |
| Store Cache Reset | Runs wsreset for a broken Microsoft Store |
| Action | What it does |
|---|---|
| Flush DNS | Clears the resolver cache, fixes many "site won't load" issues |
| Release / Renew IP | Pulls a fresh address from your router |
| Reset Winsock / TCP-IP | Full network stack reset, needs a reboot |
| IP Configuration | Full ipconfig /all output |
| Public IP | Shows the address the internet sees |
| Ping / Traceroute | Connection and route tests to any host |
| Set DNS | Switch to Cloudflare, Google, or back to automatic |
| Saved Wi-Fi Passwords | Reveals the keys for networks saved on this PC |
| Active Connections | Full netstat list |
| Action | What it does |
|---|---|
| Quick Overview | OS, build, architecture, manufacturer, model, CPU, RAM, GPU |
| Disk Usage | Free and total per drive |
| Installed Software | Every installed program, read from the registry |
| Battery Report | Full battery health report saved to your Desktop |
| Uptime | Time since last boot |
| Full Report | Complete system and network report saved as a text file |
| Action | What it does |
|---|---|
| SFC Scan | Finds and repairs corrupted Windows system files |
| DISM Restore Health | Repairs the Windows component store |
| Check Disk | Read-only scan, then optionally schedules a repair at next boot |
| Reset Windows Update | The standard fix for stuck updates. Folders are renamed, not deleted |
| Restart Explorer | Fixes a frozen taskbar or desktop |
| Full Repair | DISM followed by SFC, the recommended order |
| Action | What it does |
|---|---|
| Startup Programs | Lists what launches with Windows |
| Power Plans | High Performance, Balanced, or Ultimate Performance |
| Visual Effects | Best performance or Windows default |
| Telemetry | Disable or re-enable the DiagTrack service. Fully reversible |
Read-only by design. It reports what it finds and changes nothing on its own.
| Action | What it does |
|---|---|
| Defender Quick Scan | Starts a Microsoft Defender scan |
| Update Signatures | Pulls the latest Defender definitions |
| Defender Status | Real-time protection state and last scan |
| Firewall Status | State of all three firewall profiles |
| Listening Ports | Which ports are open and which process owns them |
| Startup Audit | Lists autostart and persistence entries for you to review |
| Action | What it does |
|---|---|
| Create Restore Point | A safety net before bigger changes. Do this first |
| GodMode Panel | One folder containing every Control Panel task |
| Edit Hosts File | Opens the hosts file with write access |
| Environment Info | User, machine, paths, CPU and core count |
| Take Ownership | Regain access to a locked folder. System folders are refused |
| 🪟 OS | Windows 10 (build 1607 or newer) or Windows 11 |
| 🔑 Rights | Administrator. The tool requests them on its own |
| 📦 Dependencies | None. Everything used ships with Windows |
| 🌍 Language | Works on any Windows language, including non-English installs |
This tool is read the source before you run it software, and the source is one plain, commented file: SpotXMultitool.bat.
- ✅ Every destructive action asks for confirmation first
- ✅ The cleaner only touches temp files, caches and logs
- ✅ Your Documents, Desktop, Downloads and Pictures are never touched
- ✅ Deletions are guarded so they can never hit a drive root,
WindowsorSystem32 - ✅ No telemetry, no analytics, no phone home
⚠️ Some actions are irreversible, such as emptying the Recycle Bin⚠️ Some actions change system state, such as the network reset and the telemetry switch
Provided as is, with no warranty. Use at your own risk. Creating a restore point first is a good habit.
Pull requests are welcome. See CONTRIBUTING.md for the ground rules.
Good first contributions: extra safe cleaner targets, more system info readouts, and translations of the menu strings.
MIT © 2026 SpotX