Document

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 14

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\
ProPlus2019VL*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%x"
C:\Program Files\Microsoft Office\Office16>cscript ospp.vbs /inslic:"..\root\
Licenses16\ProPlus2019VL_KMS_Client_AE-ppd.xrm-ms"
Microsoft (R) Windows Script Host Version 5.812
Copyright (C) Microsoft Corporation. All rights reserved.
---Processing--------------------------
Installing Office license: ..\root\licenses16\proplus2019vl_kms_client_ae-ppd.xrm-ms
Office license installed successfully.
---Exiting-----------------------------
C:\Program Files\Microsoft Office\Office16>cscript ospp.vbs /inslic:"..\root\
Licenses16\ProPlus2019VL_KMS_Client_AE-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\proplus2019vl_kms_client_ae-ul-
oob.xrm-ms
Office license installed successfully.
---Exiting-----------------------------
C:\Program Files\Microsoft Office\Office16>cscript ospp.vbs /inslic:"..\root\
Licenses16\ProPlus2019VL_KMS_Client_AE-ul.xrm-ms"
Microsoft (R) Windows Script Host Version 5.812
Copyright (C) Microsoft Corporation. All rights reserved.
---Processing--------------------------
Installing Office license: ..\root\licenses16\proplus2019vl_kms_client_ae-ul.xrm-ms
Office license installed successfully.
---Exiting-----------------------------
C:\Program Files\Microsoft Office\Office16>cscript ospp.vbs /inslic:"..\root\
Licenses16\ProPlus2019VL_MAK_AE-pl.xrm-ms"
Microsoft (R) Windows Script Host Version 5.812
Copyright (C) Microsoft Corporation. All rights reserved.
---Processing--------------------------
Installing Office license: ..\root\licenses16\proplus2019vl_mak_ae-pl.xrm-ms
Office license installed successfully.
---Exiting-----------------------------
C:\Program Files\Microsoft Office\Office16>cscript ospp.vbs /inslic:"..\root\
Licenses16\ProPlus2019VL_MAK_AE-ppd.xrm-ms"
Microsoft (R) Windows Script Host Version 5.812
Copyright (C) Microsoft Corporation. All rights reserved.
---Processing--------------------------
Installing Office license: ..\root\licenses16\proplus2019vl_mak_ae-ppd.xrm-ms
Office license installed successfully.
---Exiting-----------------------------
C:\Program Files\Microsoft Office\Office16>cscript ospp.vbs /inslic:"..\root\
Licenses16\ProPlus2019VL_MAK_AE-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\proplus2019vl_mak_ae-ul-oob.xrm-ms
Office license installed successfully.
---Exiting-----------------------------
C:\Program Files\Microsoft Office\Office16>cscript ospp.vbs /inslic:"..\root\
Licenses16\ProPlus2019VL_MAK_AE-ul-phn.xrm-ms"
Microsoft (R) Windows Script Host Version 5.812
Copyright (C) Microsoft Corporation. All rights reserved.
---Processing--------------------------
Installing Office license: ..\root\licenses16\proplus2019vl_mak_ae-ul-phn.xrm-ms
Office license installed successfully.
---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 /unpkey:6MWKP >nul
C:\Program Files\Microsoft Office\Office16>cscript ospp.vbs /inpkey:NMMKJ-6RK4F-
KMJVX-8D9MJ-6MWKP
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 /sethst:e8.us.to
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: 85dd8b5f-eaa4-4af3-a628-cce9e77c9a03
LICENSE NAME: Office 19, Office19ProPlus2019VL_KMS_Client_AE edition
LICENSE DESCRIPTION: Office 19, VOLUME_KMSCLIENT channel
Last 5 characters of installed product key: 6MWKP

---Exiting-----------------------------
C:\Program Files\Microsoft Office\Office16>
Activate Office manually using KMS license

Right now the Office is activated successfully.

Office 2019 product activated


Method 2: Using batch scripts
This one is not recommended anymore due to the new update of Microsoft.

Step 2.1: Copy the following code into a new text document.
@echo off
title Activate Microsoft Office 2019 (ALL versions) for FREE - MSGuides.com&cls&echo
=====================================================================================
&echo #Project: Activating Microsoft software products for FREE without additional
software&echo
=====================================================================================
&echo.&echo #Supported products:&echo - Microsoft Office Standard 2019&echo -
Microsoft Office Professional Plus 2019&echo.&echo.&(if exist "%ProgramFiles%\
Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles%\Microsoft Office\
Office16")&(if exist "%ProgramFiles(x86)%\Microsoft Office\Office16\ospp.vbs" cd /d
"%ProgramFiles(x86)%\Microsoft Office\Office16")&(for /f %%x in ('dir /b ..\root\
Licenses16\ProPlus2019VL*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%
%x" >nul)&(for /f %%x in ('dir /b ..\root\Licenses16\ProPlus2019VL*.xrm-ms') do
cscript ospp.vbs /inslic:"..\root\Licenses16\%%x" >nul)&echo.&echo
============================================================================&echo
Activating your Office...&cscript //nologo slmgr.vbs /ckms >nul&cscript //nologo
ospp.vbs /setprt:1688 >nul&cscript //nologo ospp.vbs /unpkey:6MWKP >nul&set
i=1&cscript //nologo ospp.vbs /inpkey:NMMKJ-6RK4F-KMJVX-8D9MJ-6MWKP >nul||goto
notsupported
:skms
if %i% GTR 10 goto busy
if %i% EQU 1 set KMS=kms7.MSGuides.com
if %i% EQU 2 set KMS=e8.us.to
if %i% EQU 3 set KMS=e9.us.to
if %i% GTR 3 goto ato
cscript //nologo ospp.vbs /sethst:%KMS% >nul
:ato
echo
============================================================================&echo.&ec
ho.&cscript //nologo ospp.vbs /act | find /i "successful" && (echo.&echo
============================================================================&echo.&ec
ho #My official blog: MSGuides.com&echo.&echo #How it works: bit.ly/kms-
server&echo.&echo #Please feel free to contact me at msguides.com@gmail.com if you
have any questions or concerns.&echo.&echo #Please consider supporting this project:
donate.msguides.com&echo #Your support is helping me keep my servers running 24/7!
&echo.&echo
============================================================================&choice /
n /c YN /m "Would you like to visit my blog [Y,N]?" & if errorlevel 2 exit) || (echo
The connection to my KMS server failed! Trying to connect to another one... & echo
Please wait... & echo. & echo. & set /a i+=1 & goto skms)
explorer "http://MSGuides.com"&goto halt
:notsupported
echo
============================================================================&echo.&ec
ho Sorry, your version is not supported.&echo.&goto halt
:busy
echo
============================================================================&echo.&ec
ho Sorry, the server is busy and can't respond to your request. Please try
again.&echo.
:halt
pause >nul

Create a new text file

Step 2.2: Save the text file as a batch file with .cmd extension. (Eg.
office2019.cmd).
Save the document file
S
et name of batch script

Step 2.3: Run this batch file with admin rights.


Run the script with administrator

rights UAC alert

Step 2.4: Check activation status again.


Your Office is activated successfully

Done! You Office has been activated successfully.

Note: If your PC can not connect to any KMS servers, please try running the
batch file again.

More information:

 Here is KMS client key of Office 2019: NMMKJ-6RK4F-KMJVX-8D9MJ-


6MWKP.
 The KMS license of Office 2019 is valid for 180 days only but it can be
renewed automatically so you neednt worry so much about the period.
If you would have any questions or concerns, please leave your comments. I
would be glad to explain in more details. Thank you so much for all your
feedback and support!

4.9/5 - (1477 votes)

Post Tags:#download latest version of office 2019#free kms license key of office 2019#how to
install microsoft office 2019#microsoft office

Always Smile

I am Guang, a freelancer and a blogger. I'm currently managing KMS system,


MSGuides blog and 2 tech Youtube channels.

→ View all my posts | Support my projects

Post navigation
PREVIOUS

2 ways to activate Windows 10 for FREE without additional software

NEXT

Legal way to use Office 365 totally FREE without paying a dime
Similar Posts
Activating all versions of Windows Server without a product key
Download and use Office 2016 for FREE without a product key
Using Office Deployment Tool to install Office 365/2016/2013
(Multilanguage)
3 Methods to get a free Windows 7 license
Easy ways to activate Windows 11 for FREE without a product key
How to install and use Project / Visio (2016/2019/2021) without
product key
Activating all versions of Windows Server without a product key
Download and use Office 2016 for FREE without a product key
Using Office Deployment Tool to install Office 365/2016/2013
(Multilanguage)
3 Methods to get a free Windows 7 license





Leave a Reply
Your email address will not be published. Required fields are marked *

Comment *

Name *

Email *

Save my name, email, and website in this browser for the next time I comment.

Confirm you are NOT a spammer


2,414 Comments

Comments navigation
Older comments

1. Mion says:
June 20, 2023 at 1:29 AM

Thank you so much for the tutorial!

Reply

2. Afroz says:
June 19, 2023 at 1:16 AM

Can you help me to microsoft office 2021 product activation of


unlicensed key

Reply

3. Dennis says:
June 18, 2023 at 10:29 PM

Thanks this tutorials is great

Reply

4. Edwin Antoo says:


June 18, 2023 at 12:10 AM
When I tried to save the file…..It is telling that there is a virus in the file

Reply

5. Arun says:
June 17, 2023 at 11:27 PM

Thank you so much

Reply

6. Ashraful says:
June 9, 2023 at 2:03 AM

O*G . It works. You are a great scientiest

Reply

7. Lalee says:
June 7, 2023 at 9:18 PM

Amazing! Thank you so so so so so much!

Reply

8. Eranga Nandana. says:


June 6, 2023 at 4:50 AM

Superb! I follow the 2nd Method. It works. Very much appreciate your
tutorial.

Reply
Comments navigation
Older comments

Search for:

RECENT POSTS

 Easy ways to activate Windows 11 for FREE without a product key


 Get Office 2021 for FREE without a product key
 Activating all versions of Windows Server without a product key
 How to install and use Project / Visio (2016/2019/2021) without product
key
 Legal way to use Office 365 totally FREE without paying a dime
 Install and activate Office 2019 for FREE legally using Volume license
CATEGORIES

 Computer Tips

 Microsoft Software Products

© 2023 MS Guides

 About

 Contact

 Privacy Policy

You might also like