Close Menu
    Facebook X (Twitter) Instagram
    Sunday, October 12
    X (Twitter) LinkedIn Reddit RSS
    All about Endpoint Management
    • Home
    All about Endpoint Management
    Home»CM2012»How to convert Windows 10 Pro to Windows 10 Enterprise without reinstalling the OS

    How to convert Windows 10 Pro to Windows 10 Enterprise without reinstalling the OS

    Eswar KonetiBy Eswar KonetiJuly 16, 8:24 pm3 Mins Read CM2012 14,102 Views
    Share
    Facebook Twitter LinkedIn Reddit

     

    If you are following /reading the social networking sites (Twitter,Facebook and LinkedIn) about #windows10 ,you might have already know by now that, Microsoft just released latest/last build number 10240 which claims to be the RTM version before it made available on July 29,2015 (7/29) to everyone. To get to recent build number (10240) ,go to Start > Settings > Update & Security > Windows Update > Check for updates on your PC (Note: Make sure you login to your PC using Microsoft account before you do the windows update ).If you want to perform clean install,you may have to wait for couple of days i.e Jul 29th ,2015 else you can follow the procedure outlined here by Johan using PowerShell script to convert ESD to ISO .There are third party tools also available ,its upto you.

    You can reach to windows updates window using the simple syntax which you can perform on RUN command :ms-settings:windowsupdate

    image

    It will open windows update window and show the updates if any available.

    image

    Coming to the subject line,If you have windows 10 professional edition and you want to convert it to Enterprise version ,you don’t have to reinstall the entire OS which is great feature in Windows 10. you can simply convert the WIM file from pro to enterprise using DISM in just few steps:

    1.From your media ,copy the install.WIM file from media\sources folder to C: or D: drive and make sure wim is not read only from its properties. I choose C:\

    2.Create folder called mount in C:\mount

    3.open the cmd as run administrator and type Dism /Mount-Image /ImageFile:C:\Install.wim /index:1 /MountDir:C:\mount

    4.check what editions the WIM will support and what is the current edition using  Dism /Image:C:\mount /Get-CurrentEdition

    image

    5.To check what additional versions that WIM is supported using Dism /Image:C:\mount /Get-TargetEditions

    image

    6.From above,you can choose which edition you want the WIM file to be converted either enterprise or Education or home if available .Now we will change the Image from pro to Enterprise using

    Dism /Image:C:\mount /Set-Edition:Enterprise

    image

    7.You can now check if the image edition changed from Pro to Ent using step 4 :Dism /Image:C:\mount /Get-CurrentEdition

    image

    8.Now we will unmount the image and commit changes to WIM file using Dism /Unmount-Image /MountDir:C:\mount /commit

    image

    List of commands that we executed above :

    Dism /Mount-Image /ImageFile:C:\Install.wim /index:1 /MountDir:C:\mount
    Dism /Image:C:\mount /Get-CurrentEdition
    Dism /Image:C:\mount /Get-TargetEditions
    Dism /Image:C:\mount /Set-Edition:Enterprise
    Dism /Unmount-Image /MountDir:C:\mount /commit

    References : https://technet.microsoft.com/en-sg/library/hh824814.aspx?f=255&MSPPError=-2147217396

    https://technet.microsoft.com/en-us/library/hh825157.aspx

    Build 10240 Convert pro to Enterprise DISM Windows 10 Windows 10 Build 10240 RTM Windows 10 ISO build 10240 Windows 10 pro to Windows 10 Enterprise Windows 10 RTM.
    Share. Twitter LinkedIn Email Facebook Reddit

    Related Posts

    Monitoring Endpoint Security Applications with SCCM ConfigMgr SQL

    October 11, 8:48 pm

    Addressing SCCM Software Update Deployment Challenges with PowerShell – Remote install

    October 23, 10:23 am

    Tool for managing the import and export of SSRS report – ReportSync Tool

    October 27, 9:10 pm

    14 Comments

    1. mame on December 5, 2016 12:45 AM

      Hi, will this way also work for an "upgrade" from EnterpriseEval to Enterprise Version?

      Reply
      • Eswar Koneti on December 21, 2016 1:52 PM

        Hi,
        To convert eval to full version,all you need is activation .

        Regards,
        Eswar

        Reply
    2. Naman Kumar on February 7, 2016 1:24 PM

      from where to find install.wim file?

      Reply
      • Eswar Koneti on February 9, 2016 5:15 PM

        should be from your Windows installation media Sources folder.

        Reply
    3. Fahad on October 14, 2015 12:21 AM

      I have Error: 11

      Microsoft Windows [Version 10.0.10240]
      (c) 2015 Microsoft Corporation. All rights reserved.

      C:\WINDOWS\system32>Dism /Mount-Image /ImageFile:C:\Install.wim /index:1 /MountD
      ir:C:\mount

      Deployment Image Servicing and Management tool
      Version: 10.0.10240.16384

      Error: 11

      An attempt was made to load a program with an incorrect format.

      The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log

      C:\WINDOWS\system32>

      Reply
      • Eswar Koneti on November 16, 2015 9:47 AM

        it works for me good.something different to try ? http://blogs.technet.com/b/supportingwindows/archive/2015/10/16/how-to-convert-windows-10-pro-to-windows-10-enterprise-using-icd.aspx

        Reply
    4. Aivar on September 21, 2015 9:32 AM

      Wrong install.wim was. Convert ESD to WIM and all cmd works great! Need delete source

      Reply
    5. Aivar on September 20, 2015 9:43 PM

      COULD wrong install.wim. Downloaded Media Creation tool. Need

      Reply
      • Eswar Koneti on September 21, 2015 9:00 AM

        did that work for you ?

        Reply
    6. Aivar on September 20, 2015 8:19 PM

      Install.win, mount folder is on drive c:\. Same cmd as above.First cmd error 11, Last cmd get error 50.
      Can only use this cmd ''Dism /apply-image /imagefile:c:\install.wim /index:1 /ApplyDir:C:\mount.'' First and last cmd not working.

      Reply
    7. Aivar on September 19, 2015 9:38 AM

      Error: 11

      An attempt was made to load a program with an incorrect format.

      how fix it?

      Reply
      • Eswar Koneti on September 19, 2015 11:43 AM

        what command are you trying ? can you post here ? something to do with command line syntax.

        Reply
        • Aivar on September 19, 2015 9:05 PM

          1. Dism /Mount-Image /ImageFile:C:\10240\sources\Install.wim /index:1 /MountDir:C:\mount

          Reply
    8. Pingback: How to convert Windows 10 Pro to Windows 10 Enterprise without reinstalling the OS | Rui Abel Blog

    Leave a ReplyCancel reply

    This site uses Akismet to reduce spam. Learn how your comment data is processed.

    Sign Up

    Get email notifications for new posts.

    Author

    I’m Eswar Koneti ,a tech enthusiast, security advocate, and your guide to Microsoft Intune and Modern Device Management. My goal? To turn complex tech into actionable insights for a streamlined management experience. Let’s navigate this journey together!

    Support

    Awards

    Archives

    © Copyright 2009-2025 Eswar Koneti, All rights reserved.

    Type above and press Enter to search. Press Esc to cancel.