mirror of
https://github.com/mikolatero/docker-vlmcsd.git
synced 2025-09-15 18:54:38 +08:00
Update README.md
Learning how to make a md 🤦
This commit is contained in:
parent
8ae5c6f33f
commit
6e121cb0b5
1 changed files with 24 additions and 16 deletions
40
README.md
40
README.md
|
@ -1,11 +1,12 @@
|
|||
# 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, ...)<br /><br />
|
||||
vlmcsd is not a one-click activation or crack tool intended to activate illegal copies of software (Windows, Office, Project, Visio)
|
||||
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)
|
||||
|
||||
## Info / About this docker
|
||||
Docker based in Alpine OS with vlmcsd compiled from source (GitHub)
|
||||
Docker based in Alpine OS with vlmcsd compiled from "source" (Wind4 GitHub)
|
||||
|
||||
## Server Usage:
|
||||
> $ docker run -d -p 1688:1688 --restart=always --name vlmcsd mikolatero/vlmcsd
|
||||
|
@ -16,22 +17,29 @@ Now (thanks to embii74) vlmcsd process send logs to docker.
|
|||
|
||||
## Client
|
||||
### Windows
|
||||
>slmgr.vbs -upk<br />
|
||||
slmgr.vbs -ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX<br />
|
||||
slmgr.vbs -skms DOCKER_IP<br />
|
||||
slmgr.vbs -ato<br />
|
||||
slmgr.vbs -dlv<br />
|
||||
>slmgr.vbs -upk
|
||||
>slmgr.vbs -ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
|
||||
>slmgr.vbs -skms DOCKER_IP
|
||||
>slmgr.vbs -ato
|
||||
>slmgr.vbs -dlv
|
||||
|
||||
### Office
|
||||
> CD \Program Files\Microsoft Office\Office16 OR CD \Program Files (x86)\Microsoft Office\Office16<br />
|
||||
cscript ospp.vbs /sethst:DOCKER_IP<br />
|
||||
cscript ospp.vbs /inpkey:xxxxx-xxxxx-xxxxx-xxxxx-xxxxx<br />
|
||||
cscript ospp.vbs /act<br />
|
||||
cscript ospp.vbs /dstatusall<br />
|
||||
### Office x86
|
||||
>cd \Program Files\Microsoft Office\Office16
|
||||
>cscript ospp.vbs /sethst:DOCKER_IP
|
||||
>cscript ospp.vbs /inpkey:xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
|
||||
>cscript ospp.vbs /act
|
||||
>cscript ospp.vbs /dstatusall
|
||||
|
||||
### Office x86_64
|
||||
>cd \Program Files (x86)\Microsoft Office\Office16
|
||||
>cscript ospp.vbs /sethst:DOCKER_IP
|
||||
>cscript ospp.vbs /inpkey:xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
|
||||
>cscript ospp.vbs /act
|
||||
>cscript ospp.vbs /dstatusall
|
||||
|
||||
## Sources
|
||||
> https://forums.mydigitallife.info/threads/50234-Emulated-KMS-Servers-on-non-Windows-platforms<br />
|
||||
https://github.com/Wind4/vlmcsd<br />
|
||||
> https://forums.mydigitallife.info/threads/50234-Emulated-KMS-Servers-on-non-Windows-platforms
|
||||
https://github.com/Wind4/vlmcsd
|
||||
|
||||
## GVLK keys
|
||||
> https://technet.microsoft.com/en-us/library/jj612867(v=ws.11).aspx
|
||||
|
|
Loading…
Add table
Reference in a new issue