best tool to switch edition offline?

Discussion in 'Windows 10' started by jeff69dini, Oct 13, 2019.

  1. jeff69dini

    jeff69dini MDL Expert

    Nov 22, 2008
    1,017
    234
    60
    looks like wim edition switcher by slave does not exist anymore, so any other tool to easily switch offline edition to a higher version? thanks
     
  2. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,761
    450
    Example
    Code:
    Dism /mount-wim /wimfile:x:\install.wim /index:1 /mountdir:c:\mount
    dism /Image:C:\Mount /Set-Edition:EnterpriseN /Channel:Volume
    dism /Unmount-Image /MountDir:C:\Mount /Commit
     
  3. jeff69dini

    jeff69dini MDL Expert

    Nov 22, 2008
    1,017
    234
    60
    does setting flags matter?
     
  4. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,761
    450
    Yep, needs imagex or wimlib-imagex (latter i am still learning to use).
    Code:
    imagex.exe /flags "EnterpriseN" /info "x:\install.wim" 1 "index name" "index description"
     
  5. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,761
    450
    Tip: Use the "create_virtual_editions.cmd" from UUP > ISO by @abbodi1406 it's the easiest and fastest way to create specific/all editions possible.
     
  6. erpsterm35

    erpsterm35 MDL Expert

    May 27, 2013
    1,874
    1,748
    60
    note that create_virtual_editions.cmd should be used to create all other editions of Win10 (beside the home & pro editions) starting with at least the 1709 version
    create_virtual_editions.cmd is not needed or may not work for the 1703 version
     
  7. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,761
    450
    #7 Enthousiast, Oct 31, 2019
    Last edited: Oct 31, 2019
    No use for supporting unsupported eol editions (1803 and up are supported).
     
  8. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,219
    84,888
    340
    @erpsterm35
    virtual_editions started with build 17063 (preview for version 1803)