Free Microsoft Office 2016 Product Key 2020 100% Working
Microsoft office 2016 is amongst the world’s most widely used text processor. Microsoft Office 2016 activation keys or product key can be used to activate your trial or limited edition of Office 2016 suite. After activating your version of Microsoft office you can avail full features of any of office 2016 applications including Microsoft Word 2016, Excel 2016 , Outlook 2016 and PowerPoint 2016.
Luckily, you can find a free genuine Microsoft Office 2016 product key online. A Microsoft Office 2016 product key activates the software to its premium version. The premium or paid version gives you access to all the editions of Office 2016. This includes Microsoft Word, Excel, Outlook, and PowerPoint.
To download microsoft office 2016 free you visit here
- For Windows 32 bit: You click here
- For Windows 64 bit: You click here
All files are ISO file, so you need to extract them. You visit here to know How to open iso file
How to install Microsoft Office 2016
Step 1: You simply run the setup file (named setup.exe) to install Office on your Windows.
Step 2: You click “I accept the term of this agreement“, then you click Continue
Step 3: You click “Install Now” and wait.
Note: By default, Office will be installed in C:\Program Files.
Done!
How to activate Microsoft Office 2016 without product key
Method 1: You use KMS client key
First, you need to open command prompt with admin rights, then you follow the instruction below step by step. You just copy/paste the commands and do not forget to hit Enter in order to execute them.
Step 1: You open location of the Office installed on your PC
cd /d %ProgramFiles%\Microsoft Office\Office16cd /d %ProgramFiles(x86)%\Microsoft Office\Office16
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 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.
Step 2: You convert your retail license to volume one
for /f %x in (‘dir /b ..\root\Licenses16\ProPlus2019VL*.xrm-ms’) do cscript ospp.vbs /inslic:”..\root\Licenses16\%x
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.
Step 3: You activate your Office using KMS client key
cscript ospp.vbs /setprt:1688
cscript ospp.vbs /unpkey:6MWKP >nul
cscript ospp.vbs /inpkey:NMMKJ-6RK4F-KMJVX-8D9MJ-6MWKP
cscript ospp.vbs /sethst:kms8.msguides.com
cscript ospp.vbs /act
Here is all the text you will get in the command prompt window.
C:\Windows\system32>cd /d %ProgramFiles%\Microsoft Office\Office16C:\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 >nulC:\Program Files\Microsoft Office\Office16>cscript ospp.vbs /unpkey:KHGM9 >nulC:\Program Files\Microsoft Office\Office16>cscript ospp.vbs /unpkey:CPQVG >nulC:\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>
You can see the result
Method 2: You use prewritten batch script
Step 1: Copy the following code into a new text document.
You copy this code:
@echo off title Activate Microsoft Office 2016 ALL versions for FREE!&cls&echo ============================================================================&echo #Project: Activating Microsoft software products for FREE without software&echo ============================================================================&echo.&echo #Supported products:&echo - Microsoft Office Standard 2016&echo - Microsoft Office Professional Plus 2016&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\proplusvl_kms*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x" >nul)&(for /f %%x in ('dir /b ..\root\Licenses16\proplusvl_mak*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%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 /unpkey:CPQVG >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 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 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://toolactivatewindows.com"&goto halt :notsupported echo.&echo ============================================================================&echo Sorry! Your version is not supported.&echo Please try installing the latest version here: bit.ly/downloadmsp :halt pause
Then you create a new text document.
Step 2: You paste the code into the text file. Then save it as a batch file (named “1click.cmd”).
Note : IF you use windows 10, you save it as .bat (named “1click.bat”)
Step 3: You run the batch file as administrator
Please wait…
Done!
You check the activation status again.
You can watch this video to know how to activate Microsoft Office 2016
New features of Office 2016
Windows
New features in the Windows release include the ability to create, open, edit, and save files in the cloud straight from the desktop, a new search tool for commands available in Word, PowerPoint, Excel, Outlook, Access, Visio and Project named “Tell Me”, more “Send As” options in Word and PowerPoint, and co-authoring in real time with users connected to Office Online. Other smaller features include Insights, a feature powered by Bing to provide contextual information from the web, a Designer sidebar in PowerPoint to optimize the layout of slides, new chart types and templates in Excel (such as treemap, sunburst chart (also known as a ring chart), waterfall chart, box plot and histogram, and financial and calendar templates), new animations in PowerPoint (such as the Morph transition), the ability to insert online video in OneNote, and a data loss prevention feature in Word, Excel, and PowerPoint
Mac
New features in the Mac release include an updated user interface that uses ribbons, full support for Retina Display, and new sharing features for Office documents.
Traditional editions
As with previous versions, Office 2016 is made available in several distinct editions aimed towards different markets. All traditional editions of Microsoft Office 2016 contain Word, Excel, PowerPoint and OneNote and are licensed for use on one computer.
Five traditional editions of Office 2016 were released for Windows:
- Home & Student: This retail suite includes the core applications only.
- Home & Business: This retail suite includes the core applications and Outlook.
- Standard: This suite, only available through volume licensing channels, includes the core applications, as well as Outlook and Publisher.
- Professional: This retail suite includes the core applications, as well as Outlook, Publisher and Access.
- Professional Plus: This suite, only available through volume licensing channels, includes the core applications, as well as Outlook, Publisher, Access and Skype for Business.
Retail versions use the Click-to-Run installer. Volume-licensed versions of Office 2016 use Windows Installer (MSI) technology. Some editions like Professional Plus are available in both retail (C2R) and volume (MSI) channels.
Three traditional editions of Office 2016 were released for Mac:
- Home & Student: This retail suite includes the core applications only.
- Home & Business: This retail suite includes the core applications and Outlook.
- Standard: This suite, only available through volume licensing channels, includes the core applications and Outlook.
Tag: Microsoft Office 2016 Product Key 2020
Post a Comment