AveYo / MediaCreationTool.bat

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

Cant download Windows 10 1803. #181

Closed randomguyfromAustria closed 10 months ago

randomguyfromAustria commented 2 years ago

Hello. I have a issue with this tool. I cant download 1803, it says download failed and then the media creation tool doesnt open. Please fix it.

cmd_YeXVtbPY4w

AveYo commented 2 years ago

Url was removed by microsoft A quick fix before I publish the next update is to replace it with 1809 version. line 198:

set "VER=17134" & set "VID=1803" & set "CB=17134.112.180619-1212.rs4_release_svc_refresh" & set "CT=2018/07/" & set "CC=1.2"

to

set "VER=17134" & set "VID=1803" & set "CB=17134.112.180619-1212.rs4_release_svc_refresh" & set "CT=2018/07/" & set "CC=1.3"

line 200:

set "EXE=https://software-download.microsoft.com/download/pr/MediaCreationTool1803.exe"

to

set "EXE=https://software-download.microsoft.com/download/pr/MediaCreationTool1809.exe"
Pafyz commented 2 years ago

Url was removed by microsoft A quick fix before I publish the next update is to replace it with 1809 version. line 198:

set "VER=17134" & set "VID=1803" & set "CB=17134.112.180619-1212.rs4_release_svc_refresh" & set "CT=2018/07/" & set "CC=1.2"

to

set "VER=17134" & set "VID=1803" & set "CB=17134.112.180619-1212.rs4_release_svc_refresh" & set "CT=2018/07/" & set "CC=1.3"

line 200:

set "EXE=https://software-download.microsoft.com/download/pr/MediaCreationTool1803.exe"

to

set "EXE=https://software-download.microsoft.com/download/pr/MediaCreationTool1809.exe"

Hey! Can u please make such a guide for 21H2?

AveYo commented 2 years ago

21H2 works just fine. Are you located in RU? Might wanna use a VPN then.