Microsoft Office 365 Product Key Free 2020

[ad_1]

Microsoft Office 365 includes Microsoft Office, SharePoint Online, Lync Online and Exchange Online combined in a cloud service that is always up to date. Office 365 makes it easier for users to collaborate from anywhere and on any device, with partners inside and outside the company, with high security. This apps will support most popular browsers today such as Firefox, Safari, Chrome. Users of mobile devices such as Android phones, Blackberry phones, iPhone, iPad tablets will also be supported.

Microsoft Office 365 Product Key Free 2020

Microsoft Office 365 Free Download you click here

How to activate Microsoft Office 365 without product key 2020

Method 1: You run commands one by one manually

Step 1: 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.

open-cmd-with-admin-rights

Step 2: Navigate to your Office folder.

If you install your Office in the ProgramFiles folder, the path will be “%ProgramFiles%Microsoft OfficeOffice16” or “%ProgramFiles(x86)%Microsoft OfficeOffice16”. 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 be printed on the screen.

cd /d %ProgramFiles%Microsoft OfficeOffice16
cd /d %ProgramFiles(x86)%Microsoft OfficeOffice16

activate-office-2019-using-manual-method-kms-1

Step 3: You 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 ..rootLicenses16proplusvl_kms*.xrm-ms’) do cscript ospp.vbs /inslic:”..rootLicenses16%x”

activate-office-2016-manually-method-2

Step 4: You use KMS client key to activate your Office 365

You make sure your PC is connected to the internet, then run the following command

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

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

C:Windowssystem32>cd /d %ProgramFiles%Microsoft OfficeOffice16
C:Program FilesMicrosoft OfficeOffice16>cd /d %ProgramFiles(x86)%Microsoft OfficeOffice16
The system cannot find the path specified.
C:Program FilesMicrosoft OfficeOffice16>for /f %x in (‘dir /b ..rootLicenses16proplusvl_kms*.xrm-ms’) do cscript ospp.vbs /inslic:”..rootLicenses16%x”
C:Program FilesMicrosoft OfficeOffice16>cscript ospp.vbs /inslic:”..rootLicenses16ProPlusVL_KMS_Client-ppd.xrm-ms”
Microsoft (R) Windows Script Host Version 5.812
Copyright (C) Microsoft Corporation. All rights reserved.
—Processing————————–
Installing Office license: ..rootlicenses16proplusvl_kms_client-ppd.xrm-ms
Office license installed successfully.
—Exiting—————————–
C:Program FilesMicrosoft OfficeOffice16>cscript ospp.vbs /inslic:”..rootLicenses16ProPlusVL_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: ..rootlicenses16proplusvl_kms_client-ul-oob.xrm-ms
Office license installed successfully.
—Exiting—————————–
C:Program FilesMicrosoft OfficeOffice16>cscript ospp.vbs /inslic:”..rootLicenses16ProPlusVL_KMS_Client-ul.xrm-ms”
Microsoft (R) Windows Script Host Version 5.812
Copyright (C) Microsoft Corporation. All rights reserved.
—Processing————————–
Installing Office license: ..rootlicenses16proplusvl_kms_client-ul.xrm-ms
Office license installed successfully.
—Exiting—————————–
C:Program FilesMicrosoft OfficeOffice16>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 FilesMicrosoft OfficeOffice16>cscript ospp.vbs /unpkey:BTDRB >nul
C:Program FilesMicrosoft OfficeOffice16>cscript ospp.vbs /unpkey:KHGM9 >nul
C:Program FilesMicrosoft OfficeOffice16>cscript ospp.vbs /unpkey:CPQVG >nul
C:Program FilesMicrosoft OfficeOffice16>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 FilesMicrosoft OfficeOffice16>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 FilesMicrosoft OfficeOffice16>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 FilesMicrosoft OfficeOffice16>

Then you check again.

activate-office-2016-manually-method-1

 

Method 2: You use the batch file

Step 1: You copy the code below into a new text document.

@echo off
title Activate Office 365 ProPlus for FREE - MSGuides.com&cls&echo ============================================================================&echo #Project: Activating Microsoft software products for FREE without software&echo ============================================================================&echo.&echo #Supported products: Office 365 ProPlus (x86-x64)&echo.&echo.&(if exist "%ProgramFiles%Microsoft OfficeOffice16ospp.vbs" cd /d "%ProgramFiles%Microsoft OfficeOffice16")&(if exist "%ProgramFiles(x86)%Microsoft OfficeOffice16ospp.vbs" cd /d "%ProgramFiles(x86)%Microsoft OfficeOffice16")&(for /f %%x in ('dir /b ..rootLicenses16proplusvl_kms*.xrm-ms') do cscript ospp.vbs /inslic:"..rootLicenses16%%x" >nul)&(for /f %%x in ('dir /b ..rootLicenses16proplusvl_mak*.xrm-ms') do cscript ospp.vbs /inslic:"..rootLicenses16%%x" >nul)&echo.&echo ============================================================================&echo Activating your Office...&cscript //nologo ospp.vbs /unpkey:WFG99 >nul&cscript //nologo ospp.vbs /unpkey:DRTFM >nul&cscript //nologo ospp.vbs /unpkey:BTDRB >nul&cscript //nologo ospp.vbs /inpkey:XQNVK-8JYDB-WJ9W3-YJ8YR-WFG99 >nul&set i=1
:server
if %i%==1 set KMS_Sev=kms7.MSGuides.com
if %i%==2 set KMS_Sev=kms8.MSGuides.com
if %i%==3 set KMS_Sev=kms9.MSGuides.com
if %i%==4 goto notsupported
cscript //nologo ospp.vbs /sethst:%KMS_Sev% >nul&echo ============================================================================&echo.&echo.
cscript //nologo ospp.vbs /act | find /i "successful" && (echo.&echo ============================================================================&echo.&echo #My official blog: MSGuides.com&echo.&echo #How it works: bit.ly/kms-server&echo.&echo #Please feel free to contact me at [email protected] 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 everyday!&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 server)
explorer "https://getproductkey.net"&goto halt
:notsupported
echo.&echo ============================================================================&echo Sorry! Your version is not supported.&echo Please try installing the latest version here: bit.ly/odt2k16
:halt
pause >nul

Then you create a new text document.

office-365-for-free-6

Step 2: You paste the code into the text file. Then save it as a batch file (named “1click.cmd”).

save-code-365-as-batch-file

save-code-office-365

Step 3: You run the batch file as administrator.

Run-the-batch-file-office-365-as-administrator.

 

Please wait…

office-365-for-free-12

Done! Your Office is activated successfully.

how-to-activate-office-365-proplus-for-free

Then you check the activation status again.

You can watch this video to know How to activate Microsoft Office 365 without Product Key in 2020:

Tag: Microsoft Office 365 Product Key Free 2020, microsoft office 365 product key activation, microsoft office 365 product key generator, Microsoft Office 365 license key

Read more:

Sharing is caring!



[ad_2]