sabijeris
New member
- Local time
- 5:39 AM
- Posts
- 3
- OS
- Windows 11
Hey, I can’t delete this driver. Need any help
My Computer
System One
-
- OS
- Windows 11
- Computer type
- Laptop
- Manufacturer/Model
- Asus vivobook
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
This driver is not allowing me to turn core isolation onWhat's happening that you want to delete oem187.inf?
Post share links:
ACP:
driverquery /si
dism /online /get-drivers /format:table
DISM.exe /Online /Remove-Driver /Driver:oem187.inf
pnputil /delete-driver oem187.inf /uninstall
Usually uninstalling the driver through device manager is sufficient. One in particular that was preventing me tuning on core isolation was wdcsam64_prewin8.sys, I removed it using device manager.This driver is not allowing me to turn core isolation on
md c:\Drivers_Backup
pnputil /export-driver * C:\Drivers_Backup
I find it weird that everyone is asking @sabijeris to remove this driver
I find it weird that everyone is asking @sabijeris to remove this driver, without learning first which driver is it. Sometimes you're stuck because there is NO updated driver (because it's too old) which can pass the driver verification check.
I wonder whether "sabijeris" still has that .inf installed, or if it's retained in the Driver Store.Usually uninstalling the driver through device manager is sufficient. One in particular that was preventing me tuning on core isolation was wdcsam64_prewin8.sys, I removed it using device manager.
For particularly tenacious drivers that are difficult to remove by an other means I use DriverStoreExplorer.
GitHub - lostindark/DriverStoreExplorer: Driver Store Explorer [RAPR]
Thank you, it worked!Code:DISM.exe /Online /Remove-Driver /Driver:oem187.inf
Code:pnputil /delete-driver oem187.inf /uninstall