Tips, tricks and manuals
Je bent niet ingelogd.
Pagina's: 1
Converteer INSTALL.ESD naar INSTALL.WIM
Create a folder (c:\Win10USB).
Go to the sources directory on your installation media.
Copy the install.esd file to the Win10USB folder.
Open Command Prompt as Administrator:
cd c:\Win10USB
Let op gebruik dism versie 10 niet versie 6.
Show the available images within the install.esd file.
dism /Get-WimInfo /WimFile:install.esd
Determine the Index number to modify (in this example we are modifying Index 2)
Export the image to a WIM file.
dism /export-image /SourceImageFile:install.esd /SourceIndex:2 /DestinationImageFile:install.wim /Compress:max /CheckIntegrity
Voeg de boot images en install images toe aan de Deployment Server
Laatst bewerkt door Bas (2019-11-29 00:00:55)
Offline
Pagina's: 1