Windows Edition During Installation problem
Selecting Windows Edition During Installation with ei.cfg
Introduction
When installing Windows, you may want to choose a specific edition from multiple options available. If you are using a USB drive for installation and want to ensure that the edition selection screen appears, you can achieve this by creating a specific configuration file.
Creating the ei.cfg File
To enable the edition selection screen during Windows installation, follow these steps:
1. Prepare Your Installation Media
Ensure you have a bootable USB drive with the Windows installation files.
2. Create the ei.cfg File
- Open a text editor (such as Notepad).
Enter the following content into the editor:
1 2 3 4
[EditionID] Professional [Channel] Retail
- Save the file as
ei.cfg.
3. Place the ei.cfg File in the Correct Location
- Navigate to the
Sourcesfolder on your USB drive. - Copy the
ei.cfgfile you created and place it in theSourcesfolder.
4. Boot from the USB Drive
- Restart your computer and boot from the USB drive.
- Follow the installation prompts. You should now see the Windows edition selection screen.
Conclusion
By creating and placing an ei.cfg file with the appropriate content, you can control the Windows edition selection during installation. This can be useful for various deployment scenarios or if you need to ensure a specific edition is chosen.
Troubleshooting
- File Not Recognized: Ensure the file is named exactly
ei.cfgand is placed in theSourcesfolder. - No Edition Selection: Verify that the installation media is not customized in a way that prevents edition selection.
References
This post is licensed under CC BY 4.0 by the author.