Zadee, I want to thank you for your fix i too had an integrity problem but after I went into the registery and changes HypervisorEnforcedCodeIntegrity - Enabled from 0 to 1 and restarted all was good
Many thanks
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
In new windows 11 up to date as of writing this. Core isolation memory integrity does not work and will not turn on. Every time I scan for incompatible drivers, none are listed. Checked the windows update, the system is up to date, and no errors in device drivers were found. All drivers appear up to date. BIOS most recent available (the same driver that was installed prior to this error occurring. None of the threads seem to address this, only ones where the driver is known. The DG readiness tool is not user-friendly for everyday users. Need a solution that can be done at home without having to be an IT guru or MSCE certified. It will not let me upload the screenshot or picture, keep getting errors in that as well.
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.
Zadee, I want to thank you for your fix i too had an integrity problem but after I went into the registery and changes HypervisorEnforcedCodeIntegrity - Enabled from 0 to 1 and restarted all was good
Many thanks
Hi John,
After trying many solutions on my Dell desktop PC, this one finally fixed the issue. In my case, I had a REG_QWORD value instead of the REG_DWORD. Deleting the QWQRD entry and adding the DWORD fixed the issue.
I'll also note that I exported the registry file as a backup before making changes. You can do that from the File menu. Good luck!
This is somewhat risky/ill-advised as follows: you are allowing drivers to remain which do not meet the stringent tests Microsoft makes to ensure all drivers meet the requirements those tests check for. With Memory integrity protection, kernel memory pages are only made executable after passing code integrity checks inside the secure runtime environment, and executable pages themselves are never writable. Thus you leave yourself with some drivers that don't meet these requirements. And that means some viruses who look for these drivers, will try to hide themselves in modified code pages or data pages turned into code pages where code was not checked. The good news about turning it on is that no driver now or moving forward will be able to be installed if it doesn't meet those checks. A better solution would be to identify the bad drivers and remove them but as I mentioned in the Dell Community, this requires use of a deprecated Microsoft tool and I asked Dell to reach out to me but they don't seem to care. This seems to be a problem for older Dell computers upgraded from Windows 10 to 11 using Dell-related drivers.
Now here is what ChatGPT 4.o says:
Changing the HypervisorEnforcedCodeIntegrity (HVCI) setting to 1 in the Windows registry can pose significant risks, especially if done as a hack to bypass proper enablement processes. Here are the risks and considerations associated with this approach:
System Instability and Crashes:
Incompatibility with Older or Custom Drivers:
No Error Information:
Security Implications:
Hardware and Firmware Incompatibilities:
Recovery Complexity:
By forcing HVCI through registry edits, you risk breaking your system in ways that might be difficult to recover from, and you may not achieve the desired security benefits if done improperly.
I came to read this post because the original problem is Win 11 reporting incompatible drivers under Memory Integrity but it won't say what those drivers are. Dell is new-ish, Win 11, still under warranty.
Getting all updates.
This may be some kind of thing like an "app-driver" for some software module instead of an actual hardware driver, but I have no idea what driver is being flagged. Windows doesn't report that. The space where I expect to see incompatible drivers listed is blank.
Well that's good to know. I support many client machines and I never saw the issue on a new Dell - same with another fellow who seemed to only see this on older migrated 10->11 Dells and I have a good idea why. But you are the first person reporting that no driver is listed in a fairly new Windows 11. I'd still venture to guess it is Dell installing an old addon from old software whose certificate has not been updated. Can you post the output of:
driverquery /V
here?
Thanks,