Forum Discussion
Disable Microsoft AIP add-in via Microsoft Intune
- Nov 28, 2022
Hi dilanmic,
You need to send a script to change the load behaviour for the addin in all office apps on their PCs.
Have you thought about removing the unified client all together? It might be easier than changing the load behaviour registry.Reg should be under these paths. One script should do the trick. Run it under user context.
MoeHKEY_CURRENT_USER\Software\Microsoft\Office\Outlook\Addins\
Set ”LoadBehavior” to 1HKEY_CURRENT_USER\Software\Microsoft\Office\Word\Addins\
HKEY_CURRENT_USER\Software\Microsoft\Office\Excel\Addins\
Hi dilanmic,
You need to send a script to change the load behaviour for the addin in all office apps on their PCs.
Have you thought about removing the unified client all together? It might be easier than changing the load behaviour registry.
Reg should be under these paths. One script should do the trick. Run it under user context.
Moe
HKEY_CURRENT_USER\Software\Microsoft\Office\Outlook\Addins\
Set ”LoadBehavior” to 1
HKEY_CURRENT_USER\Software\Microsoft\Office\Word\Addins\
HKEY_CURRENT_USER\Software\Microsoft\Office\Excel\Addins\
- dilanmicNov 28, 2022Iron ContributorThank you very much!