Forum Discussion
Alabamatom1963
Oct 15, 2023Iron Contributor
How to remove OEM drivers Causing Memory Integrity Problems.
I had a situation where my Core Isolation was Disabled by Samsung Drivers that were causing Memory Integrity Problems. This prevented me from being able to Reenable the Core Isolation In Defender. ...
KevinRamirez
Jan 21, 2025Iron Contributor
Here’s a quick and straightforward way to fix Memory Integrity problems caused by problematic OEM drivers:
- Identify the Problematic Driver:
- Open PowerShell as Administrator.
- Run: pnputil /enum-drivers
- Look for the driver causing the issue and note its OEM#.INF (e.g., oem12.inf).
- Remove the Problematic Driver:
- Run: pnputil /delete-driver oem#.inf /uninstall /force
- Replace # with the actual OEM number you found.
- Repeat this for all problematic drivers.
- Reenable Core Isolation:
- Go to Windows Security > Device Security > Core Isolation, and toggle Memory Integrity back on.
⚠️ Important: Removing drivers might cause device issues, so ensure the drivers aren’t critical or have alternatives before deleting them. Always proceed with caution!
Sally65
Feb 27, 2025Copper Contributor
Thanks, it worked and Memory Integrity is back on.