
Depending on the number of models you have this may take some time. So please BE CAREFUL where you run this file. This Bat will look into ALL directories inside of it's current folder for ANY PnP drivers. inf files duing installįor /f "tokens=* delims=" %%a in ('dir /b /s /o:gen *.inf') do (Įcho = Reboot to finalize driver installs! =&pause>nul :: Put all Pnf, Infs, Cat, and Sys files etc. Write the Bat file like so: off&color a & Title Now in the root of the directory you just made create a Bat file. Life in short you download the Cabs for the models you are running, extract them into a directory, keeping the folders for separate models separate. As mentioned before this is particularly most relevant for Dell computers, but using this method I created a Windows Image that can be cloned to multiple models of Dell machines saving the need for multiple images.
Driver injection tool windows 7 install#
With these Cabs you can extract them to a USB Drive then create a simple Bat file to auto install drivers to the Windows Driver Store. I realize this question is fairly old but to assist others in their conundrums with this matter here it is Dell has actually allowed the downloads of Driver Cab files, these files include all of the drivers for a Dell laptop of a specific model (for example the Latitude E6410). For both of them, the driver installation starts, but it still requires user interactivity to continue the installation by pressing "Ok" and "Next". Start /wait "" adobereader.exe /s /passive /quiet EULA_ACCEPT=YES Here is the code that I have tried already: pushd %~dp0
Driver injection tool windows 7 how to#
Does anybody have a workaround or know how to do this? I've tried a few things, but the /s or -s doesn't seem to be working. Basically, I need a batch file that installs a bunch of drivers in a folder (that I download individually and put together first) without me needing to press "Ok" and "Next" for every single driver.

Lenovo makes this easy with their System Update tool, but Dell and other companies require you to install drivers manually.īecause I am doing this process on so many machines, I am trying to find a way to automate the process so all I have to do is stick a USB in the machine, start a batch file, and let it go.

At work, one of the tasks I am responsible for is resetting computers to their factory settings and installing the updated drivers.
