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
description: How to configure device redirection for Azure Virtual Desktop.
4
4
author: Heidilohr
5
5
ms.topic: how-to
6
-
ms.date: 02/24/2023
6
+
ms.date: 03/06/2023
7
7
ms.author: helohr
8
8
manager: femila
9
9
---
@@ -174,6 +174,54 @@ Set the following RDP property to configure WebAuthn redirection:
174
174
175
175
When enabled, WebAuthn requests from the session are sent to the local PC to be completed using the local Windows Hello for Business or security devices like FIDO keys. For more information, see [In-session passwordless authentication](authentication.md#in-session-passwordless-authentication-preview).
176
176
177
+
## Disable drive redirection
178
+
179
+
If you're making RDP connections from personal resources to corporate ones on the Terminal Server or Windows Desktop clients, you can disable drive redirection for security purposes. To disable drive redirection:
180
+
181
+
1. Open the **Registry Editor (regedit)**.
182
+
183
+
2. Go to **HKEY_LOCAL_MACHINE** > **SOFTWARE** > **Microsoft** > **Terminal Server Client**.
184
+
185
+
3. Create the following registry key:
186
+
187
+
- **Key**: HKLM\\Software\\Microsoft\\Terminal Server Client
188
+
- **Type**: REG_DWORD
189
+
- **Name**: DisableDriveRedirection
190
+
191
+
4. Set the value of the registry key to **0**.
192
+
193
+
## Disable printer redirection
194
+
195
+
If you're making RDP connections from personal resources to corporate ones on the Terminal Server or Windows Desktop clients, you can disable printer redirection for security purposes. To disable printer redirection:
196
+
197
+
1. Open the **Registry Editor (regedit)**.
198
+
199
+
1. Go to **HKEY_LOCAL_MACHINE** > **SOFTWARE** > **Microsoft** > **Terminal Server Client**.
200
+
201
+
1. Create the following registry key:
202
+
203
+
- **Key**: HKLM\\Software\\Microsoft\\Terminal Server Client
204
+
- **Type**: REG_DWORD
205
+
- **Name**: DisablePrinterRedirection
206
+
207
+
1. Set the value of the registry key to **0**.
208
+
209
+
## Disable clipboard redirection
210
+
211
+
If you're making RDP connections from personal resources to corporate ones on the Terminal Server or Windows Desktop clients, you can disable clipboard redirection for security purposes. To disable clipboard redirection:
212
+
213
+
1. Open the **Registry Editor (regedit)**.
214
+
215
+
1. Go to **HKEY_LOCAL_MACHINE** > **SOFTWARE** > **Microsoft** > **Terminal Server Client**.
216
+
217
+
1. Create the following registry key:
218
+
219
+
- **Key**: HKLM\\Software\\Microsoft\\Terminal Server Client
220
+
- **Type**: REG_DWORD
221
+
- **Name**: DisableClipboardRedirection
222
+
223
+
1. Set the value of the registry key to **0**.
224
+
177
225
## Next steps
178
226
179
227
- For more information about how to configure RDP settings, see [Customize RDP properties](customize-rdp-properties.md).
0 commit comments