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.
- Open Windows Terminal (Admin), and select either Windows PowerShell or Command Prompt.
- 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
- 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