Welcome to the Microsoft Q&A Platform and thank you for posting your question!
You are experiencing duplicate RemoteApp processes, which often occur when multiple concurrent Remote Desktop sessions are allowed for the same user. Enforcing a single session per user can help resolve this.
Restrict Users to a Single Remote Desktop Session
This policy ensures each user can only have one active RDP session at a time. If a session already exists, Windows will reconnect to it instead of starting a new one, even when using a shared account. Troubleshooting steps:
1.Open Local or Domain Group Policy Editor (gpedit.msc or gpmc.msc).
2.Navigate to Computer Configuration → Administrative Templates → Windows Components → Remote Desktop Services → Remote Desktop Session Host → Connections
3.Locate Restrict Remote Desktop Services users to a single Remote Desktop Services session
4.Set it to Enabled
5.Run gpupdate /force to apply immediately on the RDS host
This prevents duplicate RemoteApp instances by reconnecting to the existing session instead of opening a new one.
Additionally, if you use Remote Desktop Gateway or RDS Collections, review their timeout and session limit policies to ensure there are no conflicts.
Please let me know if applying this policy resolves the duplicate session issue. Wishing you a smooth and successful fix!