Memory integrity forced off "incompatible driver" STTub30.sys (STmicroelectronics)

Anonymous
2022-09-02T21:21:19+00:00

Recently my memory integrity has been forced off due to an "incompatible driver" preventing the service from running. The incompatible driver in question is from STmicroelectronics driver "STTub30.sys" In my attempt to fix this, I uninstalled this driver and tried windows update to see if my PC would automatically reinstall this driver but no luck. Now when I turn Memory integrity on and restart my PC (as it prompts me to do so) my computer is stuck on the loading up screen, and I must force shutdown my pc and turn it on again in order to use it. I tried finding the specific driver online from the STmicroelectronics website to manually reinstall it but no luck

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

54 answers

Sort by: Most helpful
  1. Anonymous
    2023-03-18T18:35:47+00:00

    Thank you for the walkthrough, I deleted the driver file via CMD scanned again and it worked.

    Cheers!

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2023-02-28T04:53:48+00:00

    I did not uninstall this driver, but I am currently living with the STTub30.sys driver issue mentioned previously. Have you found any more understanding yet on how to solve the "incompatible driver" issue? I'm stumped at this point.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2023-02-04T13:22:20+00:00

    Thanks it worked for me!

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2023-01-24T21:29:07+00:00

    But there also a 64bit of file and windows 10 version. Are you sure it is the same file?

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2023-01-23T21:00:54+00:00

     My attempt to enable the Memory Integrity security feature also failed:

     

    Image

     

     

    Memory integrity forced off "incompatible driver" STTub30.sys (STmicroelectronics)

     

    Note that for my system the problem driver was STTub30.sys which was published via oem0.inf. Your details will probably be different so be careful to target the correct driver when uninstalling. Keep in mind that Microsoft does not recommend removing installed drivers. They do recommend that you update them but in my case I don't know where STTub30.sys came from and STmicroelectronics doesn't have an updated driver that I can find and install.

     

    Enumerating and Removing Incompatible Drivers (Command Prompt)

     

    I found a helpful video online by Britec09 (below for reference). Note that I didn't need to add any additional Windows features (Virtual Machine Platform and Windows Hypervisor Platform) to fix my problem.

     

    How to Fix Core Isolation Incompatible Driver Issues

     

     

    Command Prompt Attempt Using pnputil:

    Open a command prompt as admin. Locate the provider name and verify the *.inf information matches the detail from the original attempt error message to enable memory integrity.

     

    pnputil /enum-drivers

     

    Image

     

    Attempt to delete the problem driver:

    pnputil /delete-driver oem0.inf

     

    Image

     

    My pnputil command failed above so I next tried Device Manager (Win-X, Device Manager):

     

    Image

     

    1. From the View menu enable the "Show hidden devices" feature then "Devices by driver."
    2. Right-click on the *.inf corresponding to your issue and select remove.
    3. Reboot
    4. Type "Core isolation" in the Windows search box to bring up the control panel.
    5. Turn on the "Memory integrity" option.
    6. If you were successful the next step is to reboot to enable.

    Good luck!

    this works!!!!!!

    thanks

    it works here too, my driver issue was diferent, but were the same solution.

    TY

    Was this answer helpful?

    0 comments No comments