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.
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
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.)
Step 3
Open the Command Prompt (CMD) as an administrator.
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:\
echoStep 4
Reset Windows 10 to complete the upgrade.
Done.
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
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
Step 3
Open the Command Prompt (CMD) as an administrator.
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:\
echoStep 4
Reset Windows 10 to complete the upgrade to the full version.
Done.