Quantcast
Channel: Martin Buist – Martin Buist – IT Blogger
Viewing all articles
Browse latest Browse all 22

How to add driver to Wim files

$
0
0
Change the parameters to your locations Mount imageMD c:\ImageDism /Mount-Image /index:1 /ImageFile:c:\source\WinPE.wim /MountDir:C:\Image Add the driver to the imageDism /Image:C:\Image /Add-Driver /Driver:C:\drivers\mydriver.inf If it are multiple drivers thenDism /Image:C:\Image /Add-Driver /Driver:c:\drivers /Recurse Unmount and save to the image fileDism /Unmount-Image /MountDir:C:\Image /Commit

Viewing all articles
Browse latest Browse all 22

Trending Articles