侧边栏壁纸

搭建KMS激活工具

2022年11月03日 165阅读 0评论 0点赞
搭建一个一键激活系统脚本工具,快速激活你的操作系统
  • 搭建环境:CentOS Linux release 7.9.2009 (Core)
  • 准备软件:下载最新的vlmcsd项目文件

    搭建过程:

  • 将准备好的软件安装包,上传至服务器并且解压压缩包。我这里上传的目录为:/root/soft/kms/binaries/
  • 如果本机CPU是Intel、64位系统,直接进入cd binaries/Linux/intel/static执行./vlmcsd-x64-musl-static,其他类别CPU和系统进入对应目录执行即可
[root@VM-24-5-centos intel]# cd static/
[root@VM-24-5-centos static]# ll
总用量 852
-rwxr-xr-x 1 lighthouse lighthouse 130907 3月  29 2020 vlmcsdmulti-x64-musl-static
-rwxr-xr-x 1 lighthouse lighthouse 130556 3月  29 2020 vlmcsdmulti-x86-musl-static
-rwxr-xr-x 1 lighthouse lighthouse 130944 3月  29 2020 vlmcsdmulti-x86-musl-static-threads
-rwxr-xr-x 1 lighthouse lighthouse  93851 3月  29 2020 vlmcsd-x64-musl-static
-rwxr-xr-x 1 lighthouse lighthouse  93756 3月  29 2020 vlmcsd-x86-musl-static
-rwxr-xr-x 1 lighthouse lighthouse  94208 3月  29 2020 vlmcsd-x86-musl-static-threads
-rwxr-xr-x 1 lighthouse lighthouse  97659 3月  29 2020 vlmcs-x64-musl-static
-rwxr-xr-x 1 lighthouse lighthouse  97436 3月  29 2020 vlmcs-x86-musl-static
[root@VM-24-5-centos static]# ./vlmcsd-x86-musl-static   

3.检查服务端口1688是否正常开启,并且检查防火墙配置

[root@VM-24-5-centos static]# netstat -ntlp|grep 1688
tcp        0      0 0.0.0.0:1688            0.0.0.0:*               LISTEN      31719/./vlmcsd-x86- 
tcp6       0      0 :::1688                 :::*    
[root@VM-24-5-centos static]# firewall-cmd --zone=public --add-port=1688/tcp --permanent 
success
[root@VM-24-5-centos static]# firewall -cmd --reload

4.设置一下开机自启啦

[root@VM-24-5-centos binaries]# echo "/root/soft/kms/binaries/Linux/intel/static/vlmcsd-x64-musl-static >/dev/null 2>&1" >> /etc/rc.local

检验成功

1.使用管理员权限打开cmd命令提示符

C:\Users\Administrator>slmgr /skms dakaiyun.cn

2.使用如下命令激活系统

C:\Users\Administrator>slmgr /ato

3.查询激活过期时间

C:\Users\Administrator>slmgr /xpr

success

备用脚本

wget --no-check-certificate https://raw.githubusercontent.com/Mr-xn/kms-server-deploy/master/kms-server-deploy.sh && bash kms-server-deploy.sh
0

—— 评论区 ——

昵称
邮箱
网址
取消
人生倒计时
最新评论
舔狗日记