Support engineering
Windows Support Diagnostic Toolkit
A safe diagnostic workflow that gathers Windows system information, validates structured reports and presents system health in a clear Python dashboard.
My contribution
Built a read-only PowerShell collector, a JSON report contract and validation flow, test fixtures for healthy and failure states, and a dashboard designed to make investigation easier. The work also included correcting memory-value overflow and tightening privacy, safety and validation behaviour.
What this demonstrates
Demonstrates methodical troubleshooting, defensive engineering, test design and the ability to present technical evidence clearly without creating additional risk for a user.
- Read-only collection by design
- Healthy, malformed, partial and problem fixtures
- Privacy and failure hardening

