Problem
The Microsoft does not provide a way to convert a evaluation version Windows into the standard version, which can be activated with KMS.
Solution
Download the Windwos 10 SKU and unzip the content to C:\Windows\System32\spp\tokens\skus
Click to download Windows-10-SKUs.zip
Save the following script and run with administrative
1 2 3 4 5 6 7 8 9
| 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:\ pause
|
Remember to substitute the product key with the version of your current system (check here).