Giter VIP home page Giter VIP logo

kms-activation-md's Introduction

kms 激活 Windows 和 office 教程

教程截至有效时间: 2019.9.21

相关 GitHub 链接

kms server office 转 vol 工具

工具准备

  1. http://msdn.itellyou.cn/下载镜像并安装原版 Windows 和 office 2019
  2. Python3 (我是 3.7)
  3. 下载上面两个工程
  4. 开干

kms server 环境部署

PS: 不想部署自己 kms 服务器的请跳过这一段(可以使用我的 kms 服务器, 但不保证什么时候会停掉)

注意: 因为链接

I think the problem is "auto-activation" (py-kms / vlmcsd server running on the same PC that should be activated).

所以, 建议部署在有固定 ip 的服务器里, 方式很简单, 开个后台(例如screen), 运行python pykms_Server.py, 运行成功不会有信息提示, 这时部署完成, 暂且放下

Windows10 激活

注意事项:

  1. powershell 或者 cmd 管理员权限运行以下代码:
  2. W269N-WFGWX-YVC9B-4J6C9-T83GXWindows 10 Professional密钥, 见链接
  3. 官方教程链接
  4. 47.245.58.116 为我 kms 服务器 ip, 大家有部署自己服务器的就填对应的 IP 地址, 注意放行 1688 端口(默认, 要修改的 kms server 运行时也要指定端口)
  5. 错误: 0x8007000D 数据无效。, 该错误为在本地部署server程序出现的错误, 理由见链接

依次执行以下代码

cscript.exe slmgr.vbs /upk
cscript.exe //nologo slmgr.vbs /ipk W269N-WFGWX-YVC9B-4J6C9-T83GX
cscript.exe //nologo slmgr.vbs /skms 47.245.58.116:1688.
cscript.exe //nologo slmgr.vbs /ato

看提示, 理论上已经激活成功了 Windows 10 activation

office 2019 激活

此处教程跟官方原版教程不一致, 因为我 office 版本的问题, 需要转 VOL

ERROR DESCRIPTION: The Software Licensing Service reported that the product SKU is not found.错误信息为我按照官方教程配置时发现是 Retail 版本 office, 需要转为 VOL 版本, 见下步骤 1

官方文档链接

  1. 打开 office 转 vol 工具, 右键管理员权限运行Convert-C2R.cmd, 会提示成功换成 VOL

  2. 执行以下代码

cscript.exe //nologo ospp.vbs /sethst:47.245.58.116
cscript.exe //nologo ospp.vbs /setprt:1688
cscript.exe //nologo ospp.vbs /act

这里应该已经提示激活成功了, 看一下激活信息

cscript.exe //nologo ospp.vbs /dstatus

Office 2019 activation

大功告成!

kms-activation-md's People

Contributors

scutjcfeng avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.