Preventing Users From Disabling Agent
Last updated
Was this helpful?
Last updated
Was this helpful?
Most of the customers highlight a concern that the users can disable the agent by themselves from MS Office settings. In order to prevent this from happening we need to push certain settings via the group policy with the help of system administrator.
Step 1: Create a group policy inside the group policy management, as below:
Step 2: Edit the newly created group policy by right clicking on it.
Step 3: Navigate to User configuration → Preferences → Windows Settings → Registry
Step 4: Within registry create a new collection by right clicking on it and name it Outlook
/Word
/Excel
/Powerpoint
.( You will have to create separate collection for each app.
Step 5: Within the site collection add a registry entry as below:
HKCU\Software\Policies\Microsoft\Office\16.0\Outlook\Resiliency\AddinList
(Replace Outlook
with Word
, Excel
, Powerpoint
if you wish to enable the same for these apps)
If you wish to manually adjust the registry value, please ensure the path is exactly the same as listed above. If it doesn’t exist, then it has to be manually created.
Step 6: Add the Value name as OutlookClassifier
, value type as REG_SZ
and value as 1
. Similary for MS Word it should be WordClassifier
, MS Excel it should be ExcelClassifier
, MS Powerpoint it should be GVClient.Powerpoint
.
Step 7: Link the newly created group policy and then enforce it after scoping the users to whom this policy should be applied to.
Step 8: Update the group policy on one of the user machines by running the gpupdate /force
command on the command prompt.
Step 9: Once the policy is updated you can verify the same by running the command gpresult /H result.html
. Later on opening the result.html
file should show you entry as below.
Step 10: To confirm the settings has applied, open the MS Word/ MS Excel /MS PPT/ MS Outlook and then navigate to File->Options->Add-ins then click on the GO button. You should be seeing a message as highlighted in the red box.