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
# Troubleshoot device redirections for Azure Virtual Desktop
@@ -29,15 +29,44 @@ 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
+
You might experience one or more of the following issues:
37
+
38
+
- Clipboard redirection fails (for example, copying from the remote session to the local device doesn't work).
39
+
- The remote session window can't be resized.
40
+
- Issues occur after updating to SxS Network Stack version 1.0.2501.05600 or later.
41
+
- Environments that use restrictive application control policies (for example, antivirus allowlists) are affected.
42
+
43
+
These issues occur because the updated SxS Network Stack introduces new executables: **rdpclipcdv.exe** and **rdpinputcdv.exe**. These executables are used to handle clipboard and window resizing functionality. If they're blocked, the functionality fails to initialize properly.
44
+
45
+
This impacts environments that enforce application restriction policies, such as:
46
+
47
+
- Software Restriction Policies (SRP)
48
+
- AppLocker
49
+
- Third-party endpoint protection software
50
+
51
+
To resolve the issue, ensure the following executables are allow-listed when executed from subfolders of **C:\\Program Files\\Microsoft RDInfra**:
52
+
53
+
-**rdpinit.exe**
54
+
-**rdpshell.exe**
55
+
-**rdpstartup.exe**
56
+
-**rdpstartuplauncher.exe**
57
+
-**rdpvchost.exe**
58
+
-**rdpclipcdv.exe**
59
+
-**rdpinputcdv.exe**
60
+
32
61
## Provide feedback
33
62
34
63
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.
35
64
36
65
## More information
37
66
38
-
- For an overview of troubleshooting Azure Virtual Desktop and the escalation tracks, see [Troubleshooting overview, feedback, and support](/azure/virtual-desktop/troubleshoot-set-up-overview).
39
-
- To troubleshoot issues while creating an Azure Virtual Desktop environment and host pool in an Azure Virtual Desktop environment, see [Environment and host pool creation](/azure/virtual-desktop/troubleshoot-set-up-issues).
40
-
- To troubleshoot issues while configuring a virtual machine (VM) in Azure Virtual Desktop, see [Session host virtual machine configuration](/azure/virtual-desktop/troubleshoot-vm-configuration).
41
-
- To troubleshoot issues related to the Azure Virtual Desktop agent or session connectivity, see [Troubleshoot common Azure Virtual Desktop Agent issues](/azure/virtual-desktop/troubleshoot-agent).
42
-
- To troubleshoot issues when using PowerShell with Azure Virtual Desktop, see [Azure Virtual Desktop PowerShell](/azure/virtual-desktop/troubleshoot-powershell).
43
-
- To go through a troubleshooting tutorial, see [Tutorial: Troubleshoot Resource Manager template deployments](/azure/virtual-desktop/../azure-resource-manager/templates/template-tutorial-troubleshoot).
67
+
- For an overview of troubleshooting Azure Virtual Desktop and the escalation tracks, see [Troubleshooting overview, feedback, and support](troubleshoot-set-up-overview.md).
68
+
- To troubleshoot issues while creating an Azure Virtual Desktop environment and host pool in an Azure Virtual Desktop environment, see [Environment and host pool creation](troubleshoot-set-up-issues.md).
69
+
- To troubleshoot issues while configuring a virtual machine (VM) in Azure Virtual Desktop, see [Session host virtual machine configuration](troubleshoot-vm-configuration.md).
70
+
- To troubleshoot issues related to the Azure Virtual Desktop agent or session connectivity, see [Troubleshoot common Azure Virtual Desktop Agent issues](troubleshoot-agent.md).
71
+
- To troubleshoot issues when using PowerShell with Azure Virtual Desktop, see [Azure Virtual Desktop PowerShell](troubleshoot-powershell.md).
72
+
- To go through a troubleshooting tutorial, see [Tutorial: Troubleshoot Resource Manager template deployments](/azure/azure-resource-manager/troubleshooting/quickstart-troubleshoot-arm-deployment).
0 commit comments