Created
February 24, 2016 11:13
-
-
Save pashamray/8143fc4e86176f98ba8d to your computer and use it in GitHub Desktop.
Integrate drivers to boot.wim file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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