Hello TP,
Thank you for reaching out to the Microsoft Community and I'll be glad to assist you today.
There are a few ways to uninstall Logitech drivers that interfere with Core Isolation:
Method 1.
- Click the link below to download a small free utility that does not require installation.
https://live.sysinternals.com/autoruns.exe
- Run Autoruns64 as Administrator.
- Go to the Drivers tab.
- Uninstall the Logitech drivers that are displayed as incompatible drivers in the Memory integrity.
- Restart your computer and turn ON core isolation.
Method 2.Use the Command Prompt method.
- Open Command Prompt as Administrator. Execute the commands below.
pnputil /enum-drivers
(This command should display all the Logitech drivers). To uninstall a particular Logitech driver, run the command below.
pnputil /delete-driver oemXX.inf /FORCE
For example, if your Logitech driver is displayed as oem22.inf in the lists, you will have to type the command like this and click enter.
pnputil /delete-driver oem22.inf /FORCE
This will permanently delete the drivers from your computer. Likewise, uninstall all the drivers using the command above.
Restart your computer and turn on Memory integrity.
I hope this information helps. If you have any questions, please let me know and I will be happy to help you further.
Best regards,
Gunasekar N