Thanks for sharing this information to us, it is connected to .sys that you share so we tried removing that, here are the steps:
Run the Command Prompt as administrator. In the Search, type cmd, right-click it, and choose Run as admin. Press Yes when prompted.
Enter the following command to get the loaded driver list using DISM in a tabular form.
Concurrently, note the publisher’s name from the column against the driver’s name blocking Memory Integrity.
dism /online /get-drivers /format:table
Use the PNPUtil tool command to remove the driver traces, using the following
command. In addition, ensure to replace from the DISM command.
pnputil /delete-driver <Publisher Name> /uninstall /force
Restart your computer.
For example, if you get oem11.sys from the publisher name, the command would execute like this.
Pnputil /delete-driver oem11.sys /uninstall /force