You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|Muitiple displays | use multimon:i:*value*| ✔ | ✔ | Determines whether the remote session will use one or multiple displays from the local computer. | - 0: Don't enable multiple display support.<br />- 1: Enable multiple display support. | 0 |
66
+
|Multiple displays | use multimon:i:*value*| ✔ | ✔ | Determines whether the remote session will use one or multiple displays from the local computer. | - 0: Don't enable multiple display support.<br />- 1: Enable multiple display support. | 0 |
67
67
| Selected monitors | selectedmonitors:s:*value*| ✔ | ✔ | Specifies which local displays to use from the remote session. The selected displays must be contiguous. Requires `use multimon` to be set to **1**.<br /><br />Only available on the Windows Inbox (MSTSC) and Windows Desktop (MSRDC) clients. | Comma separated list of machine-specific display IDs. You can retrieve IDs by calling `mstsc.exe /l`. The first ID listed will be set as the primary display in the session. | All displays. |
68
68
| Maximize to current displays | maximizetocurrentdisplays:i:*value*| ✔ | ✔ | Determines which display the remote session goes full screen on when maximizing. Requires `use multimon` to be set to **1**.<br /><br />Only available on the Windows Desktop (MSRDC) client. | - 0: Session goes full screen on the displays initially selected when maximizing.<br />- 1: Session dynamically goes full screen on the displays touched by the session window when maximizing. | 0 |
69
69
| Multi to single display switch | singlemoninwindowedmode:i:*value*| ✔ | ✔ | Determines whether a multi display remote session automatically switches to single display when exiting full screen. Requires `use multimon` to be set to **1**.<br /><br />Only available on the Windows Desktop (MSRDC) client. | - 0: Session retains all displays when exiting full screen.<br />- 1: Session switches to single display when exiting full screen. | 0 |
@@ -86,4 +86,4 @@ ms.date: 11/15/2022
86
86
| Icon file | remoteapplicationicon:s:value| ✗ | ✔ | Specifies the icon file to be displayed in the client UI while launching a RemoteApp. If no file name is specified, the client will use the standard Remote Desktop icon. Only `.ico` files are supported. | Valid file path. | N/A |
87
87
| Application mode | remoteapplicationmode:i:value| ✗ | ✔ | Determines whether a connection is launched as a RemoteApp session. | - 0: Don't launch a RemoteApp session.<br />- 1: Launch a RemoteApp session. | 1 |
88
88
| Application display name | remoteapplicationname:s:value| ✗ | ✔ | Specifies the name of the RemoteApp in the client interface while starting the RemoteApp. | App display name. For example, *Excel 2016*. | N/A |
89
-
| Alias/executable name | remoteapplicationprogram:s:value| ✗ | ✔ | Specifies the alias or executable name of the RemoteApp. | Valid alias or name. For example, *EXCEL*. | N/A |
89
+
| Alias/executable name | remoteapplicationprogram:s:value| ✗ | ✔ | Specifies the alias or executable name of the RemoteApp. | Valid alias or name. For example, *EXCEL*. | N/A |
0 commit comments