Skip to content

Commit 3293136

Browse files
authored
Merge pull request #229177 from Heidilohr/work-privacy-settings
Adding new registry key to device redirection doc.
2 parents 1d55e11 + 18c18fa commit 3293136

File tree

1 file changed

+49
-1
lines changed

1 file changed

+49
-1
lines changed

articles/virtual-desktop/configure-device-redirections.md

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Configure device redirection - Azure
33
description: How to configure device redirection for Azure Virtual Desktop.
44
author: Heidilohr
55
ms.topic: how-to
6-
ms.date: 02/24/2023
6+
ms.date: 03/06/2023
77
ms.author: helohr
88
manager: femila
99
---
@@ -174,6 +174,54 @@ Set the following RDP property to configure WebAuthn redirection:
174174
175175
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).
176176
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+
177225
## Next steps
178226
179227
- For more information about how to configure RDP settings, see [Customize RDP properties](customize-rdp-properties.md).

0 commit comments

Comments
 (0)