System administrators can manage many ArcGIS Pro user application settings.
The settings described below should be added under the Application element in the Pro.settingsConfig file.
UseLocalHelp
In the user interface, on the General tab on the Options dialog box, click Help Source to access the corresponding setting.
Learn more about the Help Source option
Possible values are the following:
- true
- false (default)
An example of this setting is shown below.
<UseLocalHelp isLocked="false">true</UseLocalHelp>
UseSpellCheck
In the user interface, on the Proofing tab on the Options dialog box, click Enable spell checking to access the corresponding setting.
Learn more about the Enable spell checking option
Possible values are the following:
- true (default)
- false
An example of this setting is shown below.
<UseSpellCheck isLocked="false">true</UseSpellCheck>
UseDarkTheme
In the user interface, on the General tab on the Options dialog box, click Application Theme to access the corresponding setting.
Learn more about the Application Theme option
Possible values are the following:
- true
- false (default)
An example of this setting is shown below.
<UseDarkTheme isLocked="false">true</UseDarkTheme>