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: support/azure/virtual-desktop/troubleshoot-device-redirections.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,34 @@ If a user signs in to the session host with a single-factor credential like user
29
29
3. Choose **Sign-in options** at the bottom of the window.
30
30
4. Select **Sign in with Windows Hello or a security key**. They should see an option to select Windows Hello or security authentication methods.
31
31
32
+
## Clipboard and Window Resizing Issues After SxS Network Stack Update
33
+
34
+
**Applies to:** Azure Virtual Desktop – SxS Network Stack version 1.0.2501.05600 and later
35
+
36
+
### Symptoms
37
+
- Clipboard redirection fails (e.g., copying from the AVD session to the local device does not work).
38
+
- The AVD session window cannot be resized.
39
+
- Issues occur after updating to SxS Network Stack version `1.0.2501.05600` or later.
40
+
- Affects environments that use restrictive application control policies (e.g., antivirus allow lists).
41
+
42
+
### Cause
43
+
The updated SxS network stack introduces new executables—`rdpclipcdv.exe` and `rdpinputcdv.exe`—used to handle clipboard and window resizing functionality. If these executables are blocked, the functionality fails to initialize properly.
44
+
45
+
This impacts environments that enforce application restriction policies, such as:
46
+
- Software Restriction Policies (SRP)
47
+
- AppLocker
48
+
- Third-party endpoint protection software
49
+
50
+
### Resolution
51
+
Ensure the following executables are allow-listed **when executed from subfolders of**`C:\Program Files\Microsoft RDInfra`:
52
+
-`rdpinit.exe`
53
+
-`rdpshell.exe`
54
+
-`rdpstartup.exe`
55
+
-`rdpstartuplauncher.exe`
56
+
-`rdpvchost.exe`
57
+
-`rdpclipcdv.exe`
58
+
-`rdpinputcdv.exe`
59
+
32
60
## Provide feedback
33
61
34
62
Visit the [Azure Virtual Desktop Tech Community](https://techcommunity.microsoft.com/t5/azure-virtual-desktop/bd-p/AzureVirtualDesktopForum) to discuss the Azure Virtual Desktop service with the product team and active community members.
0 commit comments