Windows Activation
Fix & ISO Types
Failed Windows 10 OS activation and a comprehensive guide to differences between Evaluation, Retail/OEM, Volume and LTSC installations.
Failed Windows 10 OS Activation (including LTSC)
Did your Windows have a problem with your purchased license key during installation?
This solution helped and solved the problem with entering the activation key. It is not necessary to run slmgr /upk to uninstall the Product Key. You should only run slmgr /ipk xxxxx-xxxxx-xxxxx-xxxxx-xxxxx-xxxxx.
Here are the commands, executed before slmgr /ipk … :
reg delete “HKCU\Software\Microsoft\WindowsSelfHost” /f
reg delete “HKCU\Software\Policies” /f
reg delete “HKLM\Software\Microsoft\Policies” /f
reg delete “HKLM\Software\Microsoft\Windows\CurrentVersion\Policies” /f
reg delete “HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsStore\WindowsUpdate” /f
reg delete “HKLM\Software\Microsoft\WindowsSelfHost” /f
reg delete “HKLM\Software\Policies” /f
reg delete “HKLM\Software\WOW6432Node\Microsoft\Policies” /f
reg delete “HKLM\Software\WOW6432Node\Microsoft\Windows\CurrentVersion\Policies” /f
reg delete “HKLM\Software\WOW6432Node\Microsoft\Windows\CurrentVersion\WindowsStore\WindowsUpdate” /f
Note: The following addendum explains the difference between Evaluation ISO, Retail/OEM/Volume ISO and LTSC/KMS/MAK, because that is where most activation mistakes occur.
Addendum: Activation of Windows Evaluation ISO installations
This addendum explains an important difference between a normal Windows installation ISO and a Windows Evaluation ISO.
A Windows Evaluation ISO is intended for testing, lab work, compatibility checks, deployment testing and temporary evaluation. It is not the same as a normal Retail, OEM or Volume License installation ISO.
What is a Windows Evaluation ISO?
A Windows Evaluation ISO is a time-limited edition provided for testing. It is commonly available for Windows Enterprise, Windows Enterprise LTSC and Windows Server evaluation scenarios.
Typical examples:
Windows 11 Enterprise LTSC Evaluation
Windows 10 Enterprise Evaluation
Windows 10 Enterprise LTSC Evaluation
Windows Server Standard Evaluation
Windows Server Datacenter Evaluation
Evaluation installations are useful for:
testing software compatibility
testing drivers
testing deployment images
testing enterprise policies
testing Windows Server roles
testing LTSC behavior
lab and virtual machine experiments
They are not intended as a permanent production installation unless they are properly converted or replaced according to Microsoft licensing rules.
Important difference: Evaluation is not normal Retail/OEM
A normal Windows ISO is installed and then activated using a valid license method:
OEM digital license
MAK volume key
KMS activation
subscription activation
digital license linked to hardware or Microsoft account
An Evaluation ISO is different. It contains an evaluation edition with a time-limited license state. Even if activation appears successful in some screens, the installed edition may still remain an evaluation build.
This is why a user can sometimes enter a key or sign in with an enterprise account, but Windows still shows an evaluation watermark or evaluation edition name.
How to Check Edition & Convert Server
How to check if Windows is Evaluation
Open Command Prompt or PowerShell as Administrator.
Check current Windows edition:
If the output contains something like Eval, the installed system is an evaluation edition.
Check detailed activation state:
If the output contains EVAL or shows a time-limited evaluation state, it is an evaluation installation.
Check expiration:
Also check visually:
The winver dialog can show whether the system is Enterprise Evaluation, LTSC Evaluation or another evaluation edition.
Windows 10 / 11 Enterprise Evaluation
Windows Enterprise Evaluation installations are usually time-limited test installations. Microsoft Evaluation Center provides Windows Enterprise evaluation media for testing purposes.
Important: do not assume that entering a normal product key will always convert an Evaluation client installation into a normal non-evaluation Windows installation.
For Windows client editions (Enterprise/LTSC Eval), the clean and safest path is:
2. Download the correct non-evaluation ISO from the proper licensing source.
3. Clean install or perform a supported in-place deployment if available.
4. Activate with the correct license method.
5. Restore applications and user data.
If you need Windows Enterprise or LTSC for production, use the correct non-evaluation installation media from your legitimate licensing source.
Windows Server Evaluation conversion
Windows Server Evaluation is different. Microsoft supports converting Windows Server Standard or Datacenter Evaluation to a retail edition when the target edition is valid.
First check current edition & possible targets:
DISM /online /Get-TargetEditions
Only convert to an edition listed in the target editions output.
Example conversion commands:
DISM /online /Set-Edition:ServerStandard /ProductKey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX /AcceptEula
# Example for Datacenter:
DISM /online /Set-Edition:ServerDatacenter /ProductKey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX /AcceptEula
Replace the X characters with your valid product key.
Important: a Windows Server domain controller running an evaluation edition should not be converted directly. The correct method is to deploy a properly licensed domain controller, migrate roles, and remove the evaluation domain controller.
Activation Limits, Rearm & Correct ISOs
Can I activate Evaluation Windows with slmgr /ipk?
For normal Windows activation, this command installs or replaces the product key:
slmgr /ato
However, on an Evaluation edition this may not be enough. If the edition itself is still Evaluation, activation commands may not remove the evaluation status.
Always check:
slmgr /dlv
slmgr /xpr
winver
If Windows still reports Evaluation, use the correct non-evaluation installation media or an officially supported edition conversion method.
Evaluation expiration behavior
When a Windows Evaluation period expires, the system may show activation warnings, a desktop watermark, a black desktop background or periodic shutdown behavior depending on the product and version.
Do not use an expired Evaluation installation for production work.
Recommended action before expiration:
2. Export configuration if needed.
3. Decide whether the test system should be rebuilt or converted.
4. For Windows Server, check supported DISM conversion target editions.
5. For Windows client Evaluation, prepare proper non-evaluation installation media.
6. Activate using a valid license method.
Correct ISO matters
Many activation problems are caused by installing the wrong ISO. Before installing Windows, decide which edition you really need:
Windows Pro
Windows Enterprise
Windows Enterprise LTSC
Windows IoT Enterprise LTSC
Windows Server Standard
Windows Server Datacenter
Then install the matching non-evaluation ISO if the system is intended for long-term use.
For example:
A Windows Home digital license will not activate Windows Pro.
A KMS client key will not activate without KMS infrastructure.
An Evaluation ISO is not the same as normal licensed installation media.
LTSC Evaluation warning
Windows Enterprise LTSC Evaluation is useful for testing LTSC behavior, driver compatibility and application compatibility.
For long-term production use, install the correct non-evaluation LTSC media and activate with the correct MAK, KMS or volume licensing method.
Do not build a production workstation on an Evaluation ISO and expect it to behave exactly like a properly licensed LTSC installation forever.
Rearm command
The command:
can reset the activation grace period in some scenarios. This is mainly useful for testing and deployment preparation.
Do not treat rearm as a permanent licensing solution.
After running rearm, restart the system:
Recommended safe workflow
2. Run DISM /Online /Get-CurrentEdition.
3. Run slmgr /dlv.
4. Run slmgr /xpr.
5. Check winver.
6. If this is Windows Server Evaluation, check DISM /online /Get-TargetEditions.
7. If target conversion is supported, convert with DISM and a valid key.
8. If this is Windows client Evaluation, prefer reinstalling from the correct non-evaluation ISO.
9. Activate with the correct product key, MAK, KMS, subscription or digital license.
10. Avoid illegal activators, random KMS servers and registry hacks.
Quick Commands & Final Summary
Useful commands
DISM /Online /Get-CurrentEdition
Check possible target editions:
DISM /online /Get-TargetEditions
Detailed activation information:
slmgr /dlv
Activation expiration:
slmgr /xpr
Install product key:
slmgr /ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
Activate online:
slmgr /ato
Rearm grace period:
slmgr /rearm
Restart:
shutdown /r /t 0
Windows version dialog:
winver
Practical examples
Example: check whether installed Windows is Evaluation:
slmgr /dlv
winver
Example: Windows Server Evaluation to Standard, only if listed as a valid target:
DISM /online /Set-Edition:ServerStandard /ProductKey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX /AcceptEula
Example: normal licensed Windows key installation:
slmgr /ato
Final summary
If Windows was installed from an Evaluation ISO, the activation problem may not be caused by the product key. The problem may be the installed edition itself.
For Windows Server, Microsoft provides a supported DISM conversion path for selected Evaluation editions.
For Windows 10 / Windows 11 client Evaluation installations, the cleanest long-term solution is usually to reinstall from the correct non-evaluation ISO and activate with the correct license method.