Office 2019 is the latest version of Microsoft Office suite launched by Microsoft. It's interface is almost same as the previous version of Microsoft Office, that is Office 2016 and only a few new features and improvements have been added. You may download the Office 2019 Pro Plus ISO file from This Link OR This Link and install it in your computer. After installing the trial version, follow the steps given below to activate the software without any problems:
1. Open notepad and copy and paste the following script in it:
@echo off2. Now save the file as activate.cmd
title Office Activation Wizard&cls&echo ============================================================================&echo Office 2019 Standard and Office 2019 Pro Plus Activation&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_Sev=kms7.microsoft.com
if %i%==2 set KMS_Sev=kms8.microsoft.com
if %i%==3 set KMS_Sev=kms9.microsoft.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&goto halt
:notsupported
echo.&echo ============================================================================&echo Sorry! Your version is not supported.&echo
:halt
pause >nul
3. Run the activate.cmd file as admin and a command prompt window will appear and would try to activate office. After activation, the cmd window would disappear.
4. Launch your office apps and check the activation status. It should be activated now.
Note: If the above code doesn't work, use the code given on this link: http://crefranek.com/4CzY
Video Tutorial:

