Office 2016 Mac Reset Activation

Free Activation Method of Microsoft Office 2016 without any Software. Supported Microsoft Office Products –Microsoft Office Standard 2016-Microsoft Office Professional Plus 2016. In this tutorial we’ll show you 2 easy ways to change Office 2019 / 2016 product key without re-installing. Method 1: Change Office 2019 / 2016 Product Key from Office Application. Open your Word or Excel application included in your Office 2019 / 2016 suite. Click on the File tab at the top-left. Select the Account tab.

  1. Reset Office 2016
  2. Reset Office Activation Key
One-Click Microsoft Office 2010, 2013 and 2016 Activation
oneclick-office-activation.cmd
@echooff
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 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 /unpkey:CPQVG >nul&cscript //nologo ospp.vbs /inpkey:XQNVK-8JYDB-WJ9W3-YJ8YR-WFG99 >nul&set i=1
:server
if%i%1setKMS_Sev=kms7.MSGuides.com
if%i%2setKMS_Sev=kms8.MSGuides.com
if%i%3setKMS_Sev=kms9.MSGuides.com
if%i%4goto 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 'http://MSGuides.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
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

If you’ve installed your Volume licensed Microsoft Office copy with MAK key and now want to activate it using the corporate KMS server—this article will show you the way on how to do it.

Office 2016 Mac Reset ActivationOffice reset activation state

The Differences Between MAK and KMS Keys

First of all, you need to understand how the MAK Office activation differs from KMS. Microsoft offers two types of activation of its products to corporate customers under the Volume License program—MAK (Multiple Activation Key) and KMS (Key Management Service).

  • MAK — this is the key to activate the Office through contacting Microsoft. Activation can be done automatically via the Internet or by phone. MAK is similar to a regular Windows retail key, which is sold in stores. One MAK key can activate several Office copies in the organization. The limit depends on the type of company license agreement (Open, Select, Enterprise Agreement, and so on);
  • KMS — the key is used only to activate the KMS server, and on all the computers that have installed the same public GVLK key. GVLK is a Microsoft public key unique to each Office/Windows edition, which is used by all corporate customers to activate volume license Office copies on the local KMS server or using the Active Directory Based activation. After installing such a GVLK key, clients automatically discover the KMS server in the domain and are activated on it.

Using OSPP.VBS Script to Manage Office Product Key

To manage the activation of all versions of Microsoft Office (starting from Office 2007) it distro includes a special vbs script—OSPP.VBS (Office Software Protection Platform), which is located in the directory with the MS Office installed. The location of the ospp.vbs file depends on the version of Office and Windows type (32 or 64 bit; see a table below).

READ ALSODeploy MS Office 2016/2019/365 Using Microsoft Deployment Toolkit
Office VersionWindows bitnessPath to OSPP.VBS
Office 201032-bitC:Program FilesMicrosoft OfficeOffice14
Office 201064-bitC:Program Files (x86)Microsoft OfficeOffice14
Office 201332-bitC:Program FilesMicrosoft OfficeOffice15
Office 201364-bitC:Program Files (x86)Microsoft OfficeOffice15
Office 2016/Office 201932-bitC:Program FilesMicrosoft OfficeOffice16
Office 2016/Office 201964-bitC:Program Files (x86)Microsoft OfficeOffice16

To change the MAK key of the installed MS Office copy to KMS, you need to perform the following actions:

Reset Office 2016

  1. Run the elevated cmd and navigate to the Office installation folder (in this example we use the x86 Office 2016 version on the Windows10 x64 desktop);

    Tip1. To run the ospp.vbs script, you must specify the script server cscript executable each time.

    Tip2. In order to not to go into the Office directory with the ospp.vbs utility each time, you can add the path to it to the PATH environment variable: set path=%path%; C:Program Files (x86)Microsoft OfficeOffice16.
    You can verify that the installed Office copy is activated with the KMS key. Run the command cscript OSPP.VBS /dstatus and verify the following lines are listed:

  2. To change the current Office product key, you need to use the following command:

    XXXXX must be replaced with the corresponding GVLK product key from the table below. In this example for Office 2016 Pro Plus, the command to change the KMS key looks like this:

  3. To immediately activate a copy of Office on the KMS server, run the following command:

    The <Product activation successful> line indicates that the KMS server activated this copy of Office.

Note. For successful Office KMS activation, the port 1688 (by default) shouldn’t be blocked between the client, and the KMS server. To allow outgoing traffic on the client, use the following PowerShell command:

On the KMS server, the command must allow incoming traffic on port TCP 1688:

The current status of MS Office activation can be obtained with the command:

As you can see, the result of the command shows that this copy of Office is activated on the KMS server (Office 16, VOLUME_KMSCLIENT channel), and 180 days left until the end of activation (every 7 days the client will automatically renew the activation for another 180 days).

Note. Please note that the activation status is not displayed anywhere in the graphical interface of the Office apps.

In case there is no SRV entry in domain DNS that allows clients to find the KMS server, the address, and port of the KMS server, it can be set manually:

You can also try to find the address and port of the KMS server published in DNS using the

Office 2016 Mac Reset Activation

In the future, you can switch back to the KMS Autodiscover mode of the KMS server through DNS:

The OSPP.VBS script also allows you to control the Office activation on a remote computer over the network, the format of the command is:

KMS (GVLK) Keys for MS Office

This table contains the list of Generic Volume License Key for different Office versions:

MS Office editionKMS Setup Key (GVLK keys)
Office 2019 Professional PlusNMMKJ-6RK4F-KMJVX-8D9MJ-6MWKP
Office 2019 Standard6NWWJ-YQWMR-QKGCB-6TMB3-9D9HK
Office 2016 Professional PlusXQNVK-8JYDB-WJ9W3-YJ8YR-WFG99
Office 2016 StandardJNRGM-WHDWX-FJJG3-K47QV-DRTFM
Office 2013 Professional PlusYC7DK-G2NP3-2QQC3-J6H88-GVGXT
Office 2013 StandardKBKQT-2NMXY-JJWGP-M62JB-92CD4
Office 2010 Professional PlusVYBBJ-TRJPB-QFQRF-QFT4D-H3GVB
Office 2010 StandardV7QKV-4XVVR-XYV4D-F7DFM-8R6BM
AuthorRecent PostsCyril KardashevskyI enjoy technology and developing websites. Since 2012 I'm running a few of my own websites, and share useful content on gadgets, PC administration and website promotion.Office 2016 Mac Reset ActivationLatest posts by Cyril Kardashevsky (see all)
FacebookTwitterWhatsAppTelegramLinkedInEmail

Reset Office Activation Key

This site uses cookies to analyze traffic, personalize your experience and serve ads. By continuing browsing this site, we will assume that you are agree with it.