Rating is available when the video has been rented.
This feature is not available right now. Please try again later.
Published on Dec 7, 2014
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\random 2. dism /image:C\winpe\test /add-driver /driver:c:\winpe\drivers /recurse 3. dism /unmount-wim /mountdir:c:\winpe\random /commit