Hello,
I would suggest you to create latest media. Download the Media Creation Tool using this link:
https://go.microsoft.com/fwlink/?LinkId=691209
Hope this helps!
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I must be doing something wrong because I always have the update fail with some BS error like this. What are the proper steps to run this tool?
I download the tool to the desktop. I'm on an Admin account. I insert a 16GB thumb drive. I format it. I start the tool. I point it to the thumb drive. During the phase where the files are copied to the USB, I get some stupid error like this:
Why are my steps not good enough? Where is the hole in my logic? Or is this tool just written poorly. I'd like to use stronger language here as I used to have to start it all over again and burn bandwidth trying this failed endeavor over and over.
I've heard people make it work by running the tool FROM the USB. Why would that matter? I've tried to write files to the thumb drive just after the format and before running the tool to make sure I have successful writes. Doesn't help.
As a workaround today, I left the error up for a bit. Tried to access the thumb drive and it said it needed to be formatted AGAIN! So I did. Then I just opened the C:$Windows.~WS\Sources\Windows and copied the files to the drive by hand. Made the dang thing myself! WHO WRITES THIS STUFF??
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Hello,
I would suggest you to create latest media. Download the Media Creation Tool using this link:
https://go.microsoft.com/fwlink/?LinkId=691209
Hope this helps!
Thanks for the report. Glad you stuck with it & finally got it
When the download was 18362.30, it took the MCT 3 tries to make an Installation USB drive for me, & the drive would not do an upgrade-install. It gave an error stating "This PC can't be upgraded to Windows 10"...
I had to use an .ISO to do the upgrade (1809>1903), which, IIRC, took 2 hours.
When the download became 18362.175, it improved to just 2 tries to make USB Installation media. But this one did do an upgrade/over-install (1903>1903) - albeit it took 3 hours.
18362.175? Where did that come from? I have twelve (12) files in my download folder for MediaCreationTool1903, dating from 5/23 to today. When I hover over them, they all say File version 18362.1 and all are identical in size 19,256,968 bytes. I was surprised by that.
18362.175? Where did that come from? I have twelve (12) files in my download folder for MediaCreationTool1903, dating from 5/23 to today. When I hover over them, they all say File version 18362.1 and all are identical in size 19,256,968 bytes. I was surprised by that.
Erco60,
There are different ways to see the build level.
The easy way to see the build level of your Installation media is by booting from it and going to command prompt.
It will show the build level right there.
Go repair > Troubleshoot > Advance Options > Command Prompt >
Microsoft Windows [Version 10.0.18362.175]
(c) 2019 Microsoft Corporation. All rights reserved.
X:\Sources>
Another way is shown below, from the working system open command prompt as administrator and issue the command
DISM /Get-WimInfo /WimFile:E:\Sources\Install.esd /Index:1
In this sample the USB installation media is on drive E:
See the Service Pack Build showing after the version.
Version : 10.0.18362
ServicePack Build : 175
You can see the OS Build of the Installation media this way too...
(a) Plug in the USB drive that holds it (or mount the .ISO), & note its drive letter.
(b) At an Administrator Command Prompt, enter the following (using your letter not mine)...
DISM /Get-WimInfo /WimFile:E:\Sources\Install.esd /Index:1
"Created" seems to be the date MSFT made the .esd. "Modified" is the date I made the installation media. For the ...30 (I posted on page 5), those were...
Size : 13,998,570,900 bytes
Created : 4/1/2019 - 7:09:02 PM
Modified : 6/1/2019 - 1:50:24 AM
After the install is done , the actual OS Build will be the most current because quality updates are read in as part of the process. So mine ended up, at "START, Settings, System, About"...
However, I think it makes a difference that it begins ...175 (instead of ...30). The quality updates for one thing won't update the onboard Recovery Environment (the partition that Shift+Restart will boot to). And look at that size difference.
Edit: To clarify, MediaCreationTool1903.exe is not what I meant by "the download". The download I meant is the Windows installation files that MCT puts onto the Installation media.