But there also a 64bit of file and windows 10 version. Are you sure it is the same file?
Memory integrity forced off "incompatible driver" STTub30.sys (STmicroelectronics)
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.
54 answers
Sort by: Newest
-
Anonymous
2023-01-24T21:29:07+00:00 -
Anonymous
2023-01-23T21:00:54+00:00 My attempt to enable the Memory Integrity security feature also failed:
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
Attempt to delete the problem driver:
pnputil /delete-driver oem0.inf
My pnputil command failed above so I next tried Device Manager (Win-X, Device Manager):
- From the View menu enable the "Show hidden devices" feature then "Devices by driver."
- Right-click on the *.inf corresponding to your issue and select remove.
- Reboot
- Type "Core isolation" in the Windows search box to bring up the control panel.
- Turn on the "Memory integrity" option.
- 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
-
Anonymous
2023-01-15T20:24:08+00:00 My attempt to enable the Memory Integrity security feature also failed:
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
Attempt to delete the problem driver:
pnputil /delete-driver oem0.inf
My pnputil command failed above so I next tried Device Manager (Win-X, Device Manager):
- From the View menu enable the "Show hidden devices" feature then "Devices by driver."
- Right-click on the *.inf corresponding to your issue and select remove.
- Reboot
- Type "Core isolation" in the Windows search box to bring up the control panel.
- Turn on the "Memory integrity" option.
- If you were successful the next step is to reboot to enable.
Good luck!
this works!!!!!!
thanks
-
Deleted
This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.
Comments have been turned off. Learn more
-
VARADHARAJAN K 9,726 Reputation points Volunteer Moderator2022-12-08T02:55:38+00:00 Boot windows into safe mode,
Take ownership of the files or folders,
then remove sttub.sys file from drivers folder under system32 folder.
Restart windows.