Upgrade Windows 10 Evaluation to Full Version

You have installed the Windows 10 Evaluation version and want to switch to the full version? In this guide, we will show you step by step how to perform the upgrade.

How-to-Upgrade-Windows-10-Evaluation-to-Full-Version.jpg

Case 1: Upgrade from Windows 10 Enterprise Evaluation to Windows 10 Enterprise

Step 1

Press Win + R to open the Run window.

Then enter the following path:

C:\Windows\System32\spp\tokens\skus

RUNPROGRAMM.png

Step 2

Download the new Windows 10 Enterprise SKUs:

Then extract the downloaded file and copy the contents to the following directory:

C:\Windows\System32\spp\tokens\skus

(This is the directory you already opened in Step 1.)

Verzeichnis.png

Step 3

Open the Command Prompt (CMD) as an administrator.

CMD.png

Then copy the following commands and execute them one by one:

cscript.exe %windir%\system32\slmgr.vbs /rilc
cscript.exe %windir%\system32\slmgr.vbs /upk >nul 2>&1
cscript.exe %windir%\system32\slmgr.vbs /ckms >nul 2>&1
cscript.exe %windir%\system32\slmgr.vbs /cpky >nul 2>&1
cscript.exe %windir%\system32\slmgr.vbs /ipk M7XTQ-FN8P6-TTKYV-9D4CC-J462D
sc config LicenseManager start= auto & net start LicenseManager
sc config wuauserv start= auto & net start wuauserv
clipup -v -o -altto c:\
echo

Step 4

Reset Windows 10 to complete the upgrade.

Done.

Upgrade-Windows-10-Pro-to-Enterprise.png

Case 2: Upgrade from Windows 10 Enterprise LTSC 2019 Evaluation to Windows 10 Enterprise LTSC 2019

Step 1

Press Win + R to open the Run window.

Then enter the following path:

C:\Windows\System32\spp\tokens\skus

RUNPROGRAMM.png

Step 2

Download the new Windows 10 Enterprise LTSC 2019 SKUs.

Extract the downloaded file and then copy the contents to the following directory:

C:\Windows\System32\spp\tokens\skus

Verzeichnis.png

Step 3

Open the Command Prompt (CMD) as an administrator.

CMD.png

Then execute the following commands:

cscript.exe %windir%\system32\slmgr.vbs /rilc
cscript.exe %windir%\system32\slmgr.vbs /upk >nul 2>&1
cscript.exe %windir%\system32\slmgr.vbs /ckms >nul 2>&1
cscript.exe %windir%\system32\slmgr.vbs /cpky >nul 2>&1
cscript.exe %windir%\system32\slmgr.vbs /ipk M7XTQ-FN8P6-TTKYV-9D4CC-J462D
sc config LicenseManager start= auto & net start LicenseManager
sc config wuauserv start= auto & net start wuauserv
clipup -v -o -altto c:\
echo

Step 4

Reset Windows 10 to complete the upgrade to the full version.

Done.

Windows-10-Enterprise-LTSC.png

Was this article helpful?
0 out of 0 found this helpful