mRemoteNGDocumentation/registry/startupExit_settings.rst
Startup and Exit 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\StartupExit\OptionsSpecifies the startup behavior of the application:
None: The application starts without any specific behavior, using the last closed resolution or position.
Minimized: The application starts minimized.
FullScreen: The application starts in fullscreen mode.
Value Name: StartupBehavior
Value Type: REG_SZ
Values:
NoneMinimizedFullScreenSpecifies whether sessions should be automatically reconnected on application startup.
Value Name: OpenConnectionsFromLastSession
Value Type: REG_SZ
Values:
truefalseEnsures that only a single instance of the application is allowed to run.
Value Name: EnforceSingleApplicationInstance
Value Type: REG_SZ
Values:
truefalse.. code::
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\mRemoteNG\StartupExit]
[HKEY_LOCAL_MACHINE\SOFTWARE\mRemoteNG\StartupExit\Options]
"EnforceSingleApplicationInstance"="true"
"OpenConnectionsFromLastSession"="true"
"StartupBehavior"="FullScreen"