Microsoft Office 2016 (often called Office 16) is a version of the Microsoft Office productiveness suite, succeeding each Office 2013 and Office for Mac 2011, and previous Office 2019 for each platforms. It was launched on macOS on 07-09-2015 and on Microsoft Windows on 09-22-2015 for Office 365 subscribers.
What is activation Microsoft Office 2016 ?
This methodology is based on the usage of third-party KMS servers. On this case, will probably be possible to activate with any key. The complete activation procedure is spelled out within the code that works through the command line. Understanding people can see its construction. This script was taken from MS Guides and their KMS server and are used for activation.
Technique 1: You use cmd
script to activate Microsoft Office 2016
Step 1: Temporary disable Windows Defender and AntiVirus. It is needed for they don’t block the Activator.
Step 2: You copy this code into a new text document
@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&cscript //nologo ospp.vbs /inpkey:JNRGM-WHDWX-FJJG3-K47QV-DRTFM >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://getproductkey.net"&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
Step 3: Then create a new text document and paste the above code into the text file. Then you click on “File” => “Save As” to save it as a batch file (named “1click.cmd
”).


Step 4: Run the batch file as administrator.

Step 5: Please wait… ! Check the activation status again.

Also Read : How To Make Money Online: The Ultimate Guide
What to do if this technique didn’t work?
We’re saddened by the truth that this technique didn’t help you. Test once more if your antivirus and windows defender are disabled, if it doesn’t help, attempt activating using the activator KMS Client Key.
Technique 2: Use KMS client key to activate Microsoft Office 2016
First, it’s essential open command prompt with admin rights, then you definitely follow the instruction below step-by-step. You simply copy/paste the commands and don’t forget to hit Enter in order to execute them.
Step 1: You open the placement of the Office put in in your PC
%ProgramFiles%\Microsoft Office\Office16
or %ProgramFiles(x86)%\Microsoft Office\Office16
Step 2: You convert your Office 2016 retail license to volume one
for /f %x in ('dir /b ..\root\Licenses16\proplusvl_kms*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%x"
In case your Office is got from Microsoft, this step is required. Quite the opposite, in case you install Office from a Volume ISO file, that is optional so simply skip it if you’d like.
Step 3: You activate your Office using KMS client key
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
You’ll be able to see the end result and your office 16 is now activated.
Leave Your Comment