First, download the needed cab file to c:\Drivers Make the folder C:\Drivers\cab From DOS (As administrator) navigate to C:\Drivers by running: cd\Drivers Now run: Expand –F:* source.cab C:\Drivers\cab (source.cab being the name of whatever the .cab file is named.) Now navigate to C:\Drivers\cab\extracted\folders\(x86 or x64 depending on if the system is 32-bit or 64-bit) Then run: for /f %i in ('dir /b /s *.inf') do pnputil.exe -i -a %i This will loop through every .inf file and the system will install every driver that’s included in the driver pack.