Run this from an Admin command prompt. Change 'EnterIndexNumberHere' to the index number of the version you want, based on the first command's output.
Copy to Clipboard
dism /Get-WimInfo /WimFile:install.esd
dism /export-image /SourceImageFile:install.esd /SourceIndex:EnterIndexNumberHere /DestinationImageFile:install.wim /Compress:max /CheckIntegrity
|