Windows 10 download any version you want (New method)

Every time a new version of Windows 10 is released, the Media Creation tool that allows you to download Microsoft's operating system is also updated. But the new version does not allow the to download older versions of Windows 10.
Windows 10

Below we will make a small one .bat that will allow you to download any build of Windows 10 with the Media Creation tool.

Open the notepad (we recommend the Notepad + +), copy and paste the following code. When finished, save the file with the .bat extension.

@echo off & title MediaCreationTool.bat by AveYo :: Universal wrapper for all "RedStone" versions: 1607, 1703, 1709, 1803 and 1809 :: Using 10 MCT releases for original and past Windows-hosted original files :: Ingenious full support for creating business channel (Enterprise) with custom language, x86, x64 or AIO!
 :: Add / remove launch parameters below if needed - it is preset for the minimum amount of issues when doing upgrades set "OPTIONS = / Disable / DynamicUpdate Disable / MigrateDrivers all / ResizeRecoveryPartition disabled / ShowOOBE none" :: Uncomment to show live mct console log for debugging rem set "OPTIONS =% OPTIONS% / Console" :: Uncomment to bypass gui dialog choice and hardcode the target version: 1 = 1607, 2 = 1703, 3 = 1709, 4 = 1803, 5 = 1809 rem set / a MCT_VERSION = 5 :: Available MCT versions set versions = 1607 [RedStone 1], 1703 [RedStone 2], 1709 [RedStone 3], 1803 [RedStone 4], 1809 [RedStone 5] :: Show gui dialog% 1: title % 2: header% 3: choices% 4: output_variable if not defined MCT_VERSION call: choice "MediaCreationTool.bat by AveYo" "Choose Windows 10 Version" "% versions%" MCT_VERSION if not defined MCT_VERSION echo No MCT_VERSION selected, exiting ..  & timeout / t 5 & exit / b goto version% MCT_VERSION%: version1 1607 [RS1] set "V = 1607" set "D = 20170116" set "EULA = https: //wscont.apps.microsoft.com/winstore/ OSUpgradeNotification / MediaCreationTool / prod "set" EULA_FIX = https: //download.microsoft.com/download/C/0/3/C036B882-9F99-4BC9-A4B5-69370-4-17-9-20170116 microsoft.com/winstore/OSUpgradeNotification/MediaCreationTool/prod/Products_9.cab "set" MCT = http: //download.microsoft.com/download/C/F/9862/CF9F3-22D4811-99-XXXXXXXXXXXXXX exe "echo Version% V%% D% selected!
 goto process

:version2 1703 [RS2]
set "V=1703"
set "D=20170317"
set "EULA=https://wscont.apps.microsoft.com/winstore/OSUpgradeNotification/MediaCreationTool/prod"
set "EULA_FIX=https://download.microsoft.com/download/C/0/3/C036B882-9F99-4BC9-A4B5-69370C4E17E9"
set "CAB=http://download.microsoft.com/download/9/5/4/954415FD-D9D7-4E1F-8161-41B3A4E03D5E/products_20170317.cab"
set "MCT=http://download.microsoft.com/download/1/C/4/1C41BC6B-F8AB-403B-B04E-C96ED6047488/MediaCreationTool.exe"
:: 1703 MCT is also bugged so use 1607 instead
set "MCT=http://download.microsoft.com/download/C/F/9/CF9862F9-3D22-4811-99E7-68CE3327DAE6/MediaCreationTool.exe"
echo Version %V% %D% selected!
 goto process

:version3 1709 [RS3]
set "V=1709"
set "D=20180105"
set "EULA="
set "CAB=https://download.microsoft.com/download/3/2/3/323D0F94-95D2-47DE-BB83-1D4AC3331190/products_20180105.cab"
set "MCT=http://download.microsoft.com/download/A/B/E/ABEE70FE-7DE8-472A-8893-5F69947DE0B1/MediaCreationTool.exe"
echo Version %V% %D% selected!
 goto process: version4 1803 [RS4] set "V = 1803" set "D = 20180420" set "EULA =" set "CAB = https://download.microsoft.com/download/6/2/6/626729CF-8C1C -43DF-8C9C-AD2FD56948C3 / products_20180420.cab "Set" MCT = https: //software-download.microsoft.com/download/pr/MediaCreationTool1803.exe "echo Version% V%% D% selected!
 goto process: version5 1809 [RS5] set "V = 1809" set "D = 20180924" set "EULA =" set "CAB = https: //download.microsoft.com/download/6/F/B/6FB97F08-E010 -48A4-A9DC-18FCA920CEB4 / products_20180924.cab "Set" MCT = https: //software-download.microsoft.com/download/pr/MediaCreationTool1809.exe "echo Version% V%% D% selected!
 goto process: process echo.
 echo Notice: MCT depends on BITS service!  If any issues, run script as Admin.
 bitsadmin.exe / reset / allusers 2> nul net stop bits / y 2> nul net start bits / y 2> nul :: cleanup - can include temporary files too but it's not advised since you can't resume via C: \ $ Windows. ~ WS \ Sources \ setuphost pushd "% ~ dp0" del / f / q products. * 2> nul & rem rd / s / q C: \ $ Windows. ~ WS 2> nul & rd / s / q C: \ $ WINDOWS. ~ BT 2> nul :: download MCT set "WEBCLIENT = [Net.ServicePointManager] :: SecurityProtocol = 'tls12, tls11, tls'; (new-Object System.Net.WebClient)" if not exist MediaCreationTool% V% .exe powershell -noprofile -c "% WEBCLIENT% .DownloadFile ('% MCT%', 'MediaCreationTool% V% .exe');" if not exist MediaCreationTool% V% .exe color 0c & echo Error!  missing MediaCreationTool% V% .exe & pause & exit / b :: download CAB products_% D% .cab powershell -noprofile -c "% WEBCLIENT% .DownloadFile ('% CAB%', 'products_% D%. cab '); " if not exist products_% D% .cab color 0c & echo Error!  missing products_% D% .cab & pause & exit / b :: unpack CAB expand.exe -R products_% D% .cab -F: *.  > nul 2> nul if products do not exist.xml color 0c & echo Error! 

Run the .bat file as administrator. A line window will appear , followed by another window asking you which build of Windows 10 you want to download.
As soon as you select the build number, the Media Creation tool will be downloaded in the same place as the .bat file. Run the Media Creation tool to download the build of the WindUws 10 you chose.

If you want to download the .bat file, you can:

mediacreationtool.bat

iGuRu.gr The Best Technology Site in Greecefgns

every publication, directly to your inbox

Join the 2.082 registrants.

Written by giorgos

George still wonders what he's doing here ...

Leave a reply

Your email address is not published. Required fields are mentioned with *

Your message will not be published if:
1. Contains insulting, defamatory, racist, offensive or inappropriate comments.
2. Causes harm to minors.
3. It interferes with the privacy and individual and social rights of other users.
4. Advertises products or services or websites.
5. Contains personal information (address, phone, etc.).