BornToBeRoot / NETworkManager

A powerful tool for managing networks and troubleshoot network problems!
https://borntoberoot.net/NETworkManager/
GNU General Public License v3.0
6.63k stars 685 forks source link

RDP window size does not adapt #2911

Open sfwwslm opened 1 week ago

sfwwslm commented 1 week ago

Describe your issue: After changing the primary monitor resolution from 1920x1080 to 2880x1800, the RDP window size in the secondary monitor does not adapt. The secondary monitor is 1600x900.

Steps to reproduce the issue:

1. 2. 3.

NETworkManager version: 2024.11.11.0 2024.8.1.0

Windows version (like 10.0.x.x): Win11 23h2 版本 10.0.22631 版本 22631

.NET version (like 6.0.x): 8.0

Screenshots 微信截图_20241113105611

Eventlog (if application crashes)
BornToBeRoot commented 6 days ago

Hi @sfwwslm, you can set the display options global, per group and per host.

https://borntoberoot.net/NETworkManager/docs/application/remote-desktop#display

If you change this setting, you must re-establish the connection (open a new tab) for it to be applied.

Maybe the server itself has set a max display resolution. (e.g. https://admx.help/?Category=Windows_10_2016&Policy=Microsoft.Policies.TerminalServer::TS_MAXDISPLAYRES) You could check this with the normal mstsc.exe.

Edit:

I just tried this, and it's working for me:

image

sfwwslm commented 6 days ago

@BornToBeRoot Thanks, I used mstsc.exe and it showed normal. I tried custom resolution but it didn't work.

sfwwslm commented 6 days ago

This is my laptop's display configuration

20241114175053

BornToBeRoot commented 4 days ago

Thanks for the infos. I try to reproduce that