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: 11/14/2023
6
+
ms.date: 01/08/2024
7
7
ms.author: helohr
8
8
manager: femila
9
9
---
@@ -172,53 +172,48 @@ Set the following RDP property to configure WebAuthn redirection:
172
172
173
173
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).
174
174
175
-
## Disable drive redirection
175
+
## Disable redirection on the local device
176
176
177
-
If you're making RDP connections from personal resources to corporate ones on the Terminal Server or Windows Desktop clients, you can disable driveredirection for security purposes. To disable drive redirection:
177
+
If you're connecting from personal resources to corporate ones using the Windows Desktop clients, you can disable drive, printer, and clipboard redirection on your local device for security purposes by overriding the configuration from your administrator.
178
178
179
-
1. Open the **Registry Editor (regedit)**.
179
+
### Disable drive redirection
180
180
181
-
2. Go to **HKEY_LOCAL_MACHINE** > **SOFTWARE** > **Microsoft** > **Terminal Server Client**.
181
+
To disable drive redirection:
182
182
183
-
3. Create the following registry key:
183
+
1. Open the **Registry Editor (regedit)**.
184
184
185
-
- **Key**: HKLM\\Software\\Microsoft\\Terminal Server Client
186
-
- **Type**: REG_DWORD
187
-
- **Name**: DisableDriveRedirection
185
+
1. Go to the following registry key and create or set the value:
188
186
189
-
4. Set the value of the registry key to **0**.
187
+
- **Key**: `HKLM\Software\Microsoft\Terminal Server Client`
188
+
- **Type**: `REG_DWORD`
189
+
- **Value name**: `DisableDriveRedirection`
190
+
- **Value data**: `1`
190
191
191
-
## Disable printer redirection
192
+
### Disable printer redirection
192
193
193
-
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:
194
+
To disable printer redirection:
194
195
195
196
1. Open the **Registry Editor (regedit)**.
196
197
197
-
1. Go to **HKEY_LOCAL_MACHINE** > **SOFTWARE** > **Microsoft** > **Terminal Server Client**.
198
-
199
-
1. Create the following registry key:
198
+
1. Go to the following registry key and create or set the value:
200
199
201
-
- **Key**: HKLM\\Software\\Microsoft\\Terminal Server Client
202
-
- **Type**: REG_DWORD
203
-
- **Name**: DisablePrinterRedirection
200
+
- **Key**: `HKLM\Software\Microsoft\Terminal Server Client`
201
+
- **Type**: `REG_DWORD`
202
+
- **Value name**: `DisablePrinterRedirection`
203
+
- **Value data**: `1`
204
204
205
-
1. Set the value of the registry key to **0**.
205
+
### Disable clipboard redirection
206
206
207
-
## Disable clipboard redirection
208
-
209
-
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:
207
+
To disable clipboard redirection:
210
208
211
209
1. Open the **Registry Editor (regedit)**.
212
210
213
-
1. Go to **HKEY_LOCAL_MACHINE** > **SOFTWARE** > **Microsoft** > **Terminal Server Client**.
214
-
215
-
1. Create the following registry key:
216
-
217
-
- **Key**: HKLM\\Software\\Microsoft\\Terminal Server Client
218
-
- **Type**: REG_DWORD
219
-
- **Name**: DisableClipboardRedirection
211
+
1. Go to the following registry key and create or set the value:
220
212
221
-
1. Set the value of the registry key to **0**.
213
+
- **Key**: `HKLM\Software\Microsoft\Terminal Server Client`
0 commit comments