mRemoteNGDocumentation/registry/tabsPanels_settings.rst
Tabs and Panel 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>.
Configure the options page to modify functionalities as described.
HKEY_LOCAL_MACHINESOFTWARE\mRemoteNG\TabsAndPanels\OptionsSpecifies whether panel tabs are always shown or not. This is useful when the panel attribute in a connection is set to group open connections.
Value Name: AlwaysShowPanelTabs
Value Type: REG_SZ
Values:
truefalseSpecifies whether logon information (username) is shown on tabs.
Value Name: ShowLogonInfoOnTabs
Value Type: REG_SZ
Values:
truefalseSpecifies whether protocol information is displayed on tabs (e.g., RDP:).
Value Name: ShowProtocolOnTabs
Value Type: REG_SZ
Values:
truefalseSpecifies whether quick connect tabs are marked by the prefix "Quick:".
Value Name: IdentifyQuickConnectTabs
Value Type: REG_SZ
Values:
truefalseSpecifies whether double-clicking on a tab closes it.
Value Name: DoubleClickOnTabClosesIt
Value Type: REG_SZ
Values:
truefalseSpecifies whether the panel selection dialog is always shown. When set to true, initiating a connection will prompt a dialog to appear, allowing the user to choose the panel to which the connection will be added or create a new one.
Value Name: AlwaysShowPanelSelectionDlg
Value Type: REG_SZ
Values:
truefalseSpecifies whether an empty panel is created on startup.
Value Name: CreateEmptyPanelOnStartUp
Value Type: REG_SZ
Values:
truefalseSpecifies the name of the startup panel.
StartUpPanelNameREG_SZ.. note:: It doesn't take effect if 'CreateEmptyPanelOnStartUp' is unchecked.
.. code::
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\mRemoteNG\TabsAndPanels]
[HKEY_LOCAL_MACHINE\SOFTWARE\mRemoteNG\TabsAndPanels\Options] "AlwaysShowPanelTabs"="true" "ShowLogonInfoOnTabs"="true" "ShowProtocolOnTabs"="true" "IdentifyQuickConnectTabs"="true" "DoubleClickOnTabClosesIt"="true" "AlwaysShowPanelSelectionDlg"="true" "CreateEmptyPanelOnStartUp"="true" "StartUpPanelName"=""