如何使用KMS

醉、倾城...WindowsWindowsKMS小于 1 分钟

KMS服务地址

kms.hestudio.org

使用方法

激活Windows/Windows Server

  • 设置KMS地址为heStudio的KMS服务
slmgr.vbs /skms kms.hestudio.org
  • 设置GVLK代码
slmgr.vbs /ipk xxxxx-xxxxx-xxxxx-xxxxx-xxxxx

相关信息

Windows和Windows Server的GVLK代码可以在这里获取:https://docs.microsoft.com/zh-cn/windows-server/get-started/kms-client-activation-keysopen in new window

  • 激活Windows/Windows Server
slmgr.vbs /ato

激活Office

注意

这里的教程仅适用于Office 2016以后的版本,早于此版本的Office仍然可以使用这个KMS服务,但是这里不提供相关资料,需要自行摸索。

  • 首先先找到ospp.vbs,如果你是32位的电脑系统或者安装了64位版本的64位计算机,那么ospp.vbs就在C:\Program Files\Microsoft Office\Office16\文件夹内;如果是64位的计算机安装了32位的系统,那么它应该在C:\Program Files (x86)\\Microsoft Office\Office16\
  • 设置KMS地址为heStudio的KMS服务
cscript ospp.vbs /sethst:kms.hestudio.org
  • 设置GVLK代码
cscript ospp.vbs /inpkey:xxxxx-xxxxx-xxxxx-xxxxx-xxxxx

相关信息

Office的GVLK代码可以在这里获取:https://docs.microsoft.com/zh-cn/deployoffice/vlactivation/gvlksopen in new window

  • 激活Office
cscript ospp.vbs /act
你认为这篇文章怎么样?
  • 0
  • 0
  • 0
  • 0
  • 0
  • 0
评论
  • 按正序
  • 按倒序
  • 按热度