💾 Archived View for freeshell.de › tldr › rdesktop.gmi captured on 2023-11-04 at 12:49:12. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Remote Desktop Protocol client.
It can be used to connect the remote computer using the RDP protocol.
rdesktop -u {username} -p {password} {host:port}
rdesktop -u Administrator -p passwd123 192.168.1.111:3389
rdesktop -u {username} -p {password} -f {host:port}
rdesktop -u {username} -p {password} -g 1366x768 {host:port}
rdesktop -u {username} -p {password} -d {domainname} {host:port}
rdesktop -u {username} -p {password} -a 16 {host:port}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).