mRemoteNGDocumentation/registry/updates_settings.rst
Updates Settings
.. versionadded:: v1.77.3
.. warning::
Before proceeding with any changes to the Windows Registry, it is imperative that you carefully read and comprehend the
Modifying the Registry, Restricted Registry Settings and Disclaimer
on :doc:Registry Settings Infromation <registry_settings_information>.
HKEY_LOCAL_MACHINESOFTWARE\mRemoteNG\UpdatesAllows or disallows checking for updates.
Value Name: AllowCheckForUpdates
Value Type: REG_SZ
Default value: true
Values:
falseAllows or disallows automatic search for updates.
Value Name: AllowCheckForUpdatesAutomatical
Value Type: REG_SZ
Default value: true
Values:
false.. note::
If AllowCheckForUpdates is set to false, the automatic update check is already disabled.
Allows or disallows manual search for updates.
Value Name: AllowCheckForUpdatesManual
Value Type: REG_SZ
Default value: true
Values:
false.. note::
If AllowCheckForUpdates is set to false, the automatic update check is already disabled.
Configure the options page to modify functionalities as described.
HKEY_LOCAL_MACHINESOFTWARE\mRemoteNG\Updates\OptionsSpecifies whether a popup is shown to configure update preferences at startup.
Value Name: DisallowPromptForUpdatesPreference
Value Type: REG_SZ
Values:
trueSpecifies the number of days between automatic update checks.
CheckForUpdatesFrequencyDaysREG_DWORD.. note::
If AllowCheckForUpdates is set to false, the automatic update check is already disabled, and CheckForUpdatesFrequencyDays does not take effect.
Specifies the preferred update channel.
Value Name: UpdateChannel
Value Type: REG_SZ
Values:
StableNightlyPreviewIndicates whether proxy usage for updates is enabled.
Value Name: UseProxyForUpdates
Value Type: REG_SZ
Values:
truefalseSpecifies the address of the proxy for updates.
ProxyAddressREG_SZ.. note::
If UseProxyForUpdates is false, these settings do not take effect.
Specifies the port used for proxy connections during updates.
ProxyPortREG_DWORD.. note::
If UseProxyForUpdates is false, these settings do not take effect.
Indicates whether proxy authentication is enabled.
Value Name: UseProxyAuthentication
Value Type: REG_SZ
Values:
truefalse.. note::
If UseProxyForUpdates is false, these settings do not take effect.
Specifies the authentication username for the proxy.
ProxyAuthUserREG_SZ.. note::
If UseProxyForUpdates and ProxyAuthUser is false, these settings do not take effect.
(currently not supported)
Represents the authentication password for the proxy.
ProxyAuthPassREG_DWORD.. note::
If UseProxyForUpdates and ProxyAuthUser is false, these settings do not take effect.
.. warning:: Plain-text passwords are not supported.
.. code::
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\mRemoteNG\Updates]
"AllowCheckForUpdates"="false"
"AllowCheckForUpdatesAutomatical"="false"
"AllowCheckForUpdatesManual"="false"
[HKEY_LOCAL_MACHINE\SOFTWARE\mRemoteNG\Updates\Options]
"DisallowPromptForUpdatesPreference"="true"
"CheckForUpdatesFrequencyDays"=dword:00000014
"UpdateChannel"="Stable"
"UseProxyForUpdates"="false"
"ProxyAddress"=""
"ProxyPort"=dword:00000050
"UseProxyAuthentication"="false"
"ProxyAuthUser"=""
"ProxyAuthPass"=""