Hi All,
Short video on how to download the Windows 10 Enterprise 1903 ISO if you do not have access to the Volume License Center or the Visual Studio Center.
Also the Script to export a install.wim from the install.esd file which is inside the ISO.
Command to run for MediacreationTool1903.exe:
Mediacreationtool1903.exe /Eula Accept /MediaLangCode en-US /Retail /MediaArch x64 /MediaEdition Enterprise
Powershell Script to Export as WIM:
dism /Get-WimInfo /WimFile:D:sourcesinstall.esd
# Prompt user for what version they’d like to choose
$version = Read-Host -prompt ‘Select index you wish to convert into wim’
# Converts selected version of Windows into E:install.
dism /export-image /SourceImageFile:D:sourcesinstall.esd /SourceIndex:$version /DestinationImageFile:E:install.wim /Compress:max /CheckIntegrity
Hopefully this helps for somebody!
Nguồn: https://cafeaz.net
Xem thêm bài viết khác: https://cafeaz.net/tong-hop/
Great video! This is awesome that you can download directly from Microsoft servers.
Will it be retail version or volume licence version?
stuck with powershell, can u explain in detail
Can u upload the file plz
This video has views in thousands but subscribe in 2 digit why ? You don`t subscribe ????
Thats great bro…
can you share this file??
upload into google drive & share this file for us.. plz
When i try to put the command that you put in the description it says
Error: 3
The system cannot find the path specified.
The DISM log file can't be found at C:WindowsLogsDISMdism.log
thank you bro
If a not do wds or what ever is that, just make bootable after download it can run or not? Sorry my grammer is terrible
You are really IT king, cheers!
Thanks bro! You saved my life.
What is the download size of the iso?
what is the size of the iso file ??
bro windows 10 pro 64 bit
can you do this for ltsc
Absolute champion! Saved me chasing down our Volume Licensing guys. I subbed too.
what to do after extracting the. wim file
replace the. esd then create bootable again with the new. wim ISO or what ?
Let me know something. If I don't make Powershell Script, what have error happened?
I subbed to you just because of this video, thank you kind sir
how to know that we dowloading the correct windows
Oh man interrupt your voice in film I can't correct listen your voice
so downloading an evaluation one is good or bad if I need a pure windows 10 enterprise for my computer
What is WDS and also what is a .wim file?
btw can you send the install.wim file?