Skip to content

Commit c3cd598

Browse files
committed
Fixed typo
1 parent 2b602ba commit c3cd598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ ms.date: 01/11/2024
4848
| Encoded video quality | `redirected video capture encoding quality:i:*value*` ||| Controls the quality of encoded video. | `0`: High compression video. Quality may suffer when there's a lot of motion. <br /><br />`1`: Medium compression.<br /><br />`2`: Low compression video with high picture quality. | `0` |
4949
| Audio output location | `audiomode:i:*value*` ||| Determines whether the local or remote machine plays audio. | `0`: Play sounds on the local computer.<br /><br />`1`: Play sounds on the remote computer.<br /><br />`2`: Don't play sounds. | `0` |
5050
| Camera redirection | `camerastoredirect:s:*value*` ||| Configures which cameras to redirect. This setting uses a semicolon-delimited list of `KSCATEGORY_VIDEO_CAMERA` interfaces of cameras enabled for redirection. | `*`: Redirect all cameras.<br /><br />Specify a list of cameras, such as `\\?\usb#vid_0bda&pid_58b0&mi`.<br /><br />You can exclude a specific camera by prepending the symbolic link string with `-`. | *Don't redirect any cameras*. |
51-
| Media Transfer Protocol (MTP) and Picture Transfer Protocol (PTP) | `devicestoredirect:s:*value*` ||| Determines which devices on the local computer will be redirected and available in the remote session. | `*`: Redirect all supported devices, including ones that are connected later.<br /><br />Valid hardware ID for one or more devices, such as `\\?\usb#vid_0bda&pid_58b0&mi`.<br /><br /`>DynamicDevices`: Redirect all supported devices that are connected later. | `*` |
51+
| Media Transfer Protocol (MTP) and Picture Transfer Protocol (PTP) | `devicestoredirect:s:*value*` ||| Determines which devices on the local computer will be redirected and available in the remote session. | `*`: Redirect all supported devices, including ones that are connected later.<br /><br />Valid hardware ID for one or more devices, such as `\\?\usb#vid_0bda&pid_58b0&mi`.<br /><br />`DynamicDevices`: Redirect all supported devices that are connected later. | `*` |
5252
| Drive/storage redirection | `drivestoredirect:s:*value*` ||| Determines which disk drives on the local computer will be redirected and available in the remote session. | No value specified: don't redirect any drives.<br /><br />`*`: Redirect all disk drives, including drives that are connected later.<br /><br />`DynamicDrives`: redirect any drives that are connected later.<br /><br />The drive and labels for one or more drives, such as `drivestoredirect:s:C\:;E\:;`, redirect the specified drive(s). | `*` |
5353
| Windows key combinations | `keyboardhook:i:*value*` ||| Determines when Windows key combinations (<kbd>Windows</kbd>, <kbd>Alt</kbd>+<kbd>Tab</kbd>) are applied to the remote session for desktop and RemoteApp connections. | `0`: Windows key combinations are applied on the local computer.<br /><br />`1`: (Desktop only) Windows key combinations are applied on the remote computer when in focus.<br /><br />`2`: (Desktop only) Windows key combinations are applied on the remote computer in full screen mode only.<br /><br />`3`: (RemoteApp only) Windows key combinations are applied on the RemoteApp when in focus. We recommend you use this value only when publishing the Remote Desktop Connection app (`mstsc.exe`) from the host pool on Azure Virtual Desktop. This value is only supported when using the [Windows client](/azure/virtual-desktop/users/connect-windows). | `2` |
5454
| Clipboard redirection | `redirectclipboard:i:*value*` ||| Determines whether clipboard redirection is enabled. | `0`: Clipboard on local computer isn't available in remote session.<br /><br />`1`: Clipboard on local computer is available in remote session. | `1` |

0 commit comments

Comments
 (0)