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,023
    236
    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
    51,148
    110,646
    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
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. jeff69dini

    jeff69dini MDL Expert

    Nov 22, 2008
    1,023
    236
    60
    does setting flags matter?
     
  4. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    51,148
    110,646
    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"
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    51,148
    110,646
    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.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. erpsterm35

    erpsterm35 MDL Guru

    May 27, 2013
    2,129
    2,212
    90
    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
    51,148
    110,646
    450
    #7 Enthousiast, Oct 31, 2019
    Last edited: Oct 31, 2019
    No use for supporting unsupported eol editions (1803 and up are supported).
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,594
    93,452
    340
    @erpsterm35
    virtual_editions started with build 17063 (preview for version 1803)