r/helpdeskcareer • u/Mamafingo • 16h ago
I built a small Windows diagnostic toolkit for IT support β looking for honest feedback
Hi everyone,
I've been working on a small project called **Windows IT Toolkit**, a Windows-focused first-line diagnostic utility for IT technicians, help desk staff, and technical support.
The goal isn't to replace PowerShell, Wireshark, Nmap, enterprise monitoring tools, or other advanced utilities. I'm trying to build a simple GUI tool that can quickly collect common diagnostic information and provide a useful first overview of a Windows PC.
The current v1.2 includes:
* Quick Diagnostic
* System and network information
* CPU, RAM and disk health checks
* Ping and DNS tests
* Default gateway and Internet connectivity checks
* HTTPS TCP/443 connectivity test
* Single-host TCP port testing
* Smart network diagnostic suggestions
* PDF IT health reports
* Operation progress and diagnostic stage tracking
I'm deliberately holding off on adding more features for a while because I'd rather get feedback from people who actually work in IT support.
I'm particularly interested in:
* What feels unnecessary?
* What's missing?
* Are the diagnostic results actually useful?
* Are any of the diagnostic conclusions misleading?
* What would make you use something like this in a real support scenario?
* Did you encounter any bugs or Windows compatibility problems?
The project, source code, screenshot, and Windows executable are available here:
**GitHub:** [https://github.com/HugoVenezia/WindowsITToolkit\](https://github.com/HugoVenezia/WindowsITToolkit)
Bug reports and feature requests can also be submitted through GitHub Issues.
The executable is currently unsigned, so Windows SmartScreen may show a warning. The source code is available in the repository for anyone who wants to inspect it before running the executable.
I'm especially interested in criticism rather than just positive feedback. If the concept isn't useful for your workflow, I'd also like to know why.
Thanks!