Add usb 30 drivers to bootable usb windows 7 installation
>> YOUR LINK HERE: ___ http://youtube.com/watch?v=yd37BJwTxiM
Lines in command prompt: • 1. dism /mount-wim /wimfile:[location of boot.wim] /index:2 /mountdir:c:[mount directory] • 2. dism /image:C\\winpe\\test /add-driver /driver:[Location of drivers] /recurse • 3. dism /unmount-wim /mountdir:[mounted directory] /commit • For example [NOT SAME EXAMPLE AS VIDEO]: • 1. dism /mount-wim /wimfile:C:\\temporary\\boot.wim /index:2 /mountdir:c:\\winpe\ andom • 2. dism /image:C\\winpe\\test /add-driver /driver:c:\\winpe\\drivers /recurse • 3. dism /unmount-wim /mountdir:c:\\winpe\ andom /commit • References: • http://forums.anandtech.com/showthrea... (part 3) • http://technet.microsoft.com/en-us/li... • http://www.wincert.net/forum/topic/49...
#############################
