如何将 Windows 10 Enterprise LTSC 2021 升级到完整版并激活
1.进入此目录 C:\Windows\System32\spp\tokens\skus
2.下载文件并放入此目录中 https://lanying.lanzout.com/ihh1E2bvo5nc
3.你打开cmd(以管理员身份运行)
4.复制以下代码运行就可以了
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
本文出自 蓝鹰博客,转载时请注明出处及相应链接。
本文永久链接: http://www.lanyingblog.com/blog/3178.html