tgoop.com/r_Windows/36472
Last Update:
Wrote a batch script for Windows maintenance – it’s saving me a ton of time
# I made a Windows Maintenance Tool in batch — it's simple, clean, and actually useful
Hey everyone,
I’ve been messing around with batch scripting lately and decided to put together a Windows maintenance tool. It’s basically a one-stop script that can help clean up your system, run built-in diagnostics, fix common network issues, and generate system reports — all from one terminal menu.
It started as a personal project for my own use, but it’s become pretty handy, so I figured I’d share it.
# What it does:
Run things like SFC, DISM, CHKDSK without digging through menus
Restart network adapters with one click (auto-detects active ones)
Reset Windows Update services (stops + clears cache + restarts)
DNS tools: flush, set Google/Cloudflare, or custom DNS input
Generate full system reports (driver list, system info, IP config) — saved as 3 separate `.txt` files to keep it organized
Option to clean up temp files and do basic optimization
I made sure nothing destructive runs silently — most of it uses built-in Windows tools like netsh
, ipconfig
, systeminfo
, etc.
# Why I made it:
I got tired of typing the same commands every time someone had a problem, so this just automates everything. It’s also a nice little project for learning batch scripting.
If anyone wants to try it or has feedback, Download link: https://mega.nz/folder/HAFDHDYK#rj4McXHXeWHA1xn7Ph9DbA
Let me know if there's anything you'd add or improve — I’m still updating it.
https://preview.redd.it/hwdznsynps5f1.png?width=1067&format=png&auto=webp&s=2afcea96bebce4d15ceeaf9be38ba1634cdb149c
https://redd.it/1l6r830
@r_Windows
BY Windows | NT Family

Share with your friend now:
tgoop.com/r_Windows/36472