How to activate any Microsoft Office 2019 Version or Edition Free.

How to activate any Office 2019 Version or Edition Free.


What's changed in Office 2019?

The biggest change since Office 2016 is that the installation technology used by the new volume licensed versions of Office is Click-to-Run, instead of Windows Installer (MSI). Click-to-Run has been the installation technology for most Office products since the release of Office 2013.
In addition to Click-to-Run, the following are some other changes that you need to be aware of:
  • Office 2019 is supported on Windows 10 but isn’t supported on Windows 7 or Windows 8.1. For more information, review the system requirements.
  • To configure and perform installations, you use the Office Deployment Tool, which is a free download from the Microsoft Download Center. The Office Customization Tool that you previously used for Windows Installer (MSI) is no longer used.
  • Instead of downloading the installation files from the Volume Licensing Service Center (VLSC), you use the Office Deployment Tool to download the installation files directly from the Office Content Delivery Network (CDN) on the internet.
  • When you install Office Professional Plus 2019, all apps are installed by default. But, you can configure the Office Deployment Tool to exclude certain apps from being installed.
  • Office 2019 is installed on the system drive, which is usually the C:\ drive. The installation location can’t be changed.
  • Updates to Office 2019, such as security updates and bug fixes, can be configured to be automatically downloaded and installed from the Office CDN. Individual downloads for each security update or bug fix aren’t available.

What's stayed the same in Office 2019?

Even though there is a different installation technology, you can still use the same software distribution tools, such as Microsoft Endpoint Configuration Manager, that you currently use to deploy Office. Also, how you activate volume licensed versions of Office – for example, by using Key Management Service (KMS) – remains the same.
The major version of Office 2019 is staying at 16.0, so some additional things are staying the same for those upgrading from Office 2016, including the following:
  • Existing Group Policy settings will continue to work, because the registry location for those settings will still be located in HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Office\16.0 and HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Office\16.0.
  • Other registry locations and settings information that reference 16.0 will still apply.
  • Add-ins and other extensibility solutions that are compatible with Office 2016 will most likely be compatible with Office 2019 or will require only minimal testing.

What are the new features in Office 2019?

For information about the new features in Office 2019, see the “what’s new” articles for AccessExcelOutlookPowerPointProjectVisio, and Word. Office 2019 includes some, but not all, features that are available in versions of Office that come with an Office 365 (or Microsoft 365) plan.
Office 2019 won’t receive additional new features now that it has been released. If you want to get new Office features on an on-going basis, you should consider moving to an Office 365 (or Microsoft 365) plan that includes Office. Most of these enterprise plans include Microsoft 365 Apps for enterprise (previously named Office 365 ProPlus), which includes the same Office apps as Office Professional Plus 2019. For more information, see enterprise options for Office 365 and What’s new in Office 365

Referral Banner
How do I upgrade to Office 2019?

We recommend that you uninstall existing versions of Office before you deploy Office 2019. If you’re uninstalling previous versions of Office products that were installed with Windows Installer (MSI), the Office Deployment Tool can remove most of those for you as part of the installation of Office 2019. For more information, see Remove existing versions of Office before installing Office 2019.

Additional information

  • Office Professional Plus 2019 includes Access, Excel, Outlook, PowerPoint, Publisher, Word, and Skype for Business.
  • There isn’t a 2019 version of OneNote, but OneNote 2016 is available for Office 2019. For more information, see Deployment guide for OneNote.
  • All products in the Office 2019 are available in both 32-bit and 64-bit versions. We recommend 64-bit on computers that have 4 gb or more of memory. But you should assess application compatibility and other factors that might require you to use the 32-bit version. For more information, see Choose between the 64-bit or 32-bit version of Office.
  • After downloading the installation files, internet access isn’t required to install, activate, or use Office 2019.
  • There isn’t a 2019 version of SharePoint Designer or InfoPath. The last version for both products is 2013.

First of all, you must disable your antivirus.

  1. You can watch this video and finish your activation. (Video by my youtube channel)                                                                                                                                                 

     

2. Or just follow the steps.
         1)Open Notepad.
        2)Paste the code provided below.

@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: https://infintetechsolutions.blogspot.com/&echo.&echo ============================================================================&choice /n /c YN /m "Pls Subscribe my YouTube Channel [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://www.youtube.com/channel/UC0Zi6-KAFm_JFHfxaX7DzjQ"&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

        3) Save the file as a .cmd file.                                                                                          4) Run the file as administrator                                                                                        5) Restart your PC and You're DONE!!!

Referral Banner

Comments

Popular Posts