How to get Microsoft Office 2019 for free legally

We are all (hopefully) familiar with the programs included with Microsoft Office. Word, Excel, PowerPoint, Outlook, OneNote.  For those of us who have used them, we know that they are amazing. But then why are you reading this? You already have experienced the amazing power of Office. But you might have Office in your school and want to have it on your home computer. In that case, or any other case, read this!
First step, go to This Microsoft Office Downloader and download the tool. It's about seven megabytes. It does not require administrative privileges, however, later on you will need those privileges. This is what the site looks like.



Open the app and in the top right corner, select office (1). Then select office 2019 (2), then select the version and language. (3) Then click download. The file is about 3.5 Gigabytes, so make sure you have enough space. Now is a great time to use a download manager/accelerator, such as Download Accelerator Plus.
Now that you've downloaded the ISO file, you're going to need to extract it. There are many ways to do this, but I use 7-Zipa free and open-source file archiver and extractor. So get that installed, or use a different extractor. When you have finished that, run the setup executable. Install Office as normal, but don't open any of the Office apps yet. Now we're going to use a batch file to activate Office. Here is the code.
@echo off
title Activate Microsoft Office 2019 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 2019&echo - Microsoft Office Professional Plus 2019&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\ProPlus2019VL*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x" >nul)&(for /f %%x in ('dir /b ..\root\Licenses16\ProPlus2019VL*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x" >nul)&echo.&echo ============================================================================&echo Activating your Office...&cscript //nologo slmgr.vbs /ckms >nul&cscript //nologo ospp.vbs /setprt:1688 >nul&cscript //nologo ospp.vbs /unpkey:6MWKP >nul&cscript //nologo ospp.vbs /inpkey:NMMKJ-6RK4F-KMJVX-8D9MJ-6MWKP >nul&set i=1
:server
if %i%==1 set KMS=kms7.MSGuides.com
if %i%==2 set KMS=kms8.MSGuides.com
if %i%==3 set KMS=kms9.MSGuides.com
if %i%==4 goto notsupported
cscript //nologo ospp.vbs /sethst:%KMS% >nul&echo ============================================================================&echo.&echo.
cscript //nologo ospp.vbs /act | find /i "successful" || (echo The connection to the KMS server failed! Trying to connect to another one... & echo Please wait... & echo. & echo. & set /a i+=1 & goto server)
:notsupported
echo.&echo ============================================================================&echo Sorry! Your version is not supported.&echo Please try installing the latest version here: bit.ly/aiomsp
:halt
pause >nul
To make the batch file, make a new text document by right clicking on an empty space on the desktop and clicking New>Text Document. Then open it, and paste the code. Then click File>Save As and select all files in the dropdown. Then delete the .txt extension in the file name and replace it with .bat. 


Then after saving the file, right click it and select "Run as administrator." Wait a while, and once it has finished, you can open an office app and see that the product is registered. If the registration expires, simply run the program again.

Now your Office software is successfully activated without any crack or product key. Thanks, guys for reading my blog. If you like it please comment below and if you have any suggestion or problem regarding this blog then you can ask me through the comments. Thanks Again !!!  

Comments