netnr/ kms 2018-11-10 14:16
一键安装KMS服务脚本
#安装
wget --no-check-certificate https://github.com/teddysun/across/raw/master/kms.sh && chmod +x kms.sh && ./kms.sh

#查看端口
netstat -nxtlp | grep 1688

#启动
/etc/init.d/kms start
#停止
/etc/init.d/kms stop
#重启
/etc/init.d/kms restart
#状态
/etc/init.d/kms status

#卸载
./kms.sh uninstall

#Office 2019 & Office 2016
https://docs.microsoft.com/en-us/DeployOffice/vlactivation/gvlks
#Office 2013
https://technet.microsoft.com/zh-cn/library/dn385360.aspx
#Office 2010
https://technet.microsoft.com/zh-cn/library/ee624355(v=office.14).aspx
#Windows
https://docs.microsoft.com/zh-cn/windows-server/get-started/kmsclientkeys

#help
https://teddysun.com/530.html