Hello,
Here are some solutions:
- Using the Remote Desktop app (via the Microsoft Store)
While setting up the connection, simply configure the Display Settings to the desired resolution. Additionally, "Change the size of the display" should be set to 100% to disable any remote DPI scaling. When entering full screen, the display is automatically stretched locally.
- Using the native Remote Desktop Connection client (mstsc)
On "Display configuation" settings, you can change the "Remote Desktop Connection” display by moving the slider from "Small to Large".
By moving the "Slider" all the way to large, the display settings will automatically set to "Full Screen".
- Using .rdp file:
According to official documentation, you could edit .rdp file and add parameter desktopscalefactor:i:value where value is scale factor (100, 125, 150, 175, 200, 250, 300, 400, 500), 100 is default.
Docs: https://docs.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/rdp-files
- Changing the scaling:
Regards,
Karlie