Memory Integrity cannot be turned ON

Anonymous
2022-05-28T11:11:41+00:00

In Windows security I got a massage that memory integrity in windows security is off. But I can't turn it on. Every time I try to turn it on but i get a massage that it can't turn on. Please help me to resolve my problem.

Windows for home | Windows 11 | Security and privacy

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
Sumit 44,431 Reputation points Volunteer Moderator
2022-10-18T15:29:23+00:00

Hi,

Here is what typically works for most of the users who know the driver name as it is mentioned in Windows Security. Apparently, Microsoft changed/updated the incompatible driver list recently, which has ended up this issue for most of the users.

Method 1:

You can get the list of drivers by running this command in the elevated command prompt:

dism /online /get-drivers /format:table

After that, Make note of the Published Name (ex: "oem13.inf") of the driver that is shown as problematic.

Then use the pnputil command to delete the driver from the device:

pnputil /delete-driver <Published Name> /uninstall /force​

Please note that running this command would remove the device driver and the next time you use the device, it would not work. Reinstalling the driver might help.

Method 2:

Another alternative is using Autoruns to delete the driver. Download it from here:

https://live.sysinternals.com/autoruns.exe

Run it as administrator.

Go to the Driver tab, locate the driver and delete the same.

[FIX] Memory integrity due to Incompatible drivers cannot be enabled - Your Windows Guide

Was this answer helpful?

70+ people found this answer helpful.
0 comments No comments

54 additional answers

Sort by: Oldest
  1. Anonymous
    2023-05-07T11:50:56+00:00

    I have the exact same issue as you guys, TSM007 and David, and, after trying basically every fix suggestion I could find, my best guess as to what happened is latest Windows Updates came with a bug, the one TSM mentioned.

    I'm not an expert so don't take my word for it, but I have tried uninstalling some of the recent updates I was able to, which did not fix the problem. However, some of then can't be undone. Specifically, there has been an update to Windows Security, "Update for Windows Security platform antimalware platform - KB5007651 (Version 1.0.2303.28002)", which I suspect is where the problem might be coming from. Hopefully, this will be fixed soon so keep an eye for newer updates. If I find a workaround, I'll let you know.

    So I seem to have fixed it for the case where no incompatible drivers are found but core isolation memory integrity can't be turned on. I did an in-place repair upgrade of my Win 11 installation (see https://www.elevenforum.com/t/repair-install-windows-11-with-an-in-place-upgrade.418/) and it seems to have sorted out the issue. I can now turn on and off the core isolation memory integrity.

    Was this answer helpful?

    3 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2023-05-10T03:40:55+00:00

    I have the exact same issue as you guys, TSM007 and David, and, after trying basically every fix suggestion I could find, my best guess as to what happened is latest Windows Updates came with a bug, the one TSM mentioned.

    I'm not an expert so don't take my word for it, but I have tried uninstalling some of the recent updates I was able to, which did not fix the problem. However, some of then can't be undone. Specifically, there has been an update to Windows Security, "Update for Windows Security platform antimalware platform - KB5007651 (Version 1.0.2303.28002)", which I suspect is where the problem might be coming from. Hopefully, this will be fixed soon so keep an eye for newer updates. If I find a workaround, I'll let you know.

    So I seem to have fixed it for the case where no incompatible drivers are found but core isolation memory integrity can't be turned on. I did an in-place repair upgrade of my Win 11 installation (see https://www.elevenforum.com/t/repair-install-windows-11-with-an-in-place-upgrade.418/) and it seems to have sorted out the issue. I can now turn on and off the core isolation memory integrity.

    The link in your post appears to be dead at the time that I'm writing this.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2023-05-11T13:09:17+00:00

    Windows 11

    My core memory will not turn on either. I have tried rebooting;

    It allows me to turn on and then grays out so it isn't on, states it is off.

    I click review incompatible drivers but it does not show me any

    I can't seem to find easy or relevant instructions on next steps since I can't see the drivers

    Was this answer helpful?

    3 people found this answer helpful.
    0 comments No comments
  4. Anonymous
    2023-05-18T18:29:09+00:00
    1. Just click on "Core isolation details" under Core isolation
    2. Click on "Review incompatible drivers" to view the incompatible drivers
    3. Then you can just use the Published name of those drivers from the respective list and use the following command to delete the drivers:

    pnputil /delete-driver <Published Name> /uninstall /forceAlso, please note that you would have to reinstall the driver for the device to work as usual.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments