AveYo / MediaCreationTool.bat

Universal MCT wrapper script for all Windows 10/11 versions from 1507 to 21H2!
MIT License
8.99k stars 3k forks source link

Not Work. Error. #337

Closed MiraMaX166 closed 7 months ago

MiraMaX166 commented 8 months ago

image

makehillflat commented 8 months ago

Same thing here. For the last 10 hours

JonasGMorsch commented 8 months ago

Hi, I found the problem on w10 22h2: the following line (166) is not downloading correctly anymore: set "EXE=https://download.microsoft.com/download/9/e/a/9eac306f-d134-4609-9c58-35d1638c2363/MediaCreationTool22H2.exe" now it needs to be:

set "EXE=https://download.microsoft.com/download/9/e/a/9eac306f-d134-4609-9c58-35d1638c2363/MediaCreationTool_22H2.exe"

EDIT: It is also needed to clean files at "C:\ESD" for the script to download the correct file

EDIT 2: Just made a pull request with the new filename

Kendeue commented 7 months ago

1, Replace this. set "EXE=https://download.microsoft.com/download/9/e/a/9eac306f-d134-4609-9c58-35d1638c2363/MediaCreationTool22H2.exe"

with this set "EXE=https://download.microsoft.com/download/9/e/a/9eac306f-d134-4609-9c58-35d1638c2363/MediaCreationTool_22H2.exe"

  1. Delete C:\ESD

  2. Run the bat again and it works

image

MiraMaX166 commented 7 months ago

Thank you very much friends, but I already installed Linux)

ImMALWARE commented 7 months ago

Is this only for 22H2? Or are there any other versions with name changed?