HOW TO
After a fresh installation of ArcGIS Pro, when launching the application, by default the ‘Sign in automatically’ option is checked. However if it is advantageous that it be unchecked when launching Pro, follow one of the workflows provided.
HKEY_CURRENT_USER > SOFTWARE > ESRI > ArcGIS Online For Pro > SignIn
To uncheck the "Sign in automatically" option for ArcGIS Pro through the command prompt, use the following steps:
ArcGISPro.exe /disableSignInAuto
Please note that these steps assume you have administrative privileges on the computer. .
When the command is run, ArcGIS Pro opens, prompts for sign-in credentials, and once the credentials are entered, the application does not prompt for them on subsequent log-ins.
There is also another way to manage application settings by Creating a Pro.settingsConfig file.
Note:
As a precaution, it is recommended to have a copy of the original Pro.settingsConfig file saved as a backup.
Here I am sharing the relevant documentation to create one:
XML code that can be used:
<?xml version="1.0" encoding="utf-8"?>
<Configuration xmlns="http://schemas.esri.com/Desktop/Settings" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://schemas.esri.com/Desktop/Settings http://schemas.esri.com/Desktop/Settings/Settings.xsd">
<SignInSettings>
<AutoSignIn>false</AutoSignIn>
</SignInSettings>
</Configuration>
Article ID: 000032796
Get help from ArcGIS experts
Download the Esri Support App