Hi,
Here is what typically works for most of the users who know the driver name as it is mentioned in Windows Security. Apparently, Microsoft changed/updated the incompatible driver list recently, which has ended up this issue for most of the users.
Method 1:
You can get the list of drivers by running this command in the elevated command prompt:
dism /online /get-drivers /format:table
After that, Make note of the Published Name (ex: "oem13.inf") of the driver that is shown as problematic.
Then use the pnputil command to delete the driver from the device:
pnputil /delete-driver <Published Name> /uninstall /force
Please note that running this command would remove the device driver and the next time you use the device, it would not work. Reinstalling the driver might help.
Method 2:
Another alternative is using Autoruns to delete the driver. Download it from here:
https://live.sysinternals.com/autoruns.exe
Run it as administrator.
Go to the Driver tab, locate the driver and delete the same.
[FIX] Memory integrity due to Incompatible drivers cannot be enabled - Your Windows Guide