In the company, I store AddIns in a central network resource and all ArcGIS Pro users can use these AddIns because the key [HKEY_LOCAL_MACHINE\SOFTWARE\ESRI\ArcGISPro\Settings\Add-In Folders] points to this path in the registry. As far as I know, adjustments that react to the OnApplicationReady() event, for example, cannot be realized with an AddIn (.esriAddinX), but must be implemented with a Configuration (.proConfigX). There is the key [HKEY_LOCAL_MACHINE\SOFTWARE\ESRI\ArcGISPro\Settings\Configuration Folders], which I have set accordingly. The start via the command line using “C:\Program Files\ArcGIS\Pro\bin\ArcGISPro.exe” /config:MyConfiguration works. However, I would like all users in the company to start automatically and mandatorily with this configuration. How can I implement this?