How To Download Windows 10 Enterprise

IT Support Forum Forums Windows Windows 10 Installation How To Download Windows 10 Enterprise

Viewing 0 reply threads
  • Author
    Posts
    • #1237
      Webmaster
      Keymaster

      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:

      1. Download the Windows 10 Professional ISO image
      2. Create a folder named C:\Mount\
      3. Open command prompt (Run as Administrator)
      4. Dism /Mount-Image /ImageFile:C:\Install.wim /index:1 /MountDir:C:\mount
      5. To confirm what edition you are currently running, use this command: Dism /Image:C:\mount /Get-CurrentEdition
      6. To see what editions of Windows 10 you can upgrade the ISO image to, run this command: Dism /Image:C:\mount /Get-TargetEditions
      7. Typically you can either upgrade your Windows 10 Pro to Enterprise or Education edition
      8. To upgrade Windows 10 Pro to Enterprise, run this command: Dism /Image:C:\mount /Set-Edition:Enterprise
      9. Run the command to check that the Windows 10 ISO got upgraded to Enterprise edition
      10. 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.

Viewing 0 reply threads
  • You must be logged in to reply to this topic.