Hi Johnny,
I have another question about clean install behavior from the MS ISO that has 11 different editions.
I've seen the same behavior with previous Builds too.
A) If I install on a legacy BIOS PC, it shows me the choices with all the editions and I have to select the one I want.
B) I try the same on an EFI machine and it goes straight to install the Windows 10 Pro without giving me the choice for the edition. It looks like it is automatically picking the edition based on what was previously installed on the machine.
I wonder why they don't give me the option ?
What If I wanted to change the edition to a different one ?
Also they pick the edition before I have the chance to reformat the C: volume so they can probably see what was previously installed.
I will have to try formatting the C: volume before I try the installation and see if they give me the choice.
Edit:
Found this link and others on the subject:
[Fix] Unable to Select Windows 10 Pro Edition During Clean Installation – AskVG
Added file EI.cfg in the sources folder with the following content and that did the trick and let me pick the edition I want.
[Channel]
Retail
Had 3 UEFI machines for several years and never realized they store the OEM License in the ACPI table of a UEFI machine. :-)
This command can retrieve it:
wmic path softwarelicensingservice get OA3xOriginalProductKey
If you try the command on a Legacy Bios machine it just returns nothing.