kebe7jun / linux-kms-server

Linux kms server, activate your windows productions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

linux-kms-server

Linux kms server.

Run

  • With Docker:
$ docker run -it -d -p 1688:1688 kebe/vlmcsd
  • With linux:
$ make
$ ./vlmcsd

Ciente usage:

Note: run cmd with administrator.

  • Windows:
slmgr /upk
slmgr /ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
slmgr /skms YOUR_IP_OR_HOSTNAME
slmgr /ato
  • Office:
CD \Program Files\Microsoft Office\Office16 OR CD \Program Files (x86)\Microsoft Office\Office16
cscript ospp.vbs /sethst:YOUR_IP_OR_HOSTNAME
cscript ospp.vbs /inpkey:xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
cscript ospp.vbs /act
cscript ospp.vbs /dstatusall

About

Linux kms server, activate your windows productions.

License:MIT License


Languages

Language:C 69.4%Language:Shell 19.2%Language:Roff 8.4%Language:Makefile 3.0%