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
↧