Free Test Licensing for Microsoft 365 Apps

Microsoft 365 Apps (formerly called Microsoft Office 365) comes with a 10-days subscription so you can perform automated testing without subscribing to paid licenses.
  1. Install Microsoft 365 Apps.



  2. Install the 10-day subscription key using an elevated command prompt:

    cd "C:\Program Files\Microsoft Office\Office16\" cscript OSPP.VBS /inpkey:DRNV7-VGMM2-B3G9T-4BF84-VMFTK

  3. Check if the license is activated, this will be a 5-day license which you can activate (rearm) again for the other 5 days.



  4. Use the following command to check how much time you have left with the test subscription.

    cscript OSPP.VBS /dstatus

  5. Rearm the license with the following command:

    cscript OSPP.VBS /rearm

 

Suppress popups

You can suppress the popups with the following commands or work around these with some validation commands as LoadGen Studio works with drag-and-drop actions without typing any code!
  1. To Disable Activation UI, 
    1. Open Regedit.
    2. Add value: "DisableActivationUI", value: "1" (DWORD) to "HKLM\Software\Microsoft\Office\16.0\Common\Licensing" key or "HKLM\Software\Wow6432Node\Microsoft\Office\16.0\Common\Licensing" if you are installing 32bit Office on 64bit Windows.
  2. To Accept the EULA
    1. Open Regedit.
    2. Add value: "AcceptAllEulas", value: "1" (DWORD) to "HKCU\Software\Microsoft\Office\16.0\Registration" key or "HKCU\Software\Wow6432Node\Microsoft\Office\16.0\Registration" if you are installing 32bit Office on 64bit Windows.
Was this article helpful?
0 out of 0 found this helpful