Microsoft Office 2019 is the current version of Microsoft Office, a productivity suite, succeeding Office 2016. It was released to general availability for Windows 10 and for macOS on September 24, 2018. Some features that had previously been restricted to Office 365 subscribers are available in this release. Office 2019 includes many of the features previously published via Office 365, along with improved inking features, LaTeX support in Word, new animation features in PowerPoint including the morph and zoom features, and new formulas and charts in Excel for data analysis.
Notice
We, the team of Ultimate Tech, do not support any kind of piracy. This article is just for educational purpose. I found this content on the internet (References mentioned), so we do not host any illegal content on our servers.
It’s a humble request to readers that do not misuse this content. Piracy is illegal. Respect developers and do not steal stuff.
Prerequisites
- Make sure you are connected to the Internet.
- You must have some basic knowledge about windows and their tools.
Method #1: Activate Microsoft Office 2019 Manually
1. Launch Command Prompt as Admin. You can use a search bar for Command Prompt.
cd /d %ProgramFiles%\Microsoft Office\Office16
If it shows the error “The system can not find the path specified“, then use below command.
cd /d %ProgramFiles(x86)%\Microsoft Office\Office16
3. Type below command to convert your retail license to volume license.
for /f %x in ('dir /b ..\root\Licenses16\ProPlus2019VL*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%x"
4. Now, type below command one by one carefully.
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
All Done 🙂
Click here to see the full transcript that will show in your command prompt.
Method #2: Activate Microsoft Office 2019 via Batch File
This method is not recommendable because Windows Defender detects the scripts as “HackTool:BAT/AutoKMS“. (Check VirusTotal report) However, if you still want to use this method then you can turn off the protection temporary from the Windows Security’s settings.
1. Copy below codes.
@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.&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 contact@ultimatetech.org 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://ultimatetech.org"&goto halt :notsupported echo.&echo ============================================================================&echo Sorry! Your version is not supported.&echo Please try installing the latest version here: http://s.ultimatetech.org/AlhSCF :halt pause >nul
2. Launch Notepad and paste above-copied codes in it.
UltimateTech.cmd
on Desktop.
4. Right Click on the file and run it as administrator.
Extra Infomation
- Here is KMS client key of Office 2019: NMMKJ-6RK4F-KMJVX-8D9MJ-6MWKP.
- The KMS license of Office 2019 is valid for 180 days only but it can be renewed automatically so you don’t need to worry so much about the period.
Please Like, Share and Comment your valuable thoughts 🙂
Thanks for patronizing Ultimate Tech. This post is about, "How to Activate Microsoft Office 2019 for FREE legally? [No Crack Needed]" and last updated on February 21, 2020. I am sure your visit to us must be quite satisfying and in line with your expectations from us. Just in case, it’s not as you expected from us or if you are facing any problem, kindly forward your feedback’s directly to us by leaving a Comment below. And, get assured response from my side. Your feedback’s and suggestions are extremely valuable to us. This Post is written by Harman Singh Hira. There is not any source, if any, then already mentioned so Copying or using this post’s content for your own site is not allowed. If anyone do so, get ready for facing DMCA. Please, if you like this post then share on your social networking sites. Assuring you of our best service always.