r/PowerShell • u/OkHandle000 • 2d ago
Script Sharing Built an open-source Windows diagnostic tool in PowerShell/WPF for my thesis — feedback welcome!
Hey everyone,
I'm currently working on my IT Bachelor’s Thesis and building Fercero USB Tool — an open-source, multithreaded Windows diagnostic and repair utility (PowerShell + WPF Dark Mode GUI).
It's still a work in progress, but current features include:
- Hardware Scan: OS/CPU/RAM info, VRAM, and S.M.A.R.T. disk health.
- System Repair: DISM/SFC scans, Windows Update cache reset, TCP/IP & DNS flushes.
- Error Lookup: Integrated database for Device Manager codes (1–54) & critical system logs.
Since this is actively in development, I’d love some code reviews, testing, and feedback from the community!
9
Upvotes
1
u/neotearoa 2h ago
Will look deeper later, go check tmog if you haven't already. Nice work, have you separated the uac / non uac mode functions or do you elevate as needed?
1
u/Michal_F 2h ago
To me it looks ok. But why are you using .bat file ? In future you will need to create more complex structure and this approach don't look ideal... Also you have some block namin on polish language?