I am a Zivver admin
Configure and manage Zivver
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:
Outlook | Key value |
---|---|
2016 | 16.0 |
2019 | 16.0 |
- Open the Registry Editor.
- Go to
HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\office\1x.0\outlook\resiliency\addinlist
. If necessary, create new keys.Info
The key value for1x.0
depends on the Outlook version. Refer to the table above. - In the
addinlist
key, enter the string valueZivverOfficePlugin.AddinModule
. - Modify this new string value.
- In Value data, enter
1
. From this point, users cannot disable the plugin. - Go to
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\Outlook\Addins\ZivverOfficePlugin.AddinModule
. - Create the DWORD key
LoadBehavior
. - Open this new DWORD key and set Value data to
3
. The plugin is now always enabled in Outlook. - Go to
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\1x.0\Outlook\Resiliency\DisabledItems
. - Delete the key
DisabledItems
. - Recreate the key
DisabledItems
. From this point, the plugin is not disabled by default. - Go to
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\1x.0\Outlook\Resiliency\CrashingAddinList
. - Delete the key
CrashingAddinList
. - Recreate the key
CrashingAddinList
. The plugin is active again even after a crash. - Go to
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\1x.0\Outlook\Resiliency\DoNotDisableAddinList
. - Create a DWORD key
ZivverOfficePlugin.AddinModule
. - Modify this key and set Value data to
1
. The plugin is not disabled when a delay occurs.
Automatically with a REG file
- Download the file for your Outlook version from our support website.
- Import the REG file.
- Confirm. The changes are now applied automatically.
Automatically with a GPO
- Open the Group Policy Manager.
- Create a new GPO in the domain.
- Give the GPO a name.
- Right-click the GPO and select Edit.
- Go to User Configuration > Windows Settings > Registry.
- Enter the correct values. Refer to the table below.
The key value for
1x.0
depends on the Outlook version. Refer to the table above.Name | # | Action | Hive | Key | Value name | Type | Value |
---|---|---|---|---|---|---|---|
ZivverOfficePlugin.AddinModule | 1 | Create | HKCU | HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\office\1x.0\outlook\resiliency\addinlist | ZivverOfficePlugin.AddinModule | REG_DWORD | 1 |
LoadBehavior | 2 | Update | HKCU | HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\Outlook\Addins\ZivverOfficePlugin.AddinModule | LoadBehavior | REG_DWORD | 3 |
DisabledItems | 3 | Delete | HKCU | HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\1x.0\Outlook\Resiliency\DisabledItems | |||
DisabledItems | 4 | Create | HKCU | HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\1x.0\Outlook\Resiliency\DisabledItems | |||
CrashingAddinList | 5 | Delete | HKCU | HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\1x.0\Outlook\Resiliency\CrashingAddinList | |||
CrashingAddinList | 6 | Create | HKCU | HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\1x.0\Outlook\Resiliency\CrashingAddinList | |||
ZivverOfficePlugin.AddinModule | 7 | Create | HKCU | HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\1x.0\Outlook\Resiliency\DoNotDisableAddinList | ZivverOfficePlugin.AddinModule | REG_DWORD | 1 |