Share via

memory integrity setting in windows security preventing a driver from loading on your device

Mark Koretz 0 Reputation points
2026-01-01T23:15:16.7466667+00:00

memory integrity setting in windows security preventing a driver from loading on your device


Moved from: Microsoft Security | Windows Autopilot

Windows for home | Other | Security and privacy
0 comments No comments

1 answer

Sort by: Most helpful
  1. Lester Bernard Reyes 80,375 Reputation points Independent Advisor
    2026-01-02T01:48:48.49+00:00

    Hi, I'm Bernard, a fellow Windows user. I'm happy to help!

    This issue occurs when an incompatible driver is installed on the PC. In this case, kindly follow the steps below:

    Method 1. Refresh or Reinstall Windows Defender:

    Open the registry, then go to: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender

    Then delete the Windows Defender folder

    Next, go to:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity

    Change the value of “Enabled” to 1

    Restart the PC and check.

    Method 2. If you see incompatible drivers in Memory Integrity, run the DISM Command and uninstall the incompatible drivers (Please see the image below)

    User's image

    Press the Windows key + X, then click Terminal(Admin) or Windows PowerShell(Admin)

    If you cannot see the Published name, run this command:

    dism /online /get-drivers /format:table

    and uninstall using the command below:

    pnputil /delete-driver oem5.inf /uninstall /force

    Note: This is just an example command wherein the incompatible published name driver is “oem5.inf”, replace it depending on your incompatible driver.

    For reference: https://learn.microsoft.com/en-us/answers/questions/4326268/unable-to-turn-on-memory-integrity-in-windows-secu?forum=windows-windows_11-security&referrer=answers

    Let me know how it goes, and I hope that helps.

    Was this answer helpful?

    0 comments No comments

Your answer

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