I am a Zivver admin
Configure and manage Zivver
Make sure that the plugin is enabled at all times
Introduction
How to make sure that the Office-plugin stays enabled? For this, we make changes in the Windows registry. As an admin, you can make these changes. - Manually - automatically with a REG file - automatically with a Group Policy Object (GPO).
Then, users cannot deactivate the plugin themselves. Also, Outlook does not put off 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 Register Editor.
Go to
HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\office\1x.0\outlook\resiliency\addinlist
If necessary, create new keys.The key value is different for each Outlook version. Refer to the table.In the key
addinlist
, enter the string valueZivverOfficePlugin.AddinModule
.Modify that new string value.
In Value data, enter
1
.
From this time, users cannot disable the plugin.Go to
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\Outlook\Addins\ZivverOfficePlugin.AddinModule
Create the DWORD value
LoadBehavior
.Open this new DWORD value.
In Value, enter
3
.
Now the plugin is always enabled in Outlook.Go to
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\1x.0\Outlook\Resiliency\DisabledItems
.Remove the key
DisabledItems
.Create key
DisabledItems
.
From this time, the plugin is not off by default.Go to
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\1x.0\Outlook\Resiliency\CrashingAddinList
Remove the key
CrashingAddinList
.Create again the key
CrashingAddinList
.
The plugin is active again also when the plugin crashed.Go to
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\1x.0\Outlook\Resiliency\DoNotDisableAddinList
Create a DWORD value
ZivverOfficePlugin.AddinModule
.Modify this new DWORD value.
In Value data, enter
1
.
The plugin is not disabled when a delay occurs.
Automatically with a REG file
- On our support-website, find the file for your Outlook version.
You can test these files. - Import the REG file.
- Confirm.
Now the changes are automatically set.
automatically with a GPO
- Open the Group Policy Manager.
- Create a GPO in the domain.
- Give that new GPO a name.
- Right click that GPO.
- Select Edit.
- Go to User Configuration.
- Click Settings.
- Open Windows Settings.
- Right click Register.
- Enter the correct values. Refer to the table.
1x.0
is different for each Office version. Refer to the table in the manual instructions.
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 |