Just a side note to this blogpost:
http://users.atw.hu/balubati/blog/index ... 529-094303
The method only works if the INF file has a DefaultInstall key.
Something like this:
Also I have learned how to get rid from a device driver totally:
List installed drivers with pnputil -e.
Find the appropiate one (oem[n].inf)
Uninstall the devices from device manager using this driver
Run pnputil -d oem[n].inf to delete the driver
http://users.atw.hu/balubati/blog/index ... 529-094303
The method only works if the INF file has a DefaultInstall key.
Something like this:
===========================================================================
; Default Installer
;===========================================================================
[DefaultInstall]
CopyINF=driver.inf
Also I have learned how to get rid from a device driver totally:
List installed drivers with pnputil -e.
Find the appropiate one (oem[n].inf)
Uninstall the devices from device manager using this driver
Run pnputil -d oem[n].inf to delete the driver