How do I fix incompatible drivers?

Kurt Brackin 20 Reputation points
2025-07-20T02:59:25.2866667+00:00

How do I fix incompatible drivers are preventing using Memory integrity?

Windows for home | Windows 11 | Security and privacy

Locked Question. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

{count} votes
Answer accepted by question author
  1. Ivan B 93,095 Reputation points Independent Advisor
    2025-07-20T03:49:47.4633333+00:00

    Hi ,

    In this case, you can uninstall the drivers and they will reinstall them if I make a request, however, core isolation is additional protection if it is for games, some have problems due to anti-cheats core isolation.

    1. Open Windows Terminal (Admin), and select either Windows PowerShell or Command Prompt.
    2. Copy and paste the command below into Windows Terminal (Admin), and press Enter to see a list of all 3rd party drivers from the driver store.

    dism /online /get-drivers /format:table​

    1. Make note of the Published Name (ex: "oem13.inf") of the driver you want to uninstall.

    4.. Type the command below into Windows Terminal (Admin), and press Enter. (see screenshot below)

    pnputil /delete-driver oem25.inf /uninstall /force

    You can remove the drivers that are showing as incompatible and restart and try to activate core isolation. Don't worry, the drivers will be reinstalled with compatible versions.

    Thanks

    0 comments No comments

0 additional answers

Sort by: Most helpful