1
0

Typo fixes

This commit is contained in:
Benjamin Höglinger-Stelzer 2023-06-19 19:15:13 +02:00
parent 7cbcdddc1d
commit e07e9bb70c

View File

@ -10,7 +10,9 @@ GUI tool for special Windows driver tasks and signing settings.
## About
I created this program as a sort of "swiss army knife" of driver testing tasks. It can detect various situations where driver seigning requirements by the kernel are altered, like in-place upgrades from an older Windows edition, Test-Signing status and the lesser known (now no longer working) "WHQL Test Mode" 😉
I created this program as a sort of "swiss army knife" of driver testing tasks. It can detect various situations where driver signing requirements by the kernel are altered, like in-place upgrades from an older Windows edition, Test-Signing status and the lesser known (now no longer working) "WHQL Test Mode" 😉
The secret WHQL Test Mode (which allows you to run cross-signed kernel driver binaries) might still be in the Windows kernel to this day, but cross-signing - a mandatory requirement - is now dead for a couple years, so it's no longer an option anyway.
## Screenshots