Using RDP
Using RDP
# Normal Way:
xfreerdp /u:$UserName /p:$Password /v:$ip
# This is best as it allow auto resizing feature.
xfreerdp /v:$IP /u:$UserName /p:$Password /smart-sizing:1920x1080
# Use this command if you want dynamic resolution of RDP windows. It will adjust the resolution according to your current host machine.
xfreerdp /v:$IP /u:$UserName /p:'$Password' /cert-ignore /dynamic-resolution
Last updated