My attempt to enable the Memory Integrity security feature also failed:
Memory integrity forced off "incompatible driver" STTub30.sys (STmicroelectronics)
Note that for my system the problem driver was STTub30.sys which was published via oem0.inf. Your details will probably be different so be careful to target the correct driver when uninstalling. Keep in mind that Microsoft does not recommend removing installed drivers. They do recommend that you update them but in my case I don't know where STTub30.sys came from and STmicroelectronics doesn't have an updated driver that I can find and install.
Enumerating and Removing Incompatible Drivers (Command Prompt)
I found a helpful video online by Britec09 (below for reference). Note that I didn't need to add any additional Windows features (Virtual Machine Platform and Windows Hypervisor Platform) to fix my problem.
How to Fix Core Isolation Incompatible Driver Issues
Command Prompt Attempt Using pnputil:
Open a command prompt as admin. Locate the provider name and verify the *.inf information matches the detail from the original attempt error message to enable memory integrity.
pnputil /enum-drivers
Attempt to delete the problem driver:
pnputil /delete-driver oem0.inf
My pnputil command failed above so I next tried Device Manager (Win-X, Device Manager):
- From the View menu enable the "Show hidden devices" feature then "Devices by driver."
- Right-click on the *.inf corresponding to your issue and select remove.
- Reboot
- Type "Core isolation" in the Windows search box to bring up the control panel.
- Turn on the "Memory integrity" option.
- If you were successful the next step is to reboot to enable.
Good luck!
this works!!!!!!
thanks