Jump to content

Recommended Posts

Posted

Hi

 

Does anyone have the full source files for windows 10 1903, I thought windows 10 media creation would of worked but it didn't .

Posted
I thought windows 10 media creation would of worked but it didn't .

Are you trying to import the image into something? If so, it's probably because the ISO downloaded via the MCT contains an install.esd image rather than an install.wim.

 

To convert the .esd to .wim you can use DISM.

 

dism /Export-Image /SourceImageFile:[color="#FF0000"]D:\ISO\Sources\install.esd[/color] /SourceIndex:[color="#FF0000"]1[/color] /DestinationImageFile:[color="#FF0000"]D:\ISO\Sources\install.wim[/color] /Compress:Max /CheckIntegrity

 

See the following article for more details (inc. how to find out which edition of Windows corresponds to each index number).

 

www.tenforums.com/tutorials/95308-convert-esd-file-wim-using-dism-windows-10-a.html#Part1

  • 2 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...