Share via

Driver issue with Windows Memory Integrity.

Anonymous
2024-10-19T15:08:04+00:00

I have a Logitech C920 webcam and the drivers for this webcam are interfering with the the memory integrity settings in Windows 11 Home. Microsoft doesn't recommend removal of the drivers. Does anyone recommend a fix to this issue or is it safe to leave the memory integrity setting off?

Windows for home | Windows 11 | Devices and drivers

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Gunasekar N 68,335 Reputation points Independent Advisor
2024-10-19T19:08:41+00:00

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.

  1. Click the link below to download a small free utility that does not require installation.

https://live.sysinternals.com/autoruns.exe

  1. Run Autoruns64 as Administrator.
  2. Go to the Drivers tab.
  3. Uninstall the Logitech drivers that are displayed as incompatible drivers in the Memory integrity.
  4. Restart your computer and turn ON core isolation.

Method 2.Use the Command Prompt method.

  1. 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

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Anonymous
    2024-10-19T19:23:47+00:00

    All drivers removed.

    Was this answer helpful?

    0 comments No comments