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
Copy file name to clipboardExpand all lines: articles/virtual-desktop/configure-device-redirections.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -174,7 +174,7 @@ When enabled, WebAuthn requests from the session are sent to the local PC to be
174
174
175
175
## Disable redirection on the local device
176
176
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 admin.
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
179
### Disable drive redirection
180
180
@@ -184,7 +184,7 @@ To disable drive redirection:
184
184
185
185
1. Go to the following registry key and create or set the value:
186
186
187
-
- **Key**: `HKLM\\Software\\Microsoft\\Terminal Server Client`
187
+
- **Key**: `HKLM\Software\Microsoft\Terminal Server Client`
188
188
- **Type**: `REG_DWORD`
189
189
- **Value name**: `DisableDriveRedirection`
190
190
- **Value data**: `1`
@@ -197,7 +197,7 @@ To disable printer redirection:
197
197
198
198
1. Go to the following registry key and create or set the value:
199
199
200
-
- **Key**: `HKLM\\Software\\Microsoft\\Terminal Server Client`
200
+
- **Key**: `HKLM\Software\Microsoft\Terminal Server Client`
201
201
- **Type**: `REG_DWORD`
202
202
- **Value name**: `DisablePrinterRedirection`
203
203
- **Value data**: `1`
@@ -210,7 +210,7 @@ To disable clipboard redirection:
210
210
211
211
1. Go to the following registry key and create or set the value:
212
212
213
-
- **Key**: `HKLM\\Software\\Microsoft\\Terminal Server Client`
213
+
- **Key**: `HKLM\Software\Microsoft\Terminal Server Client`
0 commit comments