Hi Neil, I am Paulo and I'd like to help.

Just had this problem earlier so I manually delete the drivers (Mostly Samsung drivers and WD driver for my external drive).

  • Right-click on the Start menu > Device manager.
  • Click on View > Devices by driver
  • Check the lists of the drivers. Sometimes, you have to expand the driver on the incompatible drivers list to see the driver's name in Device manager.
  • Right-click on it then Uninstall
  • Restart the computer and you should be able to turn on memory integrity once it does not detect any problems.

You may create a system restore point to make sure you'll have a save point before you remove them.

https://support.microsoft.com/en-us/windows/cre...

Or you can back up the drivers using the method here:

https://winbuzzer.com/2020/06/09/how-to-backup-...

(Disclaimer: This is a non-Microsoft website. The page appears to be providing accurate, safe information. Watch out for ads on the site that may advertise products frequently classified as PUP (Potentially Unwanted Products). Thoroughly research any product advertised on the site before downloading and installing it.)

Answer from Paulo GM on learn.microsoft.com
🌐
Reddit
reddit.com › r/windows11 › how do delete this driver ? can't turn on memory integrity/core isolation in windows security. anyone else with the same problem on windows 11 ?
r/Windows11 on Reddit: How do delete this driver ? Can't turn on memory integrity/core isolation in windows security. Anyone else with the same problem on windows 11 ?
September 2, 2022 - If you are no longer using any devices that require the FTDI driver, then you can run pnputil /d oem91.inf /uninstall in an elevated Command Prompt to uninstall the driver. Ultimately, if u/obnylaka is true regarding the feature being useless, ...
Discussions

how do I remove incompatible drivers ?
Just had this problem earlier so I manually delete the drivers (Mostly Samsung drivers and WD driver for my external drive). Right-click on the Start menu > Device manager. ... Check the lists of the drivers. Sometimes, you have to expand the driver on the incompatible drivers list to see the driver's name in Device manager. ... Restart the computer and you should be able to turn on memory integrity ... More on learn.microsoft.com
🌐 learn.microsoft.com
1
137
July 29, 2023
How can i fix incompatible drivers when turning on memory integrity
I freshly built a computer and it looks like oneDrive downloaded my previous pc drivers, the thing is when i try to turn on memory integrity I had many drivers causing the incompatibility and deleted them but when I tried to delete the last ones I… More on learn.microsoft.com
🌐 learn.microsoft.com
2
1
November 26, 2023
How to delete incompatible drivers, in order to turn on memory integrity
After some time, I then realised memory integrity wasn't on, I tried to turn it on however, there are a few incompatible drivers that prevent it from turning on. I have uninstalled their honor suite, but drivers are still there: ... I then tried to find a way to delete the drivers. More on learn.microsoft.com
🌐 learn.microsoft.com
2
0
November 3, 2025
how do I remove incompatible drivers ?
Just had this problem earlier so I manually delete the drivers (Mostly Samsung drivers and WD driver for my external drive). Right-click on the Start menu > Device manager. ... Check the lists of the drivers. Sometimes, you have to expand the driver on the incompatible drivers list to see the driver's name in Device manager. ... Restart the computer and you should be able to turn on memory integrity ... More on answers.microsoft.com
🌐 answers.microsoft.com
1
137
People also ask

How can I tell whether an incompatible driver is safe to remove?
Drivers exist to support specific hardware or low-level system components. To assess whether a driver is safe to remove, check which device it’s bound to in Device Manager, review the provider and digital signature, and confirm whether the associated hardware or software is still required on the system.
🌐
ninjaone.com
ninjaone.com › home › blog › it ops › how to remove incompatible drivers blocking memory integrity in windows 11
Remove Incompatible Drivers Blocking Memory Integrity | NinjaOne
Is it possible to test driver compatibility with memory integrity before deploying updates?
Driver compatibility with memory integrity must be tested on hardware that actually uses the driver, since most drivers will not load in a virtual machine without the physical device present. The safest approach is to validate changes on a dedicated test device or pilot group that matches the target hardware before broader deployment.
🌐
ninjaone.com
ninjaone.com › home › blog › it ops › how to remove incompatible drivers blocking memory integrity in windows 11
Remove Incompatible Drivers Blocking Memory Integrity | NinjaOne
How do I tell if a driver is truly incompatible or just outdated?
An outdated driver can still work, but it may be flagged as risky if it lacks recent signing or version information. Comparing the installed version with the latest OEM release and checking for valid digital signatures can help determine whether an update or full removal is necessary.
🌐
ninjaone.com
ninjaone.com › home › blog › it ops › how to remove incompatible drivers blocking memory integrity in windows 11
Remove Incompatible Drivers Blocking Memory Integrity | NinjaOne
🌐
NinjaOne
ninjaone.com › home › blog › it ops › how to remove incompatible drivers blocking memory integrity in windows 11
Remove Incompatible Drivers Blocking Memory Integrity | NinjaOne
April 10, 2026 - Run pnputil /delete-driver oem##.inf /uninstall /force to remove a package. 💡Note: Replace ## with the number from the published name of the specific driver you want to remove.
🌐
MiniTool
minitool.com › home › news › how to fix memory integrity incompatible drivers in win11/10
How to Fix Memory Integrity Incompatible Drivers in Win11/10
November 26, 2024 - See how to resolve incompatible drivers for memory integrity in this way: Step 1: In Windows 11/10, run Command Prompt as an administrator. Step 2: In the CMD window, type in the command below and press Enter.
🌐
Clone Files Checker
clonefileschecker.com › home › solutions › fix memory integrity issues in windows 11: 6 simple steps
Fix Memory Integrity Issues in Windows 11: 6 Simple Steps
November 24, 2025 - Note down all the drivers that lead to Memory Integrity in Windows 11 is Off issue. At the left bottom, right click on the Start button and pick Device Manager. Press View, and choose Show hidden devices.
Find elsewhere
Top answer
1 of 2
1

To delete incompatible drivers and enable memory integrity, you can follow these steps:

  1. Open Command Prompt as Administrator: Right-click on the Start button, select "Windows Terminal (Admin)" or "Command Prompt (Admin)".
  2. List Installed Drivers: Type the command pnputil /enum-drivers to list all installed driver packages. Look for the driver packages associated with the Huawei drivers you want to remove.
  3. Delete the Driver Packages: Use the command pnputil /delete-driver /uninstall /force, replacing with the actual name of the driver you want to delete. If you encounter "Access is denied" errors, ensure you are running the Command Prompt with administrative privileges.
  4. Using Device Manager: If the command line method fails, you can also try uninstalling the drivers through Device Manager:
    • Open Device Manager by right-clicking the Start button and selecting "Device Manager".
    • Expand the relevant device category, right-click on the device, and select "Uninstall device". Make sure to check the option to "Delete the driver software for this device" if available.
  5. Restart Your Computer: After uninstalling the drivers, restart your computer to ensure changes take effect.
  6. Check Memory Integrity Settings: Once your system has restarted, go back to the memory integrity settings and try enabling it again.

If you continue to face issues, consider checking for any remaining Huawei software or drivers that may need to be uninstalled or updated. Additionally, ensure that your Windows system is fully updated as this can sometimes resolve driver issues.


References:

  • How devices and driver packages are uninstalled
  • Using Device Manager to Uninstall Devices and Driver Packages
2 of 2
0

i have used device manager to delete the drivers. I then went on my settings (> privacy and security> windows security> Device security> core isolation details> memory integrity), to check if there are any more drivers left preventing the memory integrity from turning on. Only hn_usbccgpfilter.sys was left. So I then proceeded to restart my PC. Thereafter I checked the settings again and memory integrity was on (the drivers interupting memory integrity were successfully uninstalled).

🌐
Eleven Forum
elevenforum.com › windows support forums › antivirus, firewalls and system security
How to remove incompatible driver for Core Isolation > Memory Integrity | Windows 11 Forum
June 6, 2023 - I tried uninstalling SD, but then ... driver? Many thanks, Chigwells View attachment 61751 · Click to expand... Try REVO Uninstaller (free), and make sure you "Scan for leftovers" and delete them also....
🌐
DriverFinder
driverfinderpro.com › home › how to › core isolation memory integrity incompatible drivers
Core Isolation Memory Integrity Incompatible Drivers | DriverFinder - We Make Drivers Work for You
July 17, 2023 - If the incompatible driver is not ... be turned on. Use the device manager to Uninstall the device, and then use the command prompt (or PowerShell) to delete the driver using the pnputil /delete-driver command....
🌐
Your Windows Guide
yourwindowsguide.com › 2022 › 09 › fix-memory-integrity-incompatible-drivers.html
[FIX] Memory integrity Incompatible drivers in Windows 11
August 7, 2025 - To remove Memory Intergrity Incompatible drivers in Windows, you can either use DISM and PNPUtil command, or run Autoruns tool. Locate the problematic drivers, and delete/disable them.
🌐
Microsoft Learn
learn.microsoft.com › en-us › answers › questions › 3906030 › need-help-removing-incompatible-drivers
Need help removing incompatible drivers - Microsoft Q&A
January 29, 2025 - Restart your computer and turn ON Memory Integrity. ... Use the Command Prompt method. Open Command Prompt as Administrator. Execute the commands below. ... For example, if your incompatible driver is displayed as oem22.inf in the lists, you will have to type the command like this and click enter. ... This will permanently delete the drivers from your computer.
🌐
Driver Easy
drivereasy.com › home › knowledge base › common errors › fix: memory integrity can’t be turned on
Fix: Memory integrity can't be turned on - Driver Easy
June 6, 2025 - Once you identify the problematic driver, use the following command to uninstall it: pnputil /delete-driver <driver_name.inf> /uninstall Note that you will need to replace <driver_name.inf> with the exact name of the driver file (e.g., oem123.inf).
🌐
HP Support Community
h30434.www3.hp.com › t5 › Notebook-Hardware-and-Upgrade-Questions › Memory-integrity-off-due-to-incompatible-driver › td-p › 9127879
Memory integrity off due to incompatible driver - HP Support Community - 9127879
August 20, 2024 - Search for "System Configuration" in the Start menu, go to the Services tab, and check Hide all Microsoft services, then click Disable all. Restart your computer and try enabling Memory Integrity again.
🌐
MakeUseOf
makeuseof.com › home › windows › 7 ways to fix the memory integrity feature grayed out on windows 11
7 Ways to Fix the Memory Integrity Feature Grayed Out on Windows 11
June 2, 2023 - If any driver gives an error when disabling, right-click it and select Delete. Install the latest drivers from the official website or reboot your device to let Windows install them automatically.
🌐
Appuals
appuals.com › home › microsoft windows › windows troubleshooting
[FIX] Incompatible Drivers Blocking Memory Integrity and Core Isolation
April 16, 2023 - You can take steps to update it, uninstall it via the CDM Uninstaller, repair the driver structure, remove all the remnants using Autoruns, or delete it manually. Another way to fix this error is to disable CPU-based virtualization – if VTX ...