Hello,<\/p>\n
I have an add-in for Outlook 2016 that I use. This add-in occasionally causes Outlook to startup slowly and Outlook disables it. I want to make it so that this add-in is always enabled regardless of how it affects Outlook. Just to be clear this add-in is being set as disabled, not inactive. Once I manually re-enable the add-in it works as intended until Outlook is restart.<\/p>\n
I have encountered this before with different add-ins but I can usually click File > Manage COM Add-ins then select “Always enable this add-in” and that fixes the problem. For this particular add-in Outlook doesn’t offer the option to “Always enable” it, just to “Enable” it.<\/p>\n
Upon researching this issue I have found that I need to modify a registry located at “HKEY_CURRENT_USER\\Software\\Microsoft\\Office\\16.0\\Outlook\\Resiliency”, but it doesn’t exist.<\/p>\n
I have found a bunch of articles and forums of people giving directions on how to manage this with GPO but this is not a desired fix for me as it is happening with one single add-in on one single computer.<\/p>\n
I simply need to have Outlook leave this add-in enabled. Does anybody have any thoughts?<\/p>","upvoteCount":6,"answerCount":13,"datePublished":"2017-03-24T17:12:08.000Z","author":{"@type":"Person","name":"cassidysanford","url":"https://community.spiceworks.com/u/cassidysanford"},"acceptedAnswer":{"@type":"Answer","text":"
You could run a script on the user login that simply updates the registry before Outlook is launched:<\/p>\n
HKEY_CURRENT_USER\\Software\\Microsoft\\Office\\Outlook\\Addins(name_of_the_addin)<\/p>\n
Set the LoadBehavior value to 2.<\/p>\n
This would re-enable the add-in whenever the user logs in.<\/p>\n
Also,<\/p>\n
You will still get the warning from Outlook wanting to disable the add-in if performance is affected and if you don’t adjust the resiliency settings. Under 2016, Outlook should pop up something that says “These add-ins dereased performance or caused outlook to crash” along with the number of seconds and a button that says “Always enable this add-in” that you can click.<\/p>\n
Clicking this should cause the following registry keys to be created, so I would look at the following registry key if you can find it.<\/p>\n
If you cannot find it, try creating it manually as follows:<\/p>\n
HKEY_CURRENT_USER\\Software\\Microsoft\\Office\\16.0\\Outlook\\Resiliency\\DoNotDisableAddinList<\/p>\n
For 32-bit Outlook, create MyAddIn.Connect key (substitute the name of the add in from the key above).<\/p>\n
For 64-bit, create Add-On-Products.MyAddIn<\/p>\n
Set the value to 1.<\/p>\n
Good luck<\/p>\n
Jerry<\/p>","upvoteCount":1,"datePublished":"2017-03-25T14:18:09.000Z","url":"https://community.spiceworks.com/t/outlook-2016-always-disables-add-in/569352/4","author":{"@type":"Person","name":"jerryray","url":"https://community.spiceworks.com/u/jerryray"}},"suggestedAnswer":[{"@type":"Answer","text":"
Hello,<\/p>\n
I have an add-in for Outlook 2016 that I use. This add-in occasionally causes Outlook to startup slowly and Outlook disables it. I want to make it so that this add-in is always enabled regardless of how it affects Outlook. Just to be clear this add-in is being set as disabled, not inactive. Once I manually re-enable the add-in it works as intended until Outlook is restart.<\/p>\n
I have encountered this before with different add-ins but I can usually click File > Manage COM Add-ins then select “Always enable this add-in” and that fixes the problem. For this particular add-in Outlook doesn’t offer the option to “Always enable” it, just to “Enable” it.<\/p>\n
Upon researching this issue I have found that I need to modify a registry located at “HKEY_CURRENT_USER\\Software\\Microsoft\\Office\\16.0\\Outlook\\Resiliency”, but it doesn’t exist.<\/p>\n
I have found a bunch of articles and forums of people giving directions on how to manage this with GPO but this is not a desired fix for me as it is happening with one single add-in on one single computer.<\/p>\n
I simply need to have Outlook leave this add-in enabled. Does anybody have any thoughts?<\/p>","upvoteCount":6,"datePublished":"2017-03-24T17:12:08.000Z","url":"https://community.spiceworks.com/t/outlook-2016-always-disables-add-in/569352/1","author":{"@type":"Person","name":"cassidysanford","url":"https://community.spiceworks.com/u/cassidysanford"}},{"@type":"Answer","text":"
This may go without saying, but have you tried managing add-ins under the Options tab on the home tab of Outlook?<\/p>","upvoteCount":0,"datePublished":"2017-03-24T17:17:29.000Z","url":"https://community.spiceworks.com/t/outlook-2016-always-disables-add-in/569352/2","author":{"@type":"Person","name":"coletongraham","url":"https://community.spiceworks.com/u/coletongraham"}},{"@type":"Answer","text":"