Closed MiraMaX166 closed 7 months ago
Same thing here. For the last 10 hours
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
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"
Delete C:\ESD
Run the bat again and it works
Thank you very much friends, but I already installed Linux)
Is this only for 22H2? Or are there any other versions with name changed?