Memory Integrity is an essential security feature in Windows 11 that utilizes virtualization-based security to safeguard your system’s critical processes from kernel-level attacks. Activating this feature enhances your PC’s protection, but you might encounter an incompatible driver error that prevents it from enabling. This error can be caused by drivers or devices that aren’t even installed on your system. Fortunately, several solutions can help you resolve this issue.
Method 1: Delete the Incompatible Driver Using Windows Terminal
One effective way to fix the incompatible driver error is by removing the problematic driver using Windows Terminal. Before proceeding, make sure you’ve noted the Published name of the driver causing the issue. You can find this information in the ‘Core isolation’ settings within the Windows Security app.
Terminal in the search bar. Right-click on the ‘Terminal’ app from the search results and select ‘Run as administrator’ to launch it with administrative privileges.

pnputil /enum-drivers


<published name> with the actual published name (e.g., oem123.inf):pnputil /delete-driver <published name>
Note: Deleting a driver can affect system stability. Ensure that the driver is non-essential before removing it.



Join readers who trust AllThings.How
Add us as a preferred source on Google so our practical guides show up first next time you search.
Add to Google Preferences →Method 2: Enable Memory Integrity After Performing a Clean Boot
If the problem persists, performing a clean boot can help eliminate software conflicts that might be preventing Memory Integrity from enabling.
Windows+R to open the Run dialog box. Type msconfig and press Enter to open the System Configuration utility.



Method 3: Turn On the Virtual Machine Platform and Windows Hypervisor Platform Features
Activating these optional features can resolve compatibility issues by ensuring all necessary virtualization components are enabled.






Method 4: Enable Memory Integrity Using the Group Policy Editor
If standard methods fail, you can try enabling Memory Integrity through the Group Policy Editor. Note that this tool is only available in Windows 11 Pro editions.
Group Policy. Click on ‘Edit Group Policy’ to open the Group Policy Editor.







By following these methods, you should be able to fix the incompatible driver error and enable Memory Integrity on your Windows 11 computer, thereby enhancing your system’s protection against advanced threats.






