Skip to content

Instantly share code, notes, and snippets.

@pashamray
Created February 24, 2016 11:13
Show Gist options
  • Select an option

  • Save pashamray/8143fc4e86176f98ba8d to your computer and use it in GitHub Desktop.

Select an option

Save pashamray/8143fc4e86176f98ba8d to your computer and use it in GitHub Desktop.
Integrate drivers to boot.wim file
dism /mount-wim /wimfile:boot.wim /index:2 /mountdir:mount
dism /image:mount /add-driver:drivers/usb3 /recurse
dism /unmount-wim /mountdir:mount /commit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment