To activate Windows 10 using the Installation ID, you need to follow these steps:
- Open an elevated Command Prompt: You can do this by searching for "cmd" in the Start menu, right-clicking on Command Prompt, and selecting "Run as administrator".
- Run the command to get the Installation ID: Use the following command, replacing
<Activation ID>with the actual ESU Activation ID you have:
This will display the Installation ID.slmgr.vbs /dti <Activation ID> - Call the Microsoft Licensing Activation Center: Use the Installation ID to call the Microsoft Licensing Activation Center for your region. They will guide you through the process to obtain the Confirmation ID.
- Activate with the Confirmation ID: Once you have the Confirmation ID, run the following command in the elevated Command Prompt, replacing
<Confirmation ID>with the ID you received:slmgr.vbs /atp <Confirmation ID> <Activation ID> - Verify the activation: To check if Windows 10 is activated, you can run:
This will show the license status and confirm if it is licensed.slmgr.vbs /dlv
These steps will help you activate Windows 10 using the Installation ID and Confirmation ID.