To download Windows 10 Enterprise, you have to download Windows 10 Professional and run a script to convert it to Enterprise. Here’s how to do it:
- Download the Windows 10 Professional ISO image
- Create a folder named C:\Mount\
- Open command prompt (Run as Administrator)
- Dism /Mount-Image /ImageFile:C:\Install.wim /index:1 /MountDir:C:\mount
- To confirm what edition you are currently running, use this command: Dism /Image:C:\mount /Get-CurrentEdition
- To see what editions of Windows 10 you can upgrade the ISO image to, run this command: Dism /Image:C:\mount /Get-TargetEditions
- Typically you can either upgrade your Windows 10 Pro to Enterprise or Education edition
- To upgrade Windows 10 Pro to Enterprise, run this command: Dism /Image:C:\mount /Set-Edition:Enterprise
- Run the command to check that the Windows 10 ISO got upgraded to Enterprise edition
- To unmount the ISO image and save the changes, run this command: Dism /Unmount-Image /MountDir:C:\mount /commit
I did read something about how to change the Windows version from Pro to Enterprise after it’s installed, but I can’t remember where. If I find it, I’ll update this article.