A digitally signed driver is required on Windows 8.1

Victor Mehta 196 Reputation points
2021-12-13T23:55:26.607+00:00

I need some help with a hello world KMDF device driver which I followed as per the web page. I compiled and built the device driver but when I try installing the driver I get the following error message. How can I install this very basic and simple device driver without needing it digitally signed ? Thanks

157332-digitally-unsigned-driver-error.png

Windows for business | Windows Client for IT Pros | Devices and deployment | Other
0 comments No comments
{count} votes

4 answers

Sort by: Most helpful
  1. Victor Mehta 196 Reputation points
    2021-12-15T00:20:27.38+00:00

    Just to help others out if having the same issue I found this article online with some really helpful suggestions.

    https://answers.microsoft.com/en-us/windows/forum/all/permanently-disable-driver-signature-enforcement/176caf31-df98-41bc-8a5f-b9b91589da45

    0 comments No comments

  2. Victor Mehta 196 Reputation points
    2021-12-15T17:59:03.717+00:00

    [Update] I tried the above suggestions (and rebooting) after disabling Secure Boot from the BIOS but I still get the same error message. Anyone have any other ideas ? Could it be the driver installer application which I am using ?

    0 comments No comments

  3. Victor Mehta 196 Reputation points
    2021-12-16T01:30:23.487+00:00

    Well I think the two commands worked because in the command window it shows that they executed successfully. After the reboot as per the instructions we have the following output at the lower right of the home screen. But when I try loading the simple Hello World KMDF driver the above error message appears and the driver does not load.

    158091-test-mode.png

    0 comments No comments

  4. Victor Mehta 196 Reputation points
    2021-12-18T01:12:57.703+00:00

    Problem solved just disabled the Program Compatibility Assistant service.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.