dism /Image:"C:\mount" /Add-Driver /Driver:"C:\drivers" /Recurse Add cumulative update ( .msu ):
dism /Unmount-Image /MountDir:"C:\mount" /Commit Using diskpart and dism : windows 10 build 15035 media builder
C:\media\ boot\ efi\ sources\ boot.wim install.wim bootmgr bootmgr.efi setup.exe (from ADK deployment tools prompt): windows 10 build 15035 media builder
dism /Image:"C:\mount" /Add-Package /PackagePath:"C:\updates\KB123456.msu" Commit changes: windows 10 build 15035 media builder
dism /Mount-Image /ImageFile:"install.wim" /Index:1 /MountDir:"C:\mount" Add drivers ( .inf ):
copy C:\base_15035\boot.wim %MEDIA_DIR%\sources copy C:\base_15035\install.wim %MEDIA_DIR%\sources\