Skip to content

Commit f4aae77

Browse files
authored
Update include-rdp-properties.md
Fixing a typo, "Muitiple" -> "Multiple" on Line 66
1 parent b40ce9e commit f4aae77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-desktop/includes/include-rdp-properties.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ ms.date: 11/15/2022
6363

6464
| Display name | RDP property | Azure Virtual Desktop | Remote Desktop Services | Description | Values | Default value |
6565
|--|--|:-:|:-:|--|--|:-:|
66-
| 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 |
6767
| 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. |
6868
| 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 |
6969
| 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
8686
| 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 |
8787
| 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 |
8888
| 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

Comments
 (0)