View Issue Details

IDProjectCategoryView StatusLast Update
0006103WINIOT8MPGeneralpublic2024-04-18 11:06
Reporterroesner Assigned To 
PriorityhighSeverityfeatureReproducibilityalways
Status assignedResolutionopen 
Product VersionV1.X 
Target VersionV1.1 
Summary0006103: Can't turn off test_signing/testmode
DescriptionThe Windows operating system is currently in Test Mode (allowing the use of unsigned drivers). If you switch to normal mode with unsigned drivers installed, the OS may fail to boot properly, resulting in an endless blue screen.

Therefore, before transitioning back to normal mode, it is necessary to sign the unsigned drivers!

It is also possible to have the drivers signed directly in VisualStudio when compiling them:
https://learn.microsoft.com/en-us/windows-hardware/drivers/develop/signing-a-driver-for-public-release
Steps To ReproduceCommands to exit Test Mode:
In CMD (run as administrator):

BCDEDIT –Set LoadOptions ENABLE_INTEGRITY_CHECKS
BCDEDIT –Set TESTSIGNING OFF

Then restart the system!

Caution: If there are still unsigned drivers, the OS may fail to boot properly, leading to an endless blue screen.
Additional InformationOn the board, you can check which drivers are signed using the following commands:

1. Click on Start – Run..., type `sigverif`.
2. Click on Start. After about a minute, all unsigned drivers will be displayed.
Forum Link
Found Driver Version
Fixed Driver Version

Activities

There are no notes attached to this issue.