I was also able to follow these instructions to remove my Logitech webcam C270 drivers, also. I did not have quite the same set of drivers, but was able to use the 3 reports to determine the additional service to delete, and the .inf files to backup and uninstall.
My list of drivers, listed multiple times like displaydude's above, was:
The associated services were:
The associated .inf files were:
- oem16.inf
- oem55.inf
- oem93.inf
- oem32.inf
- oem139.inf
I executed the following commands:
- SC.EXE DELETE LVRS64
- SC.EXE DELETE COMPFILTER64
- pnputil /export-driver oem16.inf C:\Drivers
- pnputil /export-driver oem55.inf C:\Drivers
- pnputil /export-driver oem93.inf C:\Drivers
- pnputil /export-driver oem32.inf C:\Drivers
- pnputil /export-driver oem139.inf C:\Drivers
- pnputil /delete-driver oem16.inf /uninstall /force
- pnputil /delete-driver oem55.inf /uninstall /force
- pnputil /delete-driver oem93.inf /uninstall /force
- pnputil /delete-driver oem32.inf /uninstall /force
- pnputil /delete-driver oem139.inf /uninstall /force
After this I was able to turn core isolation back on, and after a Windows restart, core isolation remained on.
Your information was very helpful in solving my problem.