https://github.com/the0cp/windows-troubleshooter
A Qt based tool which could help Windows users test the system easily.
https://github.com/the0cp/windows-troubleshooter
qt qt-gui system-information test testing-tools windows windows-app windows-desktop
Last synced: 4 months ago
JSON representation
A Qt based tool which could help Windows users test the system easily.
- Host: GitHub
- URL: https://github.com/the0cp/windows-troubleshooter
- Owner: the0cp
- License: gpl-3.0
- Created: 2021-06-23T05:32:18.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-16T14:07:29.000Z (over 4 years ago)
- Last Synced: 2025-10-20T09:10:55.522Z (9 months ago)
- Topics: qt, qt-gui, system-information, test, testing-tools, windows, windows-app, windows-desktop
- Language: C++
- Homepage:
- Size: 1010 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Theo's Windows Troubleshooter
> A Qt based tool which could help Windows users test the system & find problems easily.
> Based on Qt 6 (MSVC 2019, 64bit)
> Built on Windows 10 Pro 21H1(x64)
> QT += core5compat

## How to use?
- Set output folder, `C:/` is default.
- Select functions you'd like to run.
- Start.
## What can it do?
- [x] test network
- [x] check hardisk
- [x] fetch serial info
- [x] make a summary
- [x] check cpu
- [x] check gpu
- [x] check monitors
## TODO
- [ ] i18n
- [ ] Better UI
## LICENSE
GPL v3