Activate Windows/Office (Run KMS Docker / Install KMS)
What is the Key Management Service (KMS)?
The Key Management Service (KMS) is an activation service that allows organizations to activate systems within their own network, eliminating the need for individual computers to connect to Microsoft for product activation. It does not require a dedicated system and can be easily co-hosted on a system that provides other services.
The Key Management Service (KMS) is an activation service that allows organizations to activate systems within their own network, eliminating the need for individual computers to connect to Microsoft for product activation. It does not require a dedicated system and can be easily co-hosted on a system that provides other services.
Â
This post is to show how to run KMS Docker, How to install KMS and how to use KMS to activate your windows and office software.
Office 2013:https://technet.microsoft.com/zh-cn/library/dn385360.aspx
Office 2010:https://technet.microsoft.com/zh-cn/library/ee624355(v=office.14).aspx
CN Windows:https://docs.microsoft.com/zh-cn/windows-server/get-started/kmsclientkeys
This post is to show how to run KMS Docker, How to install KMS and how to use KMS to activate your windows and office software.
Using KMS Docker
docker pull luodaoyi/kms-server
docker run -d -p 1688:1688 --restart=always --name="kms" luodaoyi/kms-server
Configure Windows System to Use KMS server
Run following commands from an elevated privilege command line window.Â
slmgr /skms ip:1688
If you are using default port 1688, slmgr /skms ip
(slmgr /skms 192.168.2.8)
(slmgr /skms 192.168.2.8)
slmgr /ato
check activation status
slmgr /xpr
You should be able to find the KMS server reference in the following registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform
Look for the KeyManagementServiceName data and this should return your KMS server. Do a ping of this and it should then return you the IP address of the KMS server.
Install KMS on Linux System
Log in as root user
Check port 1688
The script will automatically enable KMS service and add it into reboot start list.
Commands:
Start:/etc/init.d/kms start
Stop:/etc/init.d/kms stop
Restart:/etc/init.d/kms restart
Status:/etc/init.d/kms status
Start:/etc/init.d/kms start
Stop:/etc/init.d/kms stop
Restart:/etc/init.d/kms restart
Status:/etc/init.d/kms status
Uninstall:
Log in as root user
Log in as root user
Collected Windows KeyÂ
Office 2019 & Office 2016:https://docs.microsoft.com/en-us/DeployOffice/vlactivation/gvlksOffice 2013:https://technet.microsoft.com/zh-cn/library/dn385360.aspx
Office 2010:https://technet.microsoft.com/zh-cn/library/ee624355(v=office.14).aspx
CN Windows:https://docs.microsoft.com/zh-cn/windows-server/get-started/kmsclientkeys
En Windows: https://docs.microsoft.com/en-us/windows-server/get-started/kms-client-activation-keys
Install Key which you found from above section (KMS client setup keys)
Activate Windows System
Key can be found from :Â https://itprosec.com/index.php/community/hacking/%e6%90%ad%e5%bb%bakms%e6%9c%8d%e5%8a%a1%e5%99%a8%ef%bc%88docker%ef%bc%89/
C:\Windows\system32>wmic os get caption
Caption
Microsoft Windows Server 2012 R2 Datacenter
C:\Windows\system32>slmgr /skms 132.145.98.41
C:\Windows\system32>slmgr /ipk W3GGN-FT8W3-Y4M27-J84CP-Q3VJ9
C:\Windows\system32>slmgr /ato
C:\Windows\system32>slmgr /xpr
//For Win10 Pro/Edu/Home
PS C:\Windows\system32> slmgr /ipk W269N-WFGWX-YVC9B-4J6C9-T83GX
For Windows 2012 R2 server: slmgr /ipk D2N9P-3P6X9-2R39C-7RTCD-MDVJX
For Windows 10 Enterprise LTSC: slmgr /ipk M7XTQ-FN8P6-TTKYV-9D4CC-J462DFor Windows 11:
run following commands under an administrator account
C:\Windows\system32>wmic os get caption
Caption
Microsoft Windows 11 Pro
C:\Windows\system32>slmgr /ipk W269N-WFGWX-YVC9B-4J6C9-T83GX
C:\Windows\system32>slmgr /skms 192.168.2.8
C:\Windows\system32>slmgr /ato
C:\Windows\system32>slmgr /xpr
For Windows 10:
run following commands under an administrator account
C:\Windows\system32>wmic os get caption
Caption
Microsoft Windows 11 Pro
C:\Windows\system32>slmgr /ipk M7XTQ-FN8P6-TTKYV-9D4CC-J462D
C:\Windows\system32>slmgr /skms 192.168.2.8
C:\Windows\system32>slmgr /ato
C:\Windows\system32>slmgr /xpr
Activate Office
It has to be VOL version.
Found your office installation folder, for 32B version, the location is C:\Program Files (x86)\Microsoft Office\Office16
64B : C:\Program Files\Microsoft Office\Office16
Office16 is Office 2016,Office15 is Office 2013,Office14 is Office 2010。
Found your office installation folder, for 32B version, the location is C:\Program Files (x86)\Microsoft Office\Office16
64B : C:\Program Files\Microsoft Office\Office16
Office16 is Office 2016,Office15 is Office 2013,Office14 is Office 2010。
Open the folder, OSPP.VBS should be in the list.
rum cmd as administrator
rum cmd as administrator
register your KMS server and port:
activate your Office VOL version.Â
Note: KMS activation only valid for 180 days, (6 months). You will need to re-activate it after 6 months. Please make sure your KMS server is up.
No comments