Adding Drivers to unattended.xml.

SilverScorpionius

New member
Jan 20, 2022
1
0
0
Visit site
I am trying to figure out how to add drivers to a unattended windows10 install via usb, but i cant figure out how to do it. Drivers are stored on the USB and i want it to pull and install them during Install of Windows.

I already looked up things on google and on microsofts page, but its always pointing forwards a network shared folder and not from the USB.

Also if possible a example of how to do it would be greatly apprechiated.
 
Jun 9, 2021
458
12
18
Visit site
Its a bit lengthy procedure you have to use command line during the installation.

You have to mount the wim file like the following procedure and then add drivers.

1. Mount the wim file.

Dism.exe /mount-wim /wimfile:C:\temp\someboot.wim /index:1 /mountdir:C:\temp\mount

2. Add drivers to the image.

dism /image:"C:\Temp\mount" /add-driver /driver:"C:\temp\drivers\usb\usbdriver.inf

3. Unmount the updated image.

Dism /unmount-wim /Mountdir:C:\Temp\mount /commit

I suggest you to first install the windows then update the drivers and if you wanna stick to the process of installation during windows install then consult physical intervention of an IT Technician or Expert...
 

Members online

Forum statistics

Threads
322,906
Messages
2,242,872
Members
428,004
Latest member
hetb