wtuyss 发表于 2017-6-28 11:46:11

Linux下搭建Windows KMS服务器

  这几天微软发布了Windows 10 RedStone 1 Build 14390, 于是我第一时间下载进行了试用。和之前那种不激活也没有任何异样不同,现在的版本如果不激活有些功能就受限了,比如你无法调整任务栏大小等。于是Google了下解决方案,记录如下:
  1. 下载vlmcsd(http://forums.mydigitallife.info/threads/50234-Emulated-KMS-Servers-on-non-Windows-platforms),然后解压(p7zip-full)
  2. 在树莓派上直接运行/home/pi/vlmcsd/binaries/Linux/arm/little-endian/glibc/vlmcsd-armv6hf-Raspberry-glibc
  (For x64 desktop: /home/pi/vlmcsd/binaries/Linux/intel/glibc/vlmcsd-x64-glibc)
  3. 在Windows客户端上依次执行下列命令:
  slmgr.vbs -upk
slmgr.vbs -ipk DCPHK-NFMTC-H88MJ-PFHPY-QJ4BJ
slmgr.vbs -skms 192.168.1.150
slmgr.vbs -ato
slmgr.vbs -dlv


页: [1]
查看完整版本: Linux下搭建Windows KMS服务器