Uber22 Posted July 24, 2019 Posted July 24, 2019 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 .
ZeroHour Posted July 24, 2019 Posted July 24, 2019 Did you download the latest version of the media creation tool? It provided ISO's for me.
Arthur Posted July 25, 2019 Posted July 25, 2019 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
lukeacourt2 Posted October 21, 2019 Posted October 21, 2019 Hi, Do you still require a Windows 10 1903 iso file ?? Many Thanks Luke A'Court
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now