KMS服务器激活Windows和Office2013EnterprisePlus

参考了文档 http://wenku.baidu.com/view/0cb2602358fb770bf68a5501.html

Ospp.vbs在Office安装目录,因此必须要先定位到目录;指定KMS服务器地址(HEU_KMS_Activator_CH_v7.6b.exe的目标计算机IP地址);,执行激活命令并查看激活状态。实际测试时没有输入/inpkey一样能够激活,估计安装程序的KMS Key有效,只是缺少KMS服务器罢了。

执行命令如下:

cd "C:\Program Files\Microsoft Office\Office15"

rem cscript ospp.vbs /inpkey:YC7DK-G2NP3-2QQC3-J6H88-GVGXT

cscript ospp.vbs /sethst:192.168.0.127

cscript ospp.vbs /act

cscript ospp.vbs /dstatus

Windows系统激活

Rem Slmgr –ipk XXXXXXXXXXXXXX

Slmgr –skms 192.168.0.127

Slmgr –ato

Slmgr –dlv

Slmgr –dli

执行结果如下:

==================================================================================

C:\Program Files\Microsoft Office\Office15>cscript ospp.vbs /sethst:192.168.0.127

Microsoft (R) Windows Script Host Version 5.8

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

---Processing--------------------------

---------------------------------------

Successfully applied setting.

---------------------------------------

---Exiting-----------------------------

C:\Program Files\Microsoft Office\Office15>cscript ospp.vbs /act

Microsoft (R) Windows Script Host Version 5.8

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

---Processing--------------------------

---------------------------------------

Installed product key detected - attempting to activate the following product:

SKU ID: 4a5d124a-e620-44ba-b6ff-658961b33b9a

LICENSE NAME: Office 15, OfficeProjectProVL_KMS_Client edition

LICENSE DESCRIPTION: Office 15, VOLUME_KMSCLIENT channel

Last 5 characters of installed product key: 2342K

<Product activation successful>

---------------------------------------

Installed product key detected - attempting to activate the following product:

SKU ID: b322da9c-a2e2-4058-9e4e-f59a6970bd69

LICENSE NAME: Office 15, OfficeProPlusVL_KMS_Client edition

LICENSE DESCRIPTION: Office 15, VOLUME_KMSCLIENT channel

Last 5 characters of installed product key: GVGXT

<Product activation successful>

---------------------------------------

Installed product key detected - attempting to activate the following product:

SKU ID: e13ac10e-75d0-4aff-a0cd-764982cf541c

LICENSE NAME: Office 15, OfficeVisioProVL_KMS_Client edition

LICENSE DESCRIPTION: Office 15, VOLUME_KMSCLIENT channel

Last 5 characters of installed product key: RM3B3

<Product activation successful>

---------------------------------------

---------------------------------------

---Exiting-----------------------------

C:\Program Files\Microsoft Office\Office15>cscript ospp.vbs /dstatus

Microsoft (R) Windows Script Host Version 5.8

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

---Processing--------------------------

---------------------------------------

SKU ID: 4a5d124a-e620-44ba-b6ff-658961b33b9a

LICENSE NAME: Office 15, OfficeProjectProVL_KMS_Client edition

LICENSE DESCRIPTION: Office 15, VOLUME_KMSCLIENT channel

BETA EXPIRATION: 1601/1/1

LICENSE STATUS:  ---LICENSED---

REMAINING GRACE: 180 days  (259200 minute(s) before expiring)

Last 5 characters of installed product key: 2342K

Activation Type Configuration: ALL

DNS auto-discovery: KMS name not available

KMS machine registry override defined: 192.168.0.127:1688

Activation Interval: 120 minutes

Renewal Interval: 10080 minutes

KMS host caching: Enabled

---------------------------------------

SKU ID: b322da9c-a2e2-4058-9e4e-f59a6970bd69

LICENSE NAME: Office 15, OfficeProPlusVL_KMS_Client edition

LICENSE DESCRIPTION: Office 15, VOLUME_KMSCLIENT channel

BETA EXPIRATION: 1601/1/1

LICENSE STATUS:  ---LICENSED---

REMAINING GRACE: 180 days  (259200 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: 192.168.0.127:1688

Activation Interval: 120 minutes

Renewal Interval: 10080 minutes

KMS host caching: Enabled

---------------------------------------

SKU ID: e13ac10e-75d0-4aff-a0cd-764982cf541c

LICENSE NAME: Office 15, OfficeVisioProVL_KMS_Client edition

LICENSE DESCRIPTION: Office 15, VOLUME_KMSCLIENT channel

BETA EXPIRATION: 1601/1/1

LICENSE STATUS:  ---LICENSED---

REMAINING GRACE: 180 days  (259200 minute(s) before expiring)

Last 5 characters of installed product key: RM3B3

Activation Type Configuration: ALL

DNS auto-discovery: KMS name not available

KMS machine registry override defined: 192.168.0.127:1688

Activation Interval: 120 minutes

Renewal Interval: 10080 minutes

KMS host caching: Enabled

---------------------------------------

---------------------------------------

---Exiting-----------------------------

C:\Program Files\Microsoft Office\Office15>

KMS服务器激活Windows和Office2013EnterprisePlus的更多相关文章

  1. 自建KMS服务器激活Windows office

    一.KMS服务器环境介绍    操作系统Centos 7.x  Windows Server 也是可以的,此处以Centos7为例安装,使用默认1688端口号 二.服务端安装过程: 1.下载安装包(这 ...

  2. KMS服务器激活WIN方法

    KMS激活的过程简单说就是:欲激活的电脑向KMS服务器请求,KMS服务器做出回应同意激活. KMS激活软件是将KMS服务器用一段代码来模拟,做成一个可执行的程序(即所谓的KMS伺服器).KMS激活软件 ...

  3. KMS服务器软件-windows/OpenWRT-X64版

    软件项目: https://github.com/Wind4/vlmcsd windows版kms服务器 https://files.cnblogs.com/files/SilenceRet/vlmc ...

  4. 使用docker的kms服务器激活office2016专业增强版

    我安装了office2016专业增强版,使用自己搭建的kms激活服务器无法激活,回来使用了一下脚本: 感谢,rainfarm的博主.博客地址:http://blog.sina.com.cn/s/blo ...

  5. kms在线激活windows和office

    本激活,只适用vol版本的windows系统和office 激活windows在windows中使用管理员方式打开cmd命令输入slmgr /skms chongking.com切换kms服务器地址为 ...

  6. KMS服务器激活

    https://blog.csdn.net/weixin_42588262/article/details/81120403 http://kms.cangshui.net/ https://kms. ...

  7. kms可用激活服务器地址|kms可用激活服务器分享

    kms可用激活服务器地址|kms可用激活服务器分享   kms可用激活服务器地址都有哪些呢?使用kms激活服务器激活windows和office是微软提供的激活方式之一.kms激活服务器普遍由个人或企 ...

  8. 使用vlmcsd自建KMS服务~一句命令激活windows/office

    服务作用:在线激活windows和office 适用对象:VOL版本的windows和office 适用版本:截止到win10和office2016的所有版本 服务时间:24H,偶尔更新维护 优点:在 ...

  9. 产品激活 比如Windows激活 , office激活 等激活的原理是什么? KMS等激活工具安全吗?

    什么是密钥管理服务 (KMS)? 密钥管理服务 (KMS) 允许在本地网络上激活产品.这样,单台计算机不必连接至 Microsoft 便可激活产品.需要将一台计算机配置为 KMS 主机.管理员必须为 ...

随机推荐

  1. Binary Tree Postorder Traversal

    Given a binary tree, return the postorder traversal of its nodes' values. For example:Given binary t ...

  2. 用php脚本给html中引用的js和css路径打上版本

    比如 <link rel="stylesheet" type="text/css" href="./css/globel.css"&g ...

  3. 代理模式(Proxy Pattern)

    一.引言 在软件开发过程中,有些对象有时候会由于网络或其他的障碍,以至于不能够或者不能直接访问到这些对象,如果直接访问对象给系统带来不必要的复杂性,这时候可以在客户端和目标对象之间增加一层中间层,让代 ...

  4. [WARNING]考前必读?!

    考试策略很重要. 1)             认真读懂每道题,把题意搞明白,把样例算出来,把题目要求的细节标出. 2)             推出每道题的模型,确定每道题的策略,是部分分还是要全部 ...

  5. multithreading - Reader/Writer Locks in C++

    You Only Need To Note This: only 1 single thread can acquire an upgrade_lock at one time. others are ...

  6. Qt实用小技巧(转)

    原博网址:http://www.cnblogs.com/feiyangqingyun/archive/2010/12/06/1898143.html 1.如果在窗体关闭前自行判断是否可关闭答:重新实现 ...

  7. zend studio 配置 apache服务器事宜

    安装好 zend studio后,配置 apache服务器时,设置 configuration directory时,需选中 xampp\apache里面的 conf 文件夹,即完整的路径为: *\x ...

  8. 【转载】 Java 7之基础 - 强引用、弱引用、软引用、虚引用

    原文地址:http://blog.csdn.net/mazhimazh/article/details/19752475 1.强引用(StrongReference) 强引用是使用最普遍的引用.如果一 ...

  9. SSH框架简化(struts2+spring+hibernate)

    目的: 通过对ssh框架有了基础性的学习,本文主要是使用注解的方式来简化ssh框架的代码编写. 注意事项: 1.运行环境:Windows 8-64位,Eclipse(开发工具),jdk1.8.0_91 ...

  10. HashMap 与 HashTable的区别

    1.HashTable的方法是同步的,HashMap未经同步,所以在多线程场合要手动同步HashMap这个区别就像Vector和ArrayList一样.可以用synchronized实现HashMap ...