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/redirection-configure-drives-storage.md
+50-1Lines changed: 50 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -239,7 +239,56 @@ To test drive redirection:
239
239
S on DESKTOP
240
240
```
241
241
242
-
### Optional: Disable drive redirection on a local device
242
+
## Improve performance of enumerating files and folders on redirected drives
243
+
244
+
When a user opens or lists the contents of a redirected drive, the remote session enumerates files and folders of the current directory. If you have a large number of files and folders on the redirected drives, the enumeration process can take a long time and impact the performance of the remote session. The time taken to enumerate depends on the round-trip time (RTT) between the local device and the remote session.
245
+
246
+
::: zone pivot="azure-virtual-desktop"
247
+
For session hosts running Windows 11 24H2 with the [2025-03 Cumulative Update for Windows 11 (KB5053598)](https://support.microsoft.com/kb/KB5053598) or later, the performance of enumerating files and folders on redirected drives is greatly improved.
248
+
249
+
Once your session hosts have the correct version of Windows 11 and Cumulative Update, to enable the improved performance you need to:
250
+
251
+
1. Add the following registry key and value to each session host:
1. Connect to a remote session using the latest version of Windows App for Windows or the Remote Desktop client for Windows. Only Windows is supported; other platforms aren't currently supported.
259
+
::: zone-end
260
+
261
+
::: zone pivot="windows-365"
262
+
For a Cloud PC running Windows 11 24H2 with the [2025-03 Cumulative Update for Windows 11 (KB5053598)](https://support.microsoft.com/kb/KB5053598) or later, the performance of enumerating files and folders on redirected drives is greatly improved.
263
+
264
+
Once your Cloud PC has the correct version of Windows 11 and Cumulative Update, to enable the improved performance you need to:
265
+
266
+
1. Add the following registry key and value to each Cloud PC:
1. Connect to a remote session using the latest version of Windows App for Windows or the Remote Desktop client for Windows. Only Windows is supported; other platforms aren't currently supported.
274
+
::: zone-end
275
+
276
+
::: zone pivot="dev-box"
277
+
For a dev box running Windows 11 24H2 with the [2025-03 Cumulative Update for Windows 11 (KB5053598)](https://support.microsoft.com/kb/KB5053598) or later, the performance of enumerating files and folders on redirected drives is greatly improved.
278
+
279
+
Once your session hosts have the correct version of Windows 11 and Cumulative Update, to enable the improved performance you need to:
280
+
281
+
1. Add the following registry key and value to each dev box:
1. Connect to a remote session using the latest version of Windows App for Windows or the Remote Desktop client for Windows. Only Windows is supported; other platforms aren't currently supported.
289
+
::: zone-end
290
+
291
+
## Optional: Disable drive redirection on a local device
243
292
244
293
You can disable drive redirection on a local device to prevent the drives from being redirected between a remote session. This method is useful if you want to enable drive redirection for most users, but disable it for specific devices.
0 commit comments