Windows OS Hub
  • Windows
    • Windows 11
    • Windows 10
    • Windows Server 2025
    • Windows Server 2022
    • Windows Server 2019
    • Windows Server 2016
  • Microsoft
    • Active Directory (AD DS)
    • Group Policies (GPOs)
    • Exchange Server
    • Azure and Microsoft 365
    • Microsoft Office
  • Virtualization
    • VMware
    • Hyper-V
    • Proxmox
  • PowerShell
  • Linux
  • Home
  • About

Windows OS Hub

  • Windows
    • Windows 11
    • Windows 10
    • Windows Server 2025
    • Windows Server 2022
    • Windows Server 2019
    • Windows Server 2016
  • Microsoft
    • Active Directory (AD DS)
    • Group Policies (GPOs)
    • Exchange Server
    • Azure and Microsoft 365
    • Microsoft Office
  • Virtualization
    • VMware
    • Hyper-V
    • Proxmox
  • PowerShell
  • Linux

 Windows OS Hub / Windows 11 / Unable to Select Edition During Windows 10/11 Installation

February 4, 2025

Unable to Select Edition During Windows 10/11 Installation

On some computers, when performing a clean installation of Windows 10 or 11 from a USB stick, you might not be able to choose the edition (version) of the operating system to install.

The “Next” button to continue the Windows installation may be greyed out for certain editions, or the installer may automatically select a specific edition without giving you the option to choose. For example, you might not be able to install Windows Pro, as the Home edition will always be installed instead.

Can’t select Windows Pro edition during clean install

Of course, it is possible to change the Windows edition after installation. However, this is an unnecessary step in this case.

First, make sure that the Windows installation image in the WIM (ESD) file contains all the editions you need. Open the PowerShell console and specify the path to the install.wim or install.esd file (more about the ESD format) on a bootable USB flash drive containing a Windows installation image:

Get-WindowsImage -ImagePath "e:\sources\install.wim" |select ImageName, ImageIndex

List available Windows editions in install.wim

In this example, there are several editions available in the installation image, including Pro, Education, and Home. If the required Windows version isn’t listed, it means this edition has been removed from the image.

A Windows OEM product key embedded into UEFI by the device vendor is another possible cause of the problem.

This approach has been used since Windows 7 by storing a special SLIC table (Software Licensing Description Table) in the motherboard BIOS. The OEM vendor certificate, Windows edition, and product key are hard-coded into this table. This allows pre-installed Windows to be automatically activated (including offline scenarios).
On modern computers, Windows 10/11 product keys (OEM Embedded Keys) are written into UEFI by the manufacturer.

This is common on OEM devices that come with a specific edition of Windows pre-installed. The Windows installer looks for the SLIC table or OEM key in the UEFI (BIOS), detects the edition embedded there and automatically starts to install that edition.

This usually happens on devices with Windows Home edition preinstalled. To make the Windows installer ignore the embedded OS version information in the UEFI/BIOS, create the following ei.cfg text file in the sources directory on the installation USB flash drive:

[EditionID]
[Channel]
Retail

Edit ei.cfg file to allow choose Windows edition during setup

If you run Windows Setup from this flash drive now, a standard menu will appear, allowing you to select the edition of Windows you want to install. The product key embedded in the UEFI (BIOS) will be ignored.

To always install Windows Pro Edition automatically, update the ei.cfg file as follows:

[EditionID]
Professional
[Channel]
Retail

Configuration options available in the EI.cfg file:

  • EditionID — edition identifier (possible values ​​areHome, Professional, Enterprise, Education)
  • Channel — specifies the type of Windows license to be used during installation (OEM, Retail, or Volume).
  • VL — whether a volume (corporate) licensing channel is being used ( 1 – if volume licensing is used, 0 – if not)
2 comments
2
Facebook Twitter Google + Pinterest
Windows 10Windows 11
previous post
How to Disable HP Printer Status Notification Pop-Ups
next post
Collecting Windows and Active Directory Event Logs with Graylog

Related Reading

Create a Custom Windows Image with Pre-installed Apps

February 28, 2024

Upgrading to Windows 11 on Unsupported Hardware

March 6, 2024

How to Assign (Passthrough) a Physical GPU to...

June 11, 2024

Configuring RemoteApps Hosted on Windows 10/11 (without Windows...

January 25, 2025

Disable BitLocker Automatic Drive Encryption in Windows 11

October 16, 2024

Enable Hyper-V on Windows 10/11 Pro and Home...

August 12, 2024

Fix: Your IT Administrator Has Limited Access to...

March 22, 2024

Disable and Completely Remove Widgets from Taskbar in...

September 26, 2024

2 comments

Bernard March 6, 2025 - 9:41 pm

That info is quite helpful. ei.cfg has now been added to my ‘install’ USB sticks.

Reply
Makolson March 18, 2025 - 1:10 pm

Thank you so much. Remember the answer file override ei.cfg, you need add:

true

XXXX-XXXX-XXXX-XXXX-XXXX
Always

for show the UI select edition.

Reply

Leave a Comment Cancel Reply

join us telegram channel https://t.me/woshub
Join WindowsHub Telegram channel to get the latest updates!

Recent Posts

  • Failed to Open the Group Policy Object on a Computer

    June 2, 2025
  • Remote Desktop Printing with RD Easy Print Redirection

    June 2, 2025
  • Disable the Lock Screen Widgets in Windows 11

    May 26, 2025
  • Configuring Windows Protected Print Mode (WPP)

    May 19, 2025
  • Map a Network Drive over SSH (SSHFS) in Windows

    May 13, 2025
  • Configure NTP Time Source for Active Directory Domain

    May 6, 2025
  • Cannot Install Network Adapter Drivers on Windows Server

    April 29, 2025
  • Change BIOS from Legacy to UEFI without Reinstalling Windows

    April 21, 2025
  • How to Prefer IPv4 over IPv6 in Windows Networks

    April 9, 2025
  • Load Drivers from WinPE or Recovery CMD

    March 26, 2025

Follow us

  • Facebook
  • Twitter
  • Telegram
Popular Posts
  • Upgrading to Windows 11 on Unsupported Hardware
  • Create a Custom Windows Image with Pre-installed Apps
  • How to Assign (Passthrough) a Physical GPU to a Hyper-V Virtual Machine
  • How to Copy/Paste to MS Word without Losing Formatting
  • Fix: Windows Update Tab (Button) is Missing from Settings
  • Get Started with Docker on Windows (WSL2) without Docker Desktop
  • Printing from Linux to a Windows Shared Printer
Footer Logo

@2014 - 2024 - Windows OS Hub. All about operating systems for sysadmins


Back To Top