This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Disabling Outlook M-Files Addin with GPO

Hello,

I've been trying to find a solution in order to disable the Outlook M-Files Addin with a GPO. I've already found the key that I need to change which is : HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\Outlook\Addins\MFOfficeAddIn.Connect.21_1_9827_4 --> LoadBehaviour = 0

The problem here is that the registry path is always changing with M-Files Version. Is there a way I can bypass this situation with an Environment Variable or something else ?

Thank you for your replies

Parents
  • You can disable the M-Files Outlook add-in also with this registry setting:

    Registry Key: HKEY_LOCAL_MACHINE\SOFTWARE\Motive\M-Files\<version>\Client\MFOfficeAddin
    Value name: OutlookAddinDisabled
    Value type: REG_DWORD (DWORD 32-bit Value)
    Value data: 1

    The installed M-Files version is available in the environment variable %MFilesVersion%. Perhaps you are able to use that in the registry key?

Reply
  • You can disable the M-Files Outlook add-in also with this registry setting:

    Registry Key: HKEY_LOCAL_MACHINE\SOFTWARE\Motive\M-Files\<version>\Client\MFOfficeAddin
    Value name: OutlookAddinDisabled
    Value type: REG_DWORD (DWORD 32-bit Value)
    Value data: 1

    The installed M-Files version is available in the environment variable %MFilesVersion%. Perhaps you are able to use that in the registry key?

Children