如何自动将 Microsoft KMS 服务器计数器增加到 Office 产品的阈值以上?

如何自动将 Microsoft KMS 服务器计数器增加到 Office 产品的阈值以上?

KMS 服务器计数器始终低于“激活阈值”,并且手动增加它非常令人沮丧(对于 OS 激活超过 25,对于 Office 激活超过 5)。

C:\Users\Administrator> cscript c:\Windows\System32\slmgr.vbs /dli all | findstr count
 Current count: 5
 Current count: 1
 Current count: 1
 Current count: 1
 Current count: 5
 Current count: 5
 Current count: 1
 Current count: 5
 Current count: 5

有什么解决办法吗?

答案1

py-kms 的客户端可以按照文档说明进行操作这里. 只需向您的 KMS 服务器添加计划任务:

python.exe pykms_Client.py <kms server IP> -m Office2010

相关内容