Convert an ESD File to a WIM File

Convert ESD

  1. Create a folder.
  2. Go to the sources directory on your installation media.
  3. Copy the install.esd file to the folder.
  4. Open Command Prompt as Administrator.
  5. Change directory to the working directory.
  6. Show the available images within the install.esd file.
  7. Determine the Index number to modify (in this example we are modifying Index 2)
  8. 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

https://www.intel.com/content/www/us/en/support/articles/000023992/memory-and-storage/intel-optane-memory.html