Posts

Showing posts from 2014

Sccm Deploying Problem Driver

Image
Sometimes drivers will not install using sccm's standard driver import so you may have to get a little crazy and create a package that will do the job instead. In this example the problem driver was for AMDA00 Interface device but should work for many other nasty drivers.  Steps to follow to solve the wee issue:- 1. Download driver from windows catalogue if possible, if not what you have will be fine. 2. Import driver manually through compmgmt.msc and selecting to point to driver file manually. 3. Grab driver folder from driverstore in Windows\System32\Driverstore (this will be the new folder by date) 4. Copy driver folder from driverstore to a safe place and delete the driver folder from the driver store. 5. Uninstall driver for problem device so you can test uninstalling and re-installing the driver. 6. Use the following command to install the driver again from the folder you put in a safe place. Pnpuntil.exe /a /i path to .inf file If this works