After a series of preview versions, Microsoft finally came out with an official version of Office 2019. It is stable one, this means you can download and use it right now without worrying about fatal errors which you have gotten in beta versions before. However, I regret to inform that according to the disclosures, Microsoft Office 2019 only works on Windows 10. So if you are using Windows 8.1 or older versions, you will not be able to install it. Honestly, I hate what Microsoft have done to force users to use Windows 10. And I think Office 2016 is still a good choice for casual users at the moment.
Contents [hide]
How to download Office 2019 from Microsoft homepage
If you have an Office 365 subscription, your Office will be upgraded to the latest version automatically without doing anything. However, if you are using Office 2016 or earlier versions, to make sure that Office 2019 will work normally, please uninstall your old version of Office completely before starting a new installation. If you do not have Office 2019 already, just go here to get official download link from Microsoft homepage and select the version you want.
Installing Office 2019 without a product key
After the download process is complete, you will get an image file. Just open it then run the setup file to install Office 2019 on your PC.
This may take a while, please wait.
Upon successful installation, you can open any Office program to verify some basic information.
Just skip the “enter product key” window by clicking close button at the top right corner.
And as you can see, I am using Office Professional Plus 2019 and the trial license will expire in 7 days.
Activating Office 2019 using KMS license key
Step 1: Copy the following code into a new text document.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
| @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_Sev=kms7.MSGuides.com if %i%==2 set KMS_Sev=kms8.MSGuides.com if %i%==3 set KMS_Sev=kms9.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/aiomsp :halt pause >nul |
Step 2: Save the text file as a batch file with .cmd extension. (Eg. office2019.cmd)
Step 3: Run this batch file with admin rights.
Step 4: Done! You Office has been activated successfully. Please check activation status again.
Note: If your PC can not connect to any KMS servers, please try running the batch file again.
Note: If your PC can not connect to any KMS servers, please try running the batch file again.
More information:
- 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 neednt worry so much about the period.
If you would have any questions or concerns, please leave your comments. I would be glad to explain in more details. Thank you so much for all your feedback and support!
0 Comments
Post a Comment