Convert ESD
- Create a folder.
- Go to the sources directory on your installation media.
- Copy the install.esd file to the folder.
- Open Command Prompt as Administrator.
- Change directory to the working directory.
- Show the available images within the install.esd file.
- Determine the Index number to modify (in this example we are modifying Index 2)
- Export the image to a WIM file.
dism /Get-WimInfo /WimFile:install.esd

dism /export-image /SourceImageFile:install.esd /SourceIndex:2 /DestinationImageFile:install.wim /Compress:max /CheckIntegrity
