Within the context of a corporate GIS working group, it would be great to be able to run a python script or have an ArcToolbox tool (that can be batched) to (re)connect to a standard set of network folders in ArcCatalog; as opposed to individually (re)connecting folders one by one through the button/right-clicking in TOC of ArcCatalog's GUI. It would save time and assist in standardising a set of corporate GIS folder connections within the working group, especially in circumstances of machine replacements/rebuilds/new OS systems, new employees, etc. Alternatively, it would also be handy to have the option to set these connections at time of software installation.
Hello @MayaDominice,
Because ArcGIS Desktop retired on March 1, 2026 we were considering this idea in the context of ArcGIS Pro.
In ArcGIS Pro you can run an ArcPy script that adds folder connections, database connections, styles, and toolboxes to a project using the updateFolderConnections, updateDatabases, updateStyles, and updateToolboxes methods. These methods are discussed in detail in the help topic for the ArcGISProject class. Code samples are available showing how to use them. In particular, "ArcGISProject example 4" shows how to set the folder connections in a project and "ArcGISProject example 5" shows how to set the databases in a project.
Also, in ArcGIS Pro the Catalog pane provides access to all supported locations on the local machine on the Computer tab, and the Catalog view and all browse dialog boxes provide access to the same places under the Computer heading. You can learn more about the available options from the Catalog pane, catalog views, and browse dialog boxes help topic.
ArcGIS Pro 3.7 introduces the capability for a GIS administrator to configure a set of folder connections, databases, servers, etc. as System Favorites. These items can be provided to GIS users automatically by creating a system favorites file and referencing it in the Pro.settingsConfig file. Application settings defined in the Pro.settingsConfig file can be applied automatically by referencing the file when you run a silent install of ArcGIS Pro. This allows GIS administrators to automatically make System Favorites and other application settings immediately available the first time someone starts ArcGIS Pro.
Providing GIS users with System Favorites does not prevent them from defining their own collection of "My Favorites" project items. For GIS users, with ArcGIS Pro 3.7 you can now export your collection of favorite items to a custom favorites file. When you get a new computer, ArcGIS Pro can be configured to use the exported file (or a copy of it) to define "My Favorites" on the new machine. Items in "My Favorites" can be designated to be added automatically to any new projects that you create; this capability will be added for System Favorites in a future release.
For more information see the Use project favorites help topic and Create system favorites help topic. You can learn about deploying ArcGIS Pro application settings in the Manage application settings help topic.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.