如果您下载 Windows 10 Enterprise LTSC 2021 评估版,则没有密钥可以激活它。

找到C盘skus文件夹

按win+r输入:C:\Windows\System32\spp\tokens\skus

Snipaste_2022-08-14_13-21-04

激活文件

  1. 下载 Windows 10 Enterprise LTSC 2021 的 SKU:点击下载
  2. 解压复制到skus文件夹下

Snipaste_2022-08-14_13-25-48

CMD运行代码

  1. 管理员身份运行CMD
  2. 复制粘贴代码到cmd,回车
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:\
echo

原文链接