| sidebar_position | 8 |
|---|
Check for new program versions on GitHub when the application is launched.
Type: Boolean
Default: Enabled
:::info System-Wide Policy
This setting can be controlled by administrators using a system-wide policy. See System-Wide Policies for more information.
Policy Property: Update_CheckForUpdatesAtStartup
Values:
true- Force enable automatic update checks at startup for all usersfalse- Force disable automatic update checks at startup for all users- Omit the property - Allow users to control this setting themselves
Example:
{
"Update_CheckForUpdatesAtStartup": false
}:::
:::note
The URL https://api.github.com/ must be reachable to check for updates.
:::
Check for pre-releases when checking for updates.
Type: Boolean
Default: Disabled
Enable experimental features that are not yet complete.
Type: Boolean
Default: Disabled
:::warning
These features may contain bugs, crash the application, or change until release.
:::