mirror of
https://github.com/mikolatero/docker-vlmcsd.git
synced 2024-11-10 09:12:51 +08:00
Update README.md
This commit is contained in:
parent
698b9d812a
commit
5043a1a501
1 changed files with 3 additions and 4 deletions
|
@ -1,7 +1,6 @@
|
|||
# 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, ...)
|
||||
> 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)
|
||||
|
||||
|
@ -24,14 +23,14 @@ Now (thanks to embii74) vlmcsd process send logs to docker.
|
|||
>slmgr.vbs -dlv
|
||||
|
||||
### Office x86
|
||||
>cd \Program Files\Microsoft Office\Office16
|
||||
>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
|
||||
|
||||
### Office x86_64
|
||||
>cd \Program Files (x86)\Microsoft Office\Office16
|
||||
>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
|
||||
|
|
Loading…
Reference in a new issue