HOW TO
To update the ArcGIS Pro license server information on multiple machines, customers can use a batch script. This is useful when an organization has switched to a new license server with a different hostname or IP address.
Caution:
Please note that this script modifies the Windows registry. It is recommended to back up your operating system and files, including the registry, before proceeding. Also, ensure that you have administrative privileges to make changes to the registry.
@echo off setlocal set KEY_NAME="HKEY_CURRENT_USER\SOFTWARE\ESRI\ArcGISPro\Licensing" set VALUE_NAME="LICENSE_SERVER" REG ADD %KEY_NAME% /v %VALUE_NAME% /t REG_SZ /d "@your_new_license_server" /f endlocal
Article ID: 000031618
Get help from ArcGIS experts
Download the Esri Support App