Windows 10 Enterprise LTSC 2021 评估版如何激活
网络
时间:2025-09-23 22:34
浏览:
如果您下载 Windows 10 Enterprise LTSC 2021 评估版,则没有密钥可以激活它。需要先转为正式版,然后使用KMS工具激活即可。
第一步:你按 Win + R 打开运行
然后输入:C:\Windows\System32\spp\tokens\skus
第 2 步:您在此处下载 Windows 10 Enterprise LTSC 2021 的 SKU:
然后你解压并复制到 C:\Windows\System32\spp\tokens\skus
第3步:你打开cmd(以管理员身份运行)
然后复制粘贴并运行这些代码,其中写入了新的激活码:
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
到此就升级为正式版了。然后然后再用HEU_KMS_Activator工具激活便可。
编辑:HN007