Which driver's function had "upset" the Memory Integrity?

zmau 0 Reputation points
2025-03-25T16:16:38.5466667+00:00

I have a driver that is very well signed, and still when I install it on WIN_11, the user gets the following message : "Security setting is preventing this driver from loading. You will need to adjust your settings to load this driver"

So, for the moment I suggest people to disable the Memory Integrity.
But I want to solve the issue.

How can I find which function "upsets" the Memory Integrity?

Thanks

Windows Driver Kit (WDK)
Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
174 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Zunhui Han 4,290 Reputation points Microsoft External Staff
    2025-03-26T07:42:20.64+00:00

    Hello,

    Thank you for posting in Q&A forum.

    You're getting this message because the memory integrity setting in Windows Security is preventing drivers from loading on your device. You can try the following options to fix this issue:

    1. Update Drivers: Check to see if updates and compatible drivers are available through Windows Update or from the driver manufacturer.
    2. Turn off memory integrity settings: Go to the Core Isolation page in Windows Security. If the memory integrity setting is not turned off, turn it off. You'll need to restart your computer for the changes to take effect.

    Reference link:https://support.microsoft.com/en-us/windows/a-driver-can-t-load-on-this-device-8eea34e5-ff4b-16ec-870d-61a4a43b3dd5

    I hope the information above is helpful.

    Best regards

    Zunhui

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

  2. zmau 0 Reputation points
    2025-03-26T13:11:48.07+00:00

    Thank you for your answer.
    I was aware of this information, which explains how to bypass the issue.

    I was looking for advices on how to fix the driver's code.

    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.