mRemoteNGDocumentation/registry/credential_settings.rst
Credential 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\CredentialsSpecifies whether the export of usernames for saved connections is allowed.
Value Name: AllowExportUsernames
Value Type: REG_SZ
Default value: true
Values:
falseSpecifies whether the export of passwords for saved connections is allowed.
Value Name: AllowExportPasswords
Value Type: REG_SZ
Default value: true
Values:
falseSpecifies whether the saving of usernames for saved connections is allowed.
Value Name: AllowSaveUsernames
Value Type: REG_SZ
Default value: true
Values:
false.. note::
If AllowSaveUsernames is set to false,
stored user names in the connection persist until the connection goes through modification or usage.
Subsequently, stored user names are removed.
Additionally, new connections will not be able to store usernames.
Specifies whether the saving of passwords for saved connections is allowed.
Value Name: AllowSavePasswords
Value Type: REG_SZ
Default value: true
Values:
false.. note::
If AllowSavePasswords is set to false,
stored passwords in the connection persist until the connection goes through modification or usage.
Subsequently, stored passwords are removed.
Additionally, new connections will not be able to store passwords.
Configure the options page to modify functionalities as described.
HKEY_LOCAL_MACHINESOFTWARE\mRemoteNG\Credentials\OptionsSpecifies the radio button state on the credentials page to prefill empty credential fields:
(1) "None" is selected to leave the fields unfilled. (2) "Windows Logon Information" is chosen to autofill with Single Sign-On (SSO) data. (3) "Custom" is opted for utilizing the defined information.
Value Name: UseCredentials
Value Type: REG_SZ
Values:
noinfowindowscustomSpecifies the user set via API as the default username.
UserViaAPIDefaultREG_SZ.. note::
Only takes effect if UseCredentials is set to custom or DefaultUserViaAPIEnabled is set to false.
Specifies the default username.
DefaultUsernameREG_SZ.. note::
Only takes effect if UseCredentials is set to custom or DefaultUsernameEnabled is set to false.
Specifies the default password.
DefaultPasswordREG_SZ.. warning:: Plain-text passwords are not supported.
.. note::
Only takes effect if UseCredentials is set to custom or DefaultPasswordEnabled is set to false.
Specifies the default domain.
DefaultDomainREG_SZ.. note::
Only takes effect if UseCredentials is set to custom.
Controls whether the default username field is enabled or disabled. Locking the field may make more sense than disabling the entire settings option.
Value Name: DefaultUsernameEnabled
Value Type: REG_SZ
Default value: true
Values:
falseControls whether the default password field is enabled or disabled. Locking the field may make more sense than disabling the entire settings option.
Value Name: DefaultPasswordEnabled
Value Type: REG_SZ
Default value: true
Values:
falseControls whether the default user via API field is enabled or disabled. Locking the field may make more sense than disabling the entire settings option.
Value Name: DefaultUserViaAPIEnabled
Value Type: REG_SZ
Default value: true
Values:
false.. code::
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\mRemoteNG\Credentials] "AllowExportPasswords"="false" "AllowExportUsernames"="false" "AllowSavePasswords"="false" "AllowSaveUsernames"="false"
[HKEY_LOCAL_MACHINE\SOFTWARE\mRemoteNG\Credentials\Options] "UseCredentials"="custom" "UserViaAPIDefault"="" "DefaultUsername"="" "DefaultPassword"="" "DefaultDomain"=""
"DefaultUsernameEnabled"="false" "DefaultPasswordEnabled"="false" "DefaultUserViaAPIEnabled"="false"