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
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
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"
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.
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