You are on page 1of 1

select .esd oor .

wim file directory using CMD with command cd


Inspect ESD:
dism /Get-WimInfo /WimFile:install.esd

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

You might also like