This setting allows you to force all Remote Desktop Plus sessions to use the restricted kiosk mode.
The kiosk mode is the stripped-down GUI in which users can only enter or modify the computername, the username, the password or any combination thereof, thus restricting them to the settings you have specified in the command line or .rdp file.
If you enable this setting, Remote Desktop Plus will always use the kiosk mode.
Use the kiosk mode mask to specify which fields are editable for the user. Each character in the mask stands for one of the three fields (computername, username, password). 1 enables the field, 0 disables it.
Example: 011 will disable the computername field and only allow the user to enter the username and password.
If you disable or do not configure this setting, Remote Desktop Plus will use either the normal GUI or the kiosk mode, depending on what command line parameters were used.
Registry Hive | HKEY_LOCAL_MACHINE or HKEY_CURRENT_USER |
Registry Path | SOFTWARE\Policies\Remote Desktop Plus |
Value Name | ForceKioskMode |
Value Type | REG_DWORD |
Enabled Value | 1 |
Disabled Value | 0 |
Registry Hive | HKEY_LOCAL_MACHINE or HKEY_CURRENT_USER |
Registry Path | SOFTWARE\Policies\Remote Desktop Plus |
Value Name | KioskModeMask |
Value Type | REG_SZ |
Default Value | 100 |