Some laptops come with an OEM license key for Windows 10 Home embedded in their BIOS/UEFI.
When you try to reinstall Windows, the setup will automatically pick Home and won’t let you choose other editions such as Pro.
This guide shows you how to bypass that auto-selection and install Windows 10 Pro instead, without needing a valid Pro license upfront.
- A Windows 10 ISO (you can get a legit one from Microsoft directly).
- A USB installer (created with Rufus or Microsoft’s Media Creation Tool).
- Basic file editing skills (Notepad will do).
-
On your bootable USB, go to the
sources
folder. -
Create a text file named
ei.cfg
. -
Paste the following:
[EditionID] Professional [Channel] Retail [VL] 0
# Save as 'Optimize-Windows.ps1' and run:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
.\Optimize-Windows.ps1