Anyone have a Product Key for Microsoft Office 2016?

Notorious P.I.M.P.

Rising Star
Platinum Member
People used to post product keys in the past. I'm looking for one now.

I need a product key for Microsoft Office 2016.

Microsoft Office 2016 came preinstalled on my computer but I need a product key to activate it.

Help a brotha out.
 
the software has an activator for all windows products...you can activate any MS free


Does it activate MS Office through the software or does it give you the Product Key numbers to unlock MS Office with?


I don't want to install software on this computer.
 
No need to buy the program or install a activation key or download a gazillion bastardized parts

FUUUUUUCK THAT

Just run a batch file, only takes a few secs and voila, activated!

What it does is connect to the Key Management Server (KMS) to activate any version of Office. Used the same method (but different batch file of course) to activate windows 10 after downloading 10 from MS website for a friend of a friend that needed an OS on her wiped clean laptop.

Code:
https://msguides.com/microsoft-software-products/download-use-office-2016-free-without-product-key.html
 
No need to buy the program or install a activation key or download a gazillion bastardized parts

FUUUUUUCK THAT

Just run a batch file, only takes a few secs and voila, activated!

What it does is connect to the Key Management Server (KMS) to activate any version of Office. Used the same method (but different batch file of course) to activate windows 10 after downloading 10 from MS website for a friend of a friend that needed an OS on her wiped clean laptop.

Code:
https://msguides.com/microsoft-software-products/download-use-office-2016-free-without-product-key.html

Interesting......
 
No need to buy the program or install a activation key or download a gazillion bastardized parts

FUUUUUUCK THAT

Just run a batch file, only takes a few secs and voila, activated!

What it does is connect to the Key Management Server (KMS) to activate any version of Office. Used the same method (but different batch file of course) to activate windows 10 after downloading 10 from MS website for a friend of a friend that needed an OS on her wiped clean laptop.

Code:
https://msguides.com/microsoft-software-products/download-use-office-2016-free-without-product-key.html
Alright fam i need you to break this down for a slow nigga like myself cuz 1 of my chicks just asked yesterday did i have a key for this. How does this work. I wanna just be able to shoot her that link and give her a couple steps
 
Alright fam i need you to break this down for a slow nigga like myself cuz 1 of my chicks just asked yesterday did i have a key for this. How does this work. I wanna just be able to shoot her that link and give her a couple steps

No prob

Step 1: highlight and copy the following code

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 /inpkey:XQNVK-8JYDB-WJ9W3-YJ8YR-WFG99 >nul&set i=1
:server
if %i%==1 set KMS_Sev=kms4.MSGuides.com
if %i%==2 set KMS_Sev=kms5.MSGuides.com
if %i%==3 set KMS_Sev=kms6.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 "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/getmsps
:halt
pause

Step 2: Right-click the desktop to create a new text document:

office-2016-for-free-6.png


Step 3: Paste the code into the text file. Then save it as a batch file (named “1click.cmd”) and save to desktop to keep it simple

office-2016-for-free-7.png



office-2016-for-free-8.png




Step 4: Right-click the newly created batch file then select Run as Administrator:

office-2016-for-free-9.png






Step 6: Wait for the commands to execute to find a legit product key then activate:


office-2016-for-free-10.png




Done!
office-2016-for-free-11.png



Lastly, delete the batch file created
 
Also, you hay have to run the batch file a couple times for it to activate (depends on the availability of keys on the server at the time)

When I used this method (different batch file code of course) for windows 10, it worked on the 1st attempt in less than a minute. That was after downloading windows 10 to a flash drive from Microsoft's website.
 
No prob

Step 1: highlight and copy the following code

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 /inpkey:XQNVK-8JYDB-WJ9W3-YJ8YR-WFG99 >nul&set i=1
:server
if %i%==1 set KMS_Sev=kms4.MSGuides.com
if %i%==2 set KMS_Sev=kms5.MSGuides.com
if %i%==3 set KMS_Sev=kms6.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 "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/getmsps
:halt
pause

Step 2: Right-click the desktop to create a new text document:

office-2016-for-free-6.png


Step 3: Paste the code into the text file. Then save it as a batch file (named “1click.cmd”) and save to desktop to keep it simple

office-2016-for-free-7.png



office-2016-for-free-8.png




Step 4: Right-click the newly created batch file then select Run as Administrator:

office-2016-for-free-9.png






Step 6: Wait for the commands to execute to find a legit product key then activate:


office-2016-for-free-10.png




Done!
office-2016-for-free-11.png



Lastly, delete the batch file created
You're a scholar and a gentleman fam!!!
 
Bump, looking to activate my Microsoft Office.
I used the instructions above, but it didn't work for me.
 
No prob

Step 1: highlight and copy the following code

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 /inpkey:XQNVK-8JYDB-WJ9W3-YJ8YR-WFG99 >nul&set i=1
:server
if %i%==1 set KMS_Sev=kms4.MSGuides.com
if %i%==2 set KMS_Sev=kms5.MSGuides.com
if %i%==3 set KMS_Sev=kms6.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 "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/getmsps
:halt
pause

Step 2: Right-click the desktop to create a new text document:

office-2016-for-free-6.png


Step 3: Paste the code into the text file. Then save it as a batch file (named “1click.cmd”) and save to desktop to keep it simple

office-2016-for-free-7.png



office-2016-for-free-8.png




Step 4: Right-click the newly created batch file then select Run as Administrator:

office-2016-for-free-9.png






Step 6: Wait for the commands to execute to find a legit product key then activate:


office-2016-for-free-10.png




Done!
office-2016-for-free-11.png



Lastly, delete the batch file created

I gotta try this one day. Thanks for posting.
 
No prob

Step 1: highlight and copy the following code

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 /inpkey:XQNVK-8JYDB-WJ9W3-YJ8YR-WFG99 >nul&set i=1
:server
if %i%==1 set KMS_Sev=kms4.MSGuides.com
if %i%==2 set KMS_Sev=kms5.MSGuides.com
if %i%==3 set KMS_Sev=kms6.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 "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/getmsps
:halt
pause

Step 2: Right-click the desktop to create a new text document:

office-2016-for-free-6.png


Step 3: Paste the code into the text file. Then save it as a batch file (named “1click.cmd”) and save to desktop to keep it simple

office-2016-for-free-7.png



office-2016-for-free-8.png




Step 4: Right-click the newly created batch file then select Run as Administrator:

office-2016-for-free-9.png






Step 6: Wait for the commands to execute to find a legit product key then activate:


office-2016-for-free-10.png




Done!
office-2016-for-free-11.png



Lastly, delete the batch file created
will be checking this out
 
Microsoft office 2016 product keys
are on Ebay and other places for $ 4.oo ----> 10.oo

or Download
5OfPdqdnIimx9062LB7E3TbBIWns85De.png

I just used this 4 days ago,, works Great
 
If you work for any large or small company running on office 365
you can log in to your account on up to 5 machines, that means you can use all your office apps at home.
and as long as you work for the company, your account is good.
 
Back
Top