-
关于本脚本
1、本脚本适用于三大 Linux 发行版,其他版本则不支持。
2、KMS 服务安装完成后会加入开机自启动。
3、默认记录日志,其日志位于 /var/log/vlmcsd.log。 -
使用方法
开放1688
端口。
使用root用户登录,运行以下命令:
wget --no-check-certificate https://github.com/teddysun/across/raw/master/kms.sh && chmod +x kms.sh && ./kms.sh
安装完成后,输入以下命令查看端口号 1688 的监听情况
netstat -nxtlp | grep 1688
返回值类似于如下这样就表示 OK 了:
tcp 0 0 0.0.0.0:1688 0.0.0.0:* LISTEN 3200/vlmcsd
tcp 0 0 :::1688 :::* LISTEN 3200/vlmcsd
本脚本安装完成后,会将 KMS 服务加入开机自启动。
-
使用命令:
启动:/etc/init.d/kms start
停止:/etc/init.d/kms stop
重启:/etc/init.d/kms restart
状态:/etc/init.d/kms status
-
卸载方法:
使用 root 用户登录,运行以下命令:
./kms.sh uninstall
-
Windows KMS激活命令:
运行管理员命令提示符
slmgr /ipk xxxxx-xxxxx-xxxxx-xxxxx-xxxxx # [GVLK密钥](http://chyon.cn/7.html)
slmgr /skms 159.122.186.145 #KMS激活服务器地址
slmgr /ato #激活
Windows KMS卸载命令:
运行管理员命令提示符
slmgr /upk
slmgr /ckms
slmgr /rearm
运行完毕后重启。
Office KMS激活命令:
首先确认自己安装的版本是批量版(大客户版)。
运行管理员命令提示符
cd /d C:\Program Files\Microsoft Office\Office16 #cd到Office安装目录
cscript ospp.vbs /inpkey: xxxxx-xxxxx-xxxxx-xxxxx-xxxxx # [GVLK密钥](http://chyon.cn/7.html)
cscript ospp.vbs /sethst: 159.122.186.145 #KMS激活服务器地址
cscript ospp.vbs /act #激活
Office KMS卸载命令:
运行管理员命令提示符
cd /d C:\Program Files\Microsoft Office\Office16 #cd到Office安装目录
cscript ospp.vbs /dstatus #查询
cscript ospp.vbs /unpkey: xxxxx #删除查询到的所有密钥末五位
cscript ospp.vbs /remhst #清除KMS地址信息,恢复初始设置
运行完毕后重启电脑。
请到客户端“主题--自定义配置--valine”中填入ID和KEY