Home » Questions » Computers [ Ask a new question ]

Windows RDP -- Possible to resize resolution on-the-fly?

Windows RDP -- Possible to resize resolution on-the-fly?

I'm wondering if it's possible to resize the desktop on an RDP session on the fly

Asked by: Guest | Views: 249
Total answers/comments: 2
Guest [Entry]

"Smart sizing is now a full-blown feature of Remote desktop, but is ""hidden"" in the right click menu

Source: my (italian) article here (Google Translate)

Hope this help"
Guest [Entry]

"You can use WSL on Windows and install freerdp2-x11 (i use debian):
apt update
apt upgrade
apt install freerdp2-x11
export DISPLAY=localhost:0.0

run a xserver (vcxsrv for example) in your Windows Computer
xfreerdp /u: /v: /dynamic-resolution

After you resize, the resolution is adjusted. And it is free :-)"