0% found this document useful (0 votes)
2K views4 pages

Activating Your Office 365 Using KMS Client Key

1. The document provides instructions for manually activating Office 365 using a KMS client key in 3 steps: open the command prompt as an administrator, navigate to the Office folder, and run commands to install licensing, input the KMS key, and activate Office. 2. The steps include navigating to the Office folder location, converting the license to volume if needed, inputting the KMS client key, unsetting previous keys, setting the KMS server and port, and running the activation command. 3. The full command prompt output is included to demonstrate successfully installing licensing, inputting the KMS key, setting the KMS server and port, and activating Office with an installed product key.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2K views4 pages

Activating Your Office 365 Using KMS Client Key

1. The document provides instructions for manually activating Office 365 using a KMS client key in 3 steps: open the command prompt as an administrator, navigate to the Office folder, and run commands to install licensing, input the KMS key, and activate Office. 2. The steps include navigating to the Office folder location, converting the license to volume if needed, inputting the KMS client key, unsetting previous keys, setting the KMS server and port, and running the activation command. 3. The full command prompt output is included to demonstrate successfully installing licensing, inputting the KMS key, setting the KMS server and port, and activating Office with an installed product key.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Activating your Office 365 using KMS client key

1. Manual method

Time needed: 1 minute.

Manually activate your Office 365 using KMS client key.

1. Open command prompt as admin.

First, you need to open command prompt with admin rights, then follow the
instruction below step by step. Just copy/paste the commands and do not forget
to hit Enter in order to execute them.

2. Navigate to your Office folder.

If you install your Office in the ProgramFiles folder, the path will be
“%ProgramFiles%\Microsoft Office\Office16” or “%ProgramFiles(x86)%\Microsoft
Office\Office16”. It depends on the architecture of the Windows OS you are
using. If you are not sure of this issue, don’t worry, just run both of the
commands above. One of them will be not executed and an error message will

cd /d %ProgramFiles%\Microsoft Office\Office16
cd /d %ProgramFiles(x86)%\Microsoft Office\Office16

be printed on the screen.


Convert your Office license to volume one if possible.

If your Office is got from Microsoft, this step is required. On the contrary, if you install
Office from a Volume ISO file, this is optional so just skip it if you want.

for /f %x in ('dir /b ..\root\Licenses16\proplusvl_kms*.xrm-ms') do cscript


ospp.vbs /inslic:"..\root\Licenses16\%x"

Use KMS client key to activate your Office

Make sure your PC is connected to the internet, then run the following command.

Here is all the text you will get in the command prompt window.

cscript ospp.vbs /inpkey:XQNVK-8JYDB-WJ9W3-YJ8YR-WFG99


cscript ospp.vbs /unpkey:BTDRB >nul
cscript ospp.vbs /unpkey:KHGM9 >nul
cscript ospp.vbs /unpkey:CPQVG >nul
cscript ospp.vbs /sethst:kms8.msguides.com
cscript ospp.vbs /setprt:1688
cscript ospp.vbs /act
C:\Windows\system32>cd /d %ProgramFiles%\Microsoft Office\Office16
C:\Program Files\Microsoft Office\Office16>cd /d %ProgramFiles(x86)%\Microsoft
Office\Office16
The system cannot find the path specified.
C:\Program Files\Microsoft Office\Office16>for /f %x in ('dir /b
..\root\Licenses16\proplusvl_kms*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%x"
C:\Program Files\Microsoft Office\Office16>cscript ospp.vbs
/inslic:"..\root\Licenses16\ProPlusVL_KMS_Client-ppd.xrm-ms"
Microsoft (R) Windows Script Host Version 5.812
Copyright (C) Microsoft Corporation. All rights reserved.
---Processing--------------------------
Installing Office license: ..\root\licenses16\proplusvl_kms_client-ppd.xrm-ms
Office license installed successfully.
---Exiting-----------------------------
C:\Program Files\Microsoft Office\Office16>cscript ospp.vbs
/inslic:"..\root\Licenses16\ProPlusVL_KMS_Client-ul-oob.xrm-ms"
Microsoft (R) Windows Script Host Version 5.812
Copyright (C) Microsoft Corporation. All rights reserved.
---Processing--------------------------
Installing Office license: ..\root\licenses16\proplusvl_kms_client-ul-oob.xrm-ms
Office license installed successfully.
---Exiting-----------------------------
C:\Program Files\Microsoft Office\Office16>cscript ospp.vbs
/inslic:"..\root\Licenses16\ProPlusVL_KMS_Client-ul.xrm-ms"
Microsoft (R) Windows Script Host Version 5.812
Copyright (C) Microsoft Corporation. All rights reserved.
---Processing--------------------------
Installing Office license: ..\root\licenses16\proplusvl_kms_client-ul.xrm-ms
Office license installed successfully.
---Exiting-----------------------------
C:\Program Files\Microsoft Office\Office16>cscript ospp.vbs /inpkey:XQNVK-8JYDB-WJ9W3-YJ8YR-
WFG99
Microsoft (R) Windows Script Host Version 5.812
Copyright (C) Microsoft Corporation. All rights reserved.
---Processing--------------------------

---Exiting-----------------------------
C:\Program Files\Microsoft Office\Office16>cscript ospp.vbs /unpkey:BTDRB >nul
C:\Program Files\Microsoft Office\Office16>cscript ospp.vbs /unpkey:KHGM9 >nul
C:\Program Files\Microsoft Office\Office16>cscript ospp.vbs /unpkey:CPQVG >nul
C:\Program Files\Microsoft Office\Office16>cscript ospp.vbs /sethst:kms8.msguides.com
Microsoft (R) Windows Script Host Version 5.812
Copyright (C) Microsoft Corporation. All rights reserved.
---Processing--------------------------
Successfully applied setting.
---Exiting-----------------------------
C:\Program Files\Microsoft Office\Office16>cscript ospp.vbs /setprt:1688
Microsoft (R) Windows Script Host Version 5.812
Copyright (C) Microsoft Corporation. All rights reserved.
---Processing--------------------------
Successfully applied setting.
---Exiting-----------------------------
C:\Program Files\Microsoft Office\Office16>cscript ospp.vbs /act
Microsoft (R) Windows Script Host Version 5.812
Copyright (C) Microsoft Corporation. All rights reserved.
---Processing--------------------------
Installed product key detected - attempting to activate the following product:
SKU ID: d450596f-894d-49e0-966a-fd39ed4c4c64
LICENSE NAME: Office 16, Office16ProPlusVL_KMS_Client edition
LICENSE DESCRIPTION: Office 16, VOLUME_KMSCLIENT channel
Last 5 characters of installed product key: WFG99

---Exiting-----------------------------
C:\Program Files\Microsoft Office\Office16>
FINISH YOUR DONE.

You might also like