Media creation tool windows 10 1507

Загрузка оригинальных образов ISO Windows 10 старых версий — 1507, 1511, 1607, 1703, 1709, 1803, 1809, 1903, 1909, 2004 (и 2009) с использованием официальной утилиты Media Creation Tool.

Как скачать любые версии Windows 10 ISOОфициальный способ загрузки Windows 10 — утилита Installation Media Creation Tool (MCT) с сайта Майкрософт позволяет легко скачать оригинальные образы ISO Windows 10 последней на момент загрузки версии, подробнее об этом в первом способе инструкции Как скачать Windows 10 x64 и 32-бит. Однако, в некоторых случаях может потребоваться предыдущая версия образа и её не всегда легко раздобыть.

В этой инструкции о том, как использовать Media Creation Tool для того, чтобы скачать ISO Windows 10 версий 1507, 1511, 1607, 1703, 1709, 1803, 1809, 1903, 1909, 2004 и, при желании, 2009 (20H2) или 21H1, что, впрочем, на момент написания этого материала можно сделать и путем простого использования утилиты, вручную загруженной с официального сайта.

Загрузка любой версии Windows 10 в Media Creation Tool

Для того, чтобы скачать любую, включая старую версию Windows 10 ISO с помощью официальной утилиты Media Creation Tool, выполните следующие простые шаги:

  1. Загрузите bat-файл для выбора версий Windows 10 с официальной страницы разработчика https://github.com/AveYo/MediaCreationTool.bat (пункт «Download ZIP» справа вверху, а можете взять код файла ниже на странице или по адресу pastebin.com/bBw0Avc4 и вручную создать файл BAT) и распакуйте его.
  2. Запустите загруженный BAT-файл MediaCreationTool.bat. При срабатывании SmartScreen, нажмите «Подробнее», а затем — «Выполнить в любом случае».
  3. Выберите нужную версию Windows 10 для скачивания. Выбор версии ISO образа Windows 10
  4. Утилита автоматически загрузит с серверов Майкрософт нужную версию MediaCreationTool.exe и запустит её с нужными параметрами (если вы запустите старую версию MCT вручную, она не разрешит вам загрузить старую версию образа ОС, а предложит обновиться).
  5. Дальнейшие шаги по загрузке оригинального образа ISO с Windows 10 будут стандартными для утилиты MCT — если вы не знаете, как именно ею пользоваться, обратите внимание на ссылку в первом абзаце этой статьи — там это подробно описано и показано в видео. Загрузка ISO образа старой версии Windows 10

В моем тесте всё работает исправно, загрузки проходят успешно, образы доступны на русском языке и в нужной разрядности — x64 или x86 (32-бит).

Видео инструкция

Обратите внимание, что при загрузке образа, в разделе «Выпуск» вам будет доступен более широкий выбор редакций Windows 10, чем при ручном использовании Media Creation Tool, например, здесь присутствует и Enterprise версия системы.

Item Preview

There Is No Preview Available For This Item

This item does not appear to have any files that can be experienced on Archive.org.


Please download files in this item to interact with them on your computer.

Show all files

2,024

Views

1
Favorite

DOWNLOAD OPTIONS

Uploaded by
Unknown

on September 26, 2019

SIMILAR ITEMS (based on metadata)

Пользователь под ником AveYo выложил на GitHub Gist скрипт для создания универсальной обложки для Media Creation Tool (штатного инструмента для создания инсталлятора Windows 10). Теперь пользователям и системным администраторам не нужно отдельно искать и скачивать ISO-образы нужной им версии Windows 10. Быстрее и проще это можно сделать с помощью MediaCreationTool.bat в пару кликов. Скрипт поддерживает версии Windows 10 от 1507 до 20H2, включая корпоративные версии ОС.

После запуска MediaCreationTool.bat и выбора нужной версии Windows 10 скрипт загрузит и запустит связанный с этой версией ОС инструмент Media Creation Tool и другие необходимые файлы.

В зависимости от выбранной версии Windows 10, Media Creation Tool будет предлагать различные лицензионные сборки Windows для создания ISO-образа или записи их на загрузочную флэшку.

Автор скрипта пояснил, что запущенный с его помощью Media Creation Tool позволяет любому пользователю выбирать больше версий и сборок Windows 10, чем обычный вариант, скачанный с сайта Microsoft.

Рекомендуется после создания ISO-образа нужной версии Windows 10 или записи ее на загрузочную флэшку провести проверку на соответствие ее билда (сборки) и версии. Для этого нужно смонтировать ISO-образа или флэшку в системе и запустить в командной строке: «dism /Get-WimInfo /WimFile:[drive_letter]:sourcesinstall.esd /index:1», где [drive_letter] — буква смонтированного диска. Например, если там будет написано «Windows 10 сборка 10240», то это соответствует версии 1507.

Not just an Universal MediaCreationTool wrapper script with ingenious support for business editions,

A powerful yet simple windows 10 / 11 deployment automation tool as well!
If you had no success launching the script so far, this latest version will work

Presets

1 Auto Upgrade with detected media, script assists setupprep for upgrading directly

— can keep files and apps on more scenarios where os and target edition does not match
— can switch detected edition by adding EditionID to script name
— can troubleshoot upgrade failing by adding no_update to script name
— auto defaults to 11, so pass version as well for 10: auto 21H2 MediaCreationTool.bat

2 Auto ISO with detected media in current folder directly (or C:ESD if run from zip)

— can override detected media by adding edition name / language / arch to script name
— example: 21H1 Education en-US x86 iso MediaCreationTool.bat

3 Auto USB with detected media in specified usb target

— for data safety, this is not fully automated — must select the usb drive manually in GUI

4 Select with user picked Edition, Language, Arch (x86,x64,both) — on specified target

— implicit choice, includes setup override files (disable by adding def to script name)

5 MCT Defaults runs unassisted, creating media without script modification

— no added files, script passes products.xml to MCT and quits without touching media

1-4 presets will modify created media in the following ways:

— write auto.cmd to run on demand for auto upgrade with edition switch and skip tpm
— write $ISO$ folder content (if it exists) at the root of the media
if you previously used $OEM$ content, must now place it in $ISO$sources$OEM$
— write sourcesPID.txt to preselect edition at media boot or within windows (if configured)
— write sourcesEI.cfg to prevent product key prompt on Windows 11 consumer media (11 only)
— write AutoUnattend.xml in boot.wim to enable local account on Windows 11 Home (11 only)
— patch winsetup.dll in boot.wim to remove windows 11 setup checks when booting from media (11 only)
— can disable by adding def to script name for a default, untouched MCT media

Simple deployment

auto.cmd is behind Auto Upgrade preset via GUI
Can run it fully unnatended by renaming script with auto MediaCreationTool.bat
Makes it easy to upgrade keeping files and apps when the OS edition does not match the media
Should allow upgrade from Ultimate, PosReady, Embedded, LTSC or Enterprise Eval as well

Generated script is added to the created media so you can run it again at any time
It is fairly generic — it will detect available editions in install.esd, pick a suitable index,
then set EditionID in the registry to match; can even force another edition, keeping files and apps!
On 11, it will try to skip setup checks (can disable this behavior with script var)
Finally, it sets recommended setup options with least amount of issues on upgrades

Let’s say the current OS is Enterprise LTSC 2019, and you use the business media to upgrade:
auto.cmd selects Enterprise index and adjust EditionID to Enterprise in the registry (backed up as EditionID_undo)
Maybe you also want to switch edition,
ex. by renaming the script to ProfessionalWorkstation MediaCreationTool.bat:
auto.cmd selects Professional index and sets EditionID to ProfessionalWorkstation in the registry.

Let’s say the OS is Windows 7 Ultimate or PosReady, and you use the consumer media to upgrade:
auto.cmd selects Professional index, and sets EditionID to Professional or Enterprise, respectively.
In all cases, the script tries to pick an existing index, else a compatible one to keep files and apps on upgrade.

Let’s say you have a dozen PCs spread with versions: 7, 8.1, 10 and editions: Ultimate, Home, Enterprise LTSB..
If you need to upgrade all to the latest 10 version and only use Pro, you could rename the script as:
auto 21H2 Pro MediaCreationTool.bat

Can even add a VL / MAK / retail product key in the same way to take care of licensing differences.
The script also picks up any $ISO$ folder in the current location — for $OEM$ branding, configuration, tweaks etc.

Changelog

No need to right-click Run as Admin, script will ask itself. Directly saving the Raw files no longer breaks line endings
We did it! We broke the previous gist ;) So this is the new home. Thank you all!

discuss on MDL

2018.10.10: reinstated 1809 [RS5]! using native xml patching for products.xml; fixed syntax bug with exit/b
2018.10.12: added data loss warning for RS5
2018.11.13: RS5 is officially back! + greatly improved choices dialog - feel free to use the small snippet in your own scripts
2019.05.22: 1903 [19H1]
2019.07.11: 1903 __release_svc_refresh__ and enable DynamicUpdate by default to grab latest CU
2019.09.29: UPDATED 19H1 build 18362.356 ; RS5 build 17763.379 and show build number
            added LATEST MCT choice to dinamically download the current version (all others have hard-coded links)
2019.11.16: 19H2 18363.418 as default choice (updated hard-coded links)
2020.02.29: 19H2 18363.592
2020.05.28: 2004 19041.264 first release
2020.10.29: 20H2 and aniversary script refactoring to support all MCT versions from 1507 to 20H2!!!
2020.10.30: hotfix utf-8, enterprise on 1909+
2020.11.01: fix remove unsupported options in older versions code breaking when path has spaces.. pff
2020.11.14: generate latest links for 1909,2004; all xml editing now in one go; resolved known cannot run script issues
2020.11.15: one-time clear of cached MCT, as script generates proper 1.0 catalog for 1507,1511,1703 since last update
            fixed compatibility with naked windows 7 powershell 2.0 / IPv6 / optional import $OEM$ / 1803+ business typo
            updated executables links for 1903 and 2004
2020.11.17: parse first commandline parameter as version, example: MediaCreationTool.bat 1909
2020.12.01: attempt to fix reported issues with 1703; no other changes (skipping 19042.630 leaked esd because it is broken)
2020.12.11: 20H2 19042.631; fixed pesky 1703 decryption bug on dual x86 + x64; improved cleanup; label includes version
2021.03.20: pre-release 21H1; optional auto upgrade or create media presets importing $OEM$ folder and key as PID.txt
2021.05.23: 21H1 release; enhanced script name args parsing, upgrade from embedded, auto.cmd / PID.txt / $OEM$ import
2021.06.06: create iso directly; enhanced dialogs; args from script name or commandline; refactoring is complete!
2021.08.04: done fiddling
2021.09.03: 21H2, both 10 and 11 [unreleased]
2021.09.25: Windows 11
            with Skip TPM Check on media boot as well as on dynamic update (standalone toggle script available)
            final touches for improved script reliability; enhanced auto upgrade preset; win 7 powershell 2.0 compatible
2021.09.30: fix Auto Setup preset not launching.. automatically
2021.10.04: fix for long standing tr localization quirks; Skip TPM Check v2 (ifeo-based instead of wmi)
2021.10.05: 11 22000.194 Release (rofl W11 MCT has limited capabilities, so still using 21H1 MCT because it works fine)
2021.10.09: outstanding refactoring around Windows 11 MCT; minimize while waiting MCT; unified 7 - 11 appearence
2021.10.20: create generic iso if no edition arg; use Downloads folder; no 11 setup checks on boot in VirtualBox; fixes #2
2021.10.23: 11 22000.258
            more intuitive presets; 11 setup override via AutoUnattend.xml or via boot.wim (for VirtualBox 5.x) with FIX arg
            only reliable ui automation; enhanced script output
2021.11.03: multiple download methods; improved automation; improved auto.cmd; moved autounattend.xml to boot.wim
            revising 11 setup bypass (wip) - not being content with any methods is the reason why I've not updated in a while
2021.11.09: skip windows 11 upgrade checks with setup.exe (not just auto.cmd); no server label; local account on 11 home
            auto.cmd has more fixes to keep files and apps on upgrade; reliable ui automation; alternative downloaders 
2021.11.15: 11 22000.318
            write output to script folder (or C:ESD if run from zip); style: more consistent separation of arguments
            20H2 builds with esd size above 4GB that had to be reverted at 19042.631: en,de,es,pt,fr,it,jp,zh (MCT limits)
2021.11.16: 10 19044.1288 - official release of 10 21H2
            10 19043.1348 - newest 10 build - don't ask why ms is releasing these as such, it's not the first time
2021.12.07: skip windows 11 upgrade checks only via auto.cmd - just ignore server label, please
2021.12.15: fix regression with 1507-1709 not getting the correct fallback esd; fix dev '-noe' not autoclosing script
2021.12.22: improved auto.cmd handling of mismatched OS and target edition, obey 'def', 'auto' upgrades 7 to 10, not 11
2022.03.16: prevent launch errors when run from non-canonical paths; USBLayout progress; pickup $ISO$ dir to add on media
            DU in 11: auto installs 22000.556 atm; older skip_11_checks, without Server label; Home offline local account
2022.03.18: fix regression with Auto Upgrade; removed powershell -nop arg (issue #41); enhanced 11 AutoUnattend.xml
2022.03.20: stable - all issues ironed out; improved script ui; upgrade keeping files from Eval editions too
            last squash I promise ;)

Each software is released under license type that can be found on program pages as well as on search or category pages. Here are the most common license types:

Freeware

Freeware programs can be downloaded used free of charge and without any time limitations. Freeware products can be used free of charge for both personal and professional (commercial use).

Open Source

Open Source software is software with source code that anyone can inspect, modify or enhance. Programs released under this license can be used at no cost for both personal and commercial purposes. There are many different open source licenses but they all must comply with the Open Source Definition — in brief: the software can be freely used, modified and shared.

Free to Play

This license is commonly used for video games and it allows users to download and play the game for free. Basically, a product is offered Free to Play (Freemium) and the user can decide if he wants to pay the money (Premium) for additional features, services, virtual or physical goods that expand the functionality of the game. In some cases, ads may be show to the users.

Demo

Demo programs have a limited functionality for free, but charge for an advanced set of features or for the removal of advertisements from the program’s interfaces. In some cases, all the functionality is disabled until the license is purchased. Demos are usually not time-limited (like Trial software) but the functionality is limited.

Trial

Trial software allows the user to evaluate the software for a limited amount of time. After that trial period (usually 15 to 90 days) the user can decide whether to buy the software or not. Even though, most trial software products are only time-limited some also have feature limitations.

Paid

Usually commercial software or games are produced for sale or to serve a commercial purpose.

Media Creation Tool
для Windows

Media Creation Tool скриншот № 1

Windows 11/10 Media Creation Tool — фирменная утилита от Microsoft Corporation, позволяющая создавать загрузочные образы операционной системы Windows 11/10 без использования ключа продукта непосредственно с сервера компании. Эта программа значительно упростила получение нужной Вам версии ОС Windows, не требуя сложных настроек и предоставляя возможность выбора необходимой архитектуры.

Для получения полностью легального образа системы потребуется интернет-соединение, а также носитель — USB-флешка или DVD-диск. После запуска утилиты выберите язык ОС, тип издания (домашняя, Pro и др.) и архитектуру (32-bit или 64-bit). А далее просто определите, куда записать образ операционки. Если выберите DVD-диск, то будет создан ISO-образ, а при выборе USB flash drive загрузочная флешка создастся даже без предварительного ISO-образа. Далее все проходит в автоматическом режиме — Вам останется только дождаться окончания процедуры установки.

Кроме этого, вы можете использовать Media Creation Tool для обновления системы до последней версии Windows 10/11 непосредственно на вашем компьютере без создания загрузочного носителя.

ТОП-сегодня раздела «Обновления, патчи»

скачать ASUS BIOS UpdateASUS BIOS Update 7.18.03

ASUS BIOS Live Update — Фирменная утилита для обновления BIOS материнских плат ASUS через интернет…

скачать MSI LiveUpdateMSI LiveUpdate 6.2.0.74

MSI LiveUpdate — это полезные и мощные приложения для автоматической загрузки и обновления BIOS,…

Отзывы о программе Media Creation Tool

Артём про Media Creation Tool 21H1 Win10 / 21H2 Win11 [20-12-2022]

Люди, помогите пж у меня ошибка 0x800072f8f-0x20000
11 | 26 | Ответить

Правдоруб про Media Creation Tool 21H1 Win10 / 21H2 Win11 [13-10-2022]

Народ качать несоветую всё в сифаках, комп не включается после перезагрузки
| | Ответить

Kerxa про Media Creation Tool 21H1 Win10 / 21H2 Win11 [09-09-2022]

Это какая-то особая версия? У меня при установке не требует активации и создания аккаунта. После установки windows уже активированный. Когда качаю через vpn с офф. сайта, то там при установке просят создавать аккаунт и windows устанавливается не активированный.
| 3 | Ответить

Liliya про Media Creation Tool 10.0.18362.418 (1909) [03-03-2020]

Спасибо! Замучил UEFI.
10 | 10 | Ответить

костя про Media Creation Tool 10.0.18362.1 (1903) [14-12-2019]

мне пишет не хватает компанента
15 | 17 | Ответить

Понравилась статья? Поделить с друзьями:
  • Mbr в gpt при установке windows 10 diskpart
  • Media creation tool 21h1 windows 10 скачать с официального сайта
  • Media creation tool 20h1 windows 10 скачать с официального сайта
  • Mbr partition table windows cannot be installed
  • Media creation tool 2021 windows 10