Skip to content

hadzhioglu/kmsd

 
 

Repository files navigation

To view the documentation cd to the directory containing the distribution
files and type

man man/vlmcsd.8
	to see documentation for vlmcsd

man man/vlmcs.1
	to see documentation for vlmcs

man man/vlmcsd.7
	to see general documentation for kms

If you don't have man, you may also use the .txt, .html and .pdf files
in the man directory


## Client
### Windows
>slmgr.vbs -upk  
>slmgr.vbs -ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX  
>slmgr.vbs -skms DOCKER_IP:PORT  
>slmgr.vbs -ato  
>slmgr.vbs -dlv  

### Office x86
>cd \Program Files (x86)\Microsoft Office\Office16  
>cscript ospp.vbs /sethst:DOCKER_IP  
>cscript ospp.vbs /setprt:PORT  
>cscript ospp.vbs /inpkey:xxxxx-xxxxx-xxxxx-xxxxx-xxxxx  
>cscript ospp.vbs /act  
>cscript ospp.vbs /dstatusall  

### Office x86_64
>cd \Program Files\Microsoft Office\Office16  
>cscript ospp.vbs /sethst:DOCKER_IP  
>cscript ospp.vbs /setprt:PORT  
>cscript ospp.vbs /inpkey:xxxxx-xxxxx-xxxxx-xxxxx-xxxxx  
>cscript ospp.vbs /act  
>cscript ospp.vbs /dstatusall  

## GVLK keys
Windows 10/11 Pro				- W269N-WFGWX-YVC9B-4J6C9-T83GX
Windows 10/11 Enterprise			- NPPR9-FWDCX-D2C8J-H872K-2YT43
Windows Server 2022 Datacenter			- WX4NM-KYWYW-QJJR4-XV3QB-6VM33
Windows Server 2022 Datacenter [Azure Edition]	- NTBV8-9K7Q8-V27C6-M2BTV-KHMXV
Windows Server 2022 Standard			- VDYBN-27WPP-V4HQT-9VMD4-VMK7H
Office LTSC Professional Plus 2021		- FXYTK-NJJ8C-GB6DW-3DYQT-6F7TH

## Sources
> https://forums.mydigitallife.info/threads/50234-Emulated-KMS-Servers-on-non-Windows-platforms  
https://github.com/Wind4/vlmcsd

## GVLK keys
> Windows: https://learn.microsoft.com/en-us/windows-server/get-started/kms-client-activation-keys
> Office: https://learn.microsoft.com/en-us/DeployOffice/vlactivation/gvlks

## Refs:
> https://learn.microsoft.com/en-us/DeployOffice/vlactivation/gvlks?redirectedfrom=MSDN
> https://config.office.com/deploymentsettings
> https://www.microsoft.com/en-us/download/details.aspx?id=49117

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 96.3%
  • Makefile 3.7%