Preventing users from disabling Office addins

0

I would like to prevent non-admin users from disabling an addin we will be deploying company-wide. Is there a way to accomplish this?

Currently the best I can do is to track registry changes and re-enable the addin upon next start of the Office application, however the user can still use the Office application without the addin if he disables the addin( until he restarts the application.)

ustun

Posted 2018-07-13T10:15:06.100

Reputation: 269

Answers

2

I think, that is what you are looking for:

For system administrators, Outlook 2013 provides an enhanced level of control over add-ins using group policy. Group policy will always override user settings and users are prevented from changing add-in settings for add-ins that have been configured by the group policy "List of Managed Add-ins".

The registry keys and settings are described in the following tables:

Key:

HKCU\Software\Policies\Microsoft\Office\15.0\Outlook\Resiliency\AddinList

... and so long

Take a look, HTH

duDE

Posted 2018-07-13T10:15:06.100

Reputation: 14 097

Thank you, this should help with Outlook. Too bad there seems to be no straightforward way for other apps. – ustun – 2018-10-02T16:23:49.550