KMS 即密钥管理服务,利用它可以批量激活Windows的产品,它是在Windows Vista之后的产品中的一种新型产品激活机制。
vlmcsd - portable open-source KMS Emulator in C
Supported operating systems / run-time environments
- Linux, GNU/Linux, uclibc/Linux, musl/Linux, Android (bionic/Linux), FreeBSD, FreeBSD with glibc (e.g. debian/kFreeBSD), OpenBSD, NetBSD, DragonflyBSD, Solaris, Open Indiana, Dyson, Minix, Darwin, Mac OS, iOS, Windows, Cygwin, WSL, Wine, The Hurd.
Supported CPUs
- x86, arm, mips, PowerPC, Sparc, s390
vlmcsd is
- a replacement for Microsoft’s KMS server
- It contains vlmcs, a KMS test client, mainly for debugging purposes, that also can “charge” a genuine KMS server
- designed to run on an always-on or often-on device, e.g. router, NAS Box, …
- intended to help people who lost activation of their legally-owned licenses, e.g. due to a change of hardware (motherboard, CPU, …)
vlmcsd is not
- a one-click activation or crack tool
- intended to activate illegal copies of software (Windows, Office, Project, Visio)
这个项目的地址为Emulated KMS Servers on non-Windows platforms 更新GitHub地址
下载: Source and binaries: http://rgho.st/8hXKrr9Dd Source only: http://rgho.st/8z9BVlkVC
7zip password is 2017
这里以64位的Linux搭建为例,搭建也很简单:
将下载的文件解压缩后,进入目录
|
|
将目录下的vlmcsd-x64-musl-static 文件 改名为 kms,并复制到/usr/bin
。
修改文件为可执行
|
|
然后直接执行 kms
即可启动服务。
这个服务侦听的端口是1688,可以输入以下命令查看运行状态:
netstat -ap | grep 1688
至此服务器就搭建成功了。
为了方便,我们可以将它加入开机启动列表:
vim /etc/rc.local
然后加入
/usr/bin/kms
保存重启服务器查看效果!
激活
激活Windows7/Windows10专业版为例:
用管理员身份运行命令行
|
|
激活Office2010/Office2013/Office2016: 用管理员身份运行命令行
|
|