Make sure that the plugin is enabled at all times

Introduction

How to ensure that the Office plugin stays enabled? For this, changes must be made in the Windows registry. As an admin, you can do this:

  • Manually
  • Automatically with a REG file
  • Automatically with a Group Policy Object (GPO)

These settings prevent users from disabling the plugin themselves. Also, Outlook does not disable the plugin when a delay occurs.

Applies to: Outlook 2016, 2019

Manually

This table shows the key value for the Outlook versions:

OutlookKey value
201616.0
201916.0
  1. Open the Registry Editor.
  2. Go to HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\office\1x.0\outlook\resiliency\addinlist. If necessary, create new keys.
    Info
    The key value for 1x.0 depends on the Outlook version. Refer to the table above.
  3. In the addinlist key, enter the string value ZivverOfficePlugin.AddinModule.
  4. Modify this new string value.
  5. In Value data, enter 1. From this point, users cannot disable the plugin.
  6. Go to HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\Outlook\Addins\ZivverOfficePlugin.AddinModule.
  7. Create the DWORD key LoadBehavior.
  8. Open this new DWORD key and set Value data to 3. The plugin is now always enabled in Outlook.
  9. Go to HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\1x.0\Outlook\Resiliency\DisabledItems.
  10. Delete the key DisabledItems.
  11. Recreate the key DisabledItems. From this point, the plugin is not disabled by default.
  12. Go to HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\1x.0\Outlook\Resiliency\CrashingAddinList.
  13. Delete the key CrashingAddinList.
  14. Recreate the key CrashingAddinList. The plugin is active again even after a crash.
  15. Go to HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\1x.0\Outlook\Resiliency\DoNotDisableAddinList.
  16. Create a DWORD key ZivverOfficePlugin.AddinModule.
  17. Modify this key and set Value data to 1. The plugin is not disabled when a delay occurs.

Automatically with a REG file

  1. Download the file for your Outlook version from our support website.
  2. Import the REG file.
  3. Confirm. The changes are now applied automatically.

Automatically with a GPO

  1. Open the Group Policy Manager.
  2. Create a new GPO in the domain.
  3. Give the GPO a name.
  4. Right-click the GPO and select Edit.
  5. Go to User Configuration > Windows Settings > Registry.
  6. Enter the correct values. Refer to the table below.
Info
The key value for 1x.0 depends on the Outlook version. Refer to the table above.
Name#ActionHiveKeyValue nameTypeValue
ZivverOfficePlugin.AddinModule1CreateHKCUHKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\office\1x.0\outlook\resiliency\addinlistZivverOfficePlugin.AddinModuleREG_DWORD1
LoadBehavior2UpdateHKCUHKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\Outlook\Addins\ZivverOfficePlugin.AddinModuleLoadBehaviorREG_DWORD3
DisabledItems3DeleteHKCUHKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\1x.0\Outlook\Resiliency\DisabledItems
DisabledItems4CreateHKCUHKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\1x.0\Outlook\Resiliency\DisabledItems
CrashingAddinList5DeleteHKCUHKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\1x.0\Outlook\Resiliency\CrashingAddinList
CrashingAddinList6CreateHKCUHKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\1x.0\Outlook\Resiliency\CrashingAddinList
ZivverOfficePlugin.AddinModule7CreateHKCUHKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\1x.0\Outlook\Resiliency\DoNotDisableAddinListZivverOfficePlugin.AddinModuleREG_DWORD1