I just experienced a failed video driver installation for Intel HD Graphics driver on Windows 10.
The failed ones are still shown as the compatible hardware. See below:
I have rolled back to the old 10.18.15
. But I don't want to keep the 20.19.xx
ones. So how to remove them?
Answer
You can remove the old drivers with pnputil.exe
run
pnputil -e > C:\drivers.txt
open the file drivers.txt and look which .inf file is associated with
the driver you want to remove- run
pnputil.exe -d oem
.inf
This removes the driver correctly. If this is too complicated, you can use the tool DriverStore Explorer [RAPR]
Click on enumerate
, select the driver and click on Delete Package
.
If you want to export your currently drivers you can use DISM
DISM /Online /Export-Driver /Destination:C:\destpath
No comments:
Post a Comment