KMS激活office2013失败:The Software Licensing Service reported that the grace period expired

from–https://www.jianshu.com/p/784bd5eae452

使用kms激活office2013时,有时会出现失败情况,报错:

ERROR CODE: 0xC004F009

ERROR DESCRIPTION: The Software Licensing Service reported that the grace period expired.

解决办法:

使用“管理员身份”运行命令提示符/Windows PowerShell

1.定位到office的安装目录

cd 绝对路径

例如:

PS C:\Windows\system32> cd ‘C:\Program Files\Microsoft Office\Office15’

PS C:\Program Files\Microsoft Office\Office15>

2.查询版本

cscript OSPP.VBS /dstatus

PS C:\Program Files\Microsoft Office\Office15> cscript OSPP.VBS /dstatus

Microsoft (R) Windows Script Host Version 5.812

版权所有(C) Microsoft Corporation。保留所有权利。

—Processing————————–

—————————————

SKU ID: ?????-?????-?????-?????

LICENSE NAME: Office 15, OfficeProPlusVL_KMS_Client edition(具体版本)

LICENSE DESCRIPTION: Office 15, VOLUME_KMSCLIENT channel(RETAIL为零售版,VOLUME为批量授权)

BETA EXPIRATION: 1601/1/1

LICENSE STATUS:  —LICENSED—

REMAINING GRACE: 179 days  (258131 minute(s) before expiring)(序列号有效期剩余天数)

Last 5 characters of installed product key: GVGXT(这个是激活码的后五位, 重点在这里, 这个序列号有效,须保留)

Activation Type Configuration: ALL

DNS auto-discovery: KMS name not available

KMS machine registry override defined: 10.3.0.2:1688

Activation Interval: 120 minutes

Renewal Interval: 10080 minutes

KMS host caching: Enabled

—————————————

—————————————

PRODUCT ID: ?????-?????-?????-?????

SKU ID: ???

LICENSE NAME: Office 16, Office16ProPlusR_Grace edition(具体版本)

LICENSE DESCRIPTION: Office 16, RETAIL(Grace) channel (Retail为零售版,VL为批量授权)

BETA EXPIRATION: 1601/1/1

LICENSE STATUS: —NOTIFICATIONS—

ERROR CODE: 0xC004F009

ERROR DESCRIPTION: The Software Licensing Service reported that the grace period expired.

Last 5 characters of installed product key: BTDRB (这个是无效序列号激活码的后五位,需删除的是这个)

—————————————

—————————————

—Exiting—————————–

3.当出现多个版本时,删除无效的序列号

cscript ospp.vbs /unpkey:XXXXX(XXXXX代表已安装序列号的最后五位字符)

例如:

PS C:\Program Files\Microsoft Office\Office15> cscript ospp.vbs /unpkey:BTDRB

上一篇
下一篇