Skip to content

Linux kms server, activate your windows productions.

License

Notifications You must be signed in to change notification settings

snobalfyte/linux-kms-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 69.3%
  • Shell 19.2%
  • Roff 8.4%
  • Makefile 3.0%
  • Dockerfile 0.1%