Skip to content

Commit ed78443

Browse files
Fixed code blocks
1 parent 7ee751b commit ed78443

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ When enabled, WebAuthn requests from the session are sent to the local PC to be
174174
175175
## Disable redirection on the local device
176176
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.
178178
179179
### Disable drive redirection
180180
@@ -184,7 +184,7 @@ To disable drive redirection:
184184
185185
1. Go to the following registry key and create or set the value:
186186
187-
- **Key**: `HKLM\\Software\\Microsoft\\Terminal Server Client`
187+
- **Key**: `HKLM\Software\Microsoft\Terminal Server Client`
188188
- **Type**: `REG_DWORD`
189189
- **Value name**: `DisableDriveRedirection`
190190
- **Value data**: `1`
@@ -197,7 +197,7 @@ To disable printer redirection:
197197
198198
1. Go to the following registry key and create or set the value:
199199
200-
- **Key**: `HKLM\\Software\\Microsoft\\Terminal Server Client`
200+
- **Key**: `HKLM\Software\Microsoft\Terminal Server Client`
201201
- **Type**: `REG_DWORD`
202202
- **Value name**: `DisablePrinterRedirection`
203203
- **Value data**: `1`
@@ -210,7 +210,7 @@ To disable clipboard redirection:
210210
211211
1. Go to the following registry key and create or set the value:
212212
213-
- **Key**: `HKLM\\Software\\Microsoft\\Terminal Server Client`
213+
- **Key**: `HKLM\Software\Microsoft\Terminal Server Client`
214214
- **Type**: `REG_DWORD`
215215
- **Value name**: `DisableClipboardRedirection`
216216
- **Value data**: `1`

0 commit comments

Comments
 (0)