Hello,
According to your description, you are experiencing an issue where the RDP session does not show all the contents of the remote screen and the window is out of view while connecting remotely. You can try the following workarounds:
- Right-click on the desktop and select "Display Settings". In the Display section, temporarily reduce the screen resolution, and then revert back to the original resolution.
- When creating these RemoteApp links, ensuring a consistent resolution configuration between the client and the session host can reduce the incorrect pop-up location.
Win+R open Run, enter gpedit.msc, open the Group Policy Editor, navigate to: Computer Configuration -> Administrative Templates -> Remote Desktop Services -> Remote Desktop Session Host -> Remote Session Environment, set the policy Limit Maximum Display Resolution, set it to Enabled, and specify the appropriate resolution.
- In the Display tab of the remote desktop connection, enable the Smart Sizing feature. This feature automatically resizes the remote desktop window to fit the local screen.
- In the Experience tab of the Remote Desktop connection, uncheck "Persistent Bitmap Caching". Adjust the connection speed options and select Modem (56 Kbps) or Low Speed Broadband (256 Kbps - 2 Mbps) to reduce the amount of data transferred.
- You can try restarting Remote Desktop Services: On the remote computer, open the Command Prompt (CMD), enter the following command and press Enter:
net stop termservice
net start termservice
- If the problem only happened after the Win11 update, you can roll back the win11 client machine to the previous version first.
I hope this information helps.
Best regards,
Jingjing Wu