Prevent Outlook Add-In from Getting Disabled
Force Do Not Disable – Drag & Drop Outlook Add-In
In some situations, Outlook decides to disable an add-in, this is because it detects a lag while starting or closing Outlook. This can also occur if other add-ins interfere with our add-in or if other PC/Anti-Virus settings are scanning while Outlook loads.
There are a few ways of preventing the Add-In from getting disabled.
Method I – Outlook Client
(suitable for individual machines)
- If the Add-In is currently disabled, go to Outlook and then click File -> Info -> “Manage COM Add-ins” aka “Slow and Disabled COM Add-ins”.
- In the dialogue box search for “Konnect Email add-in.” and then click “always enable this add-in” (Marked in red).
- Close and restart Outlook.
Method II – Registry
(suitable for deployment methods)
Note: We strongly recommend that you test the above settings in a development environment/machine.
Automated
Download the registry files and run them on the target machine:
- Office 2016/2019/Office 365 Version: KE_ForceDoNotDisable_2016_2019.reg
- Office 2013 Version: KE_ForceDoNotDisable_2013.reg
Manual
Applicable for Office 2016/2019/Office 365 Only
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Office.0\Outlook\Resiliency\AddinList]
“ApexOutlookAddinLib.Connector”=dword:00000001
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\Outlook\Addins\ApexOutlookAddinLib.Connector]
“LoadBehavior”=dword:00000003
[-HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office.0\Outlook\Resiliency\DisabledItems]
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office.0\Outlook\Resiliency\DisabledItems]
[-HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office.0\Outlook\Resiliency\CrashingAddinList]
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office.0\Outlook\Resiliency\CrashingAddinList]
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office.0\Outlook\Resiliency\DoNotDisableAddinList]
“ApexOutlookAddinLib.Connector”=dword:00000001
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office.0\Outlook\Resiliency\NotificationReminderAddinData]
“ApexOutlookAddinLib.Connector\dtype”=dword:00000000
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office.0\Outlook\Resiliency\NotificationReminderAddinData]
“ApexOutlookAddinLib.Connector”=dword:967a844d
Applicable for Office 2013
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Office.0\Outlook\Resiliency\AddinList]
“ApexOutlookAddinLib.Connector”=dword:00000001
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\Outlook\Addins\ApexOutlookAddinLib.Connector]
“LoadBehavior”=dword:00000003
[-HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office.0\Outlook\Resiliency\DisabledItems]
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office.0\Outlook\Resiliency\DisabledItems]
[-HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office.0\Outlook\Resiliency\CrashingAddinList]
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office.0\Outlook\Resiliency\CrashingAddinList]
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office.0\Outlook\Resiliency\DoNotDisableAddinList]
“ApexOutlookAddinLib.Connector”=dword:00000001
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office.0\Outlook\Resiliency\NotificationReminderAddinData]
“ApexOutlookAddinLib.Connector\dtype”=dword:00000000
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office.0\Outlook\Resiliency\NotificationReminderAddinData]
“ApexOutlookAddinLib.Connector”=dword:967a844d
Method III – Group Policy
(suitable for deployment methods)
Group Policy
- Open the Group Policy Management console on a domain controller
- Navigate to the domain node, right click it and select Create a GPO in this domain, and Link it here
- Give the GPO the desired name
- Right click the newly created GPO and click on Edit
- In the Group Policy Management Editor, expand Preferences under User Configuration
- Afterwards expand Windows Settings
- Right click Registry and create the following 9 entries
Applicable for Office 2016/2019/Office 365 Only
Name | Order | Action | Hive | KeyValue | Name | Type | ValueData |
---|---|---|---|---|---|---|---|
ApexOutlookAddinLib.Connector | 1 | Create | HKEY_CURRENT_USER | SOFTWARE\Policies\Microsoft\Office\16.0\Outlook\Resiliency\AddinList | ApexOutlookAddinLib.Connector | REG_DWORD | 00000001 |
LoadBehavior | 2 | Update | HKEY_CURRENT_USER | SOFTWARE\Microsoft\Office\Outlook\Addins\ApexOutlookAddinLib.Connector | LoadBehavior | REG_DWORD | 00000003 |
DisabledItems | 3 | Delete | HKEY_CURRENT_USER | SOFTWARE\Microsoft\Office\16.0\Outlook\Resiliency\DisabledItems | | ||
DisabledItems | 4 | Create | HKEY_CURRENT_USER | SOFTWARE\Microsoft\Office\16.0\Outlook\Resiliency\DisabledItems | |||
CrashingAddinList | 5 | Delete | HKEY_CURRENT_USER | SOFTWARE\Microsoft\Office\16.0\Outlook\Resiliency\CrashingAddinList | | ||
CrashingAddinList | 6 | Create | HKEY_CURRENT_USER | SOFTWARE\Microsoft\Office\16.0\Outlook\Resiliency\CrashingAddinList | | ||
ApexOutlookAddinLib.Connector | 7 | Create | HKEY_CURRENT_USER | SOFTWARE\Microsoft\Office\16.0\Outlook\Resiliency\DoNotDisableAddinList | ApexOutlookAddinLib.Connector | REG_DWORD | 00000001 |
ApexOutlookAddinLib.Connector | 8 | Create | HKEY_CURRENT_USER | SOFTWARE\Microsoft\Office\16.0\Outlook\Resiliency\NotificationReminderAddinData | ApexOutlookAddinLib.Connector\dtype | REG_DWORD | 00000000 |
ApexOutlookAddinLib.Connector | 9 | Create | HKEY_CURRENT_USER | SOFTWARE\Microsoft\Office\16.0\Outlook\Resiliency\NotificationReminderAddinData | ApexOutlookAddinLib.Connector | REG_DWORD | 967a844d |
Applicable for Office 2013 Only
Name | Order | Action | Hive | KeyValue | Name | Type | ValueData |
---|---|---|---|---|---|---|---|
ApexOutlookAddinLib.Connector | 1 | Create | HKEY_CURRENT_USER | SOFTWARE\Policies\Microsoft\Office\15.0\Outlook\Resiliency\AddinList | ApexOutlookAddinLib.Connector | REG_DWORD | 00000001 |
LoadBehavior | 2 | Update | HKEY_CURRENT_USER | SOFTWARE\Microsoft\Office\Outlook\Addins\ApexOutlookAddinLib.Connector | LoadBehavior | REG_DWORD | 00000003 |
DisabledItems | 3 | Delete | HKEY_CURRENT_USER | SOFTWARE\Microsoft\Office\15.0\Outlook\Resiliency\DisabledItems | | ||
DisabledItems | 4 | Create | HKEY_CURRENT_USER | SOFTWARE\Microsoft\Office\15.0\Outlook\Resiliency\DisabledItems | |||
CrashingAddinList | 5 | Delete | HKEY_CURRENT_USER | SOFTWARE\Microsoft\Office\15.0\Outlook\Resiliency\CrashingAddinList | | ||
CrashingAddinList | 6 | Create | HKEY_CURRENT_USER | SOFTWARE\Microsoft\Office\15.0\Outlook\Resiliency\CrashingAddinList | | ||
ApexOutlookAddinLib.Connector | 7 | Create | HKEY_CURRENT_USER | SOFTWARE\Microsoft\Office\15.0\Outlook\Resiliency\DoNotDisableAddinList | ApexOutlookAddinLib.Connector | REG_DWORD | 00000001 |
ApexOutlookAddinLib.Connector | 8 | Create | HKEY_CURRENT_USER | SOFTWARE\Microsoft\Office\15.0\Outlook\Resiliency\NotificationReminderAddinData | ApexOutlookAddinLib.Connector\dtype | REG_DWORD | 00000000 |
ApexOutlookAddinLib.Connector | 9 | Create | HKEY_CURRENT_USER | SOFTWARE\Microsoft\Office\15.0\Outlook\Resiliency\NotificationReminderAddinData | ApexOutlookAddinLib.Connector | REG_DWORD | 967a844d |
Read more about this behaviour on the Microsoft blog: https://blogs.msdn.microsoft.com/emeamsgdev/2017/08/02/outlooks-slow-add-ins-resiliency-logic-and-how-to-always-enable-slow-add-ins/