Windows – How to remove driver and prevent Windows 10 from updating driver

driverswindows 10

How can the 2015 driver be removed from Windows-10? Driver is circled in red:

Link to screenshot (click here)

Is there a method to prevent this driver from being updated in the future?

Best Answer

You can remove the old drivers with the inbox tool pnputil.exe

  • run pnputil -e > C:\drivers.txt

    enter image description here

  • open the file drivers.txt and look which .inf file is associated with the driver you want to remove

  • run pnputil.exe -d oem<NUMBER>.inf

This removes the driver correctly. If this is too complicated, you can use the tool DriverStore Explorer [RAPR]

enter image description here

Click on enumerate, select the 215 driver and click on Delete Package.

Here are the steps to prevent that windows installs the driver again.