how to

rdp-connection-to-windows

Mar 6, 2024
oswindows
1 Minutes
65 Words

Using the RDP protocol, connect to windows desktop from Ubuntu.

Once you type the following command, you will enter full screen mode to windows desktop instantly. RDP shall be set on windows before connecting.

1
sudo apt install rdesktop
2
rdesktop -f -a 16 100.100.100.187:3389

You can try telnet command before connecting. 3389 is mostly the port for RDP.

1
telnet 100.100.100.187 3389

Use ctrl + alt + enter to quit full screen.

Article title:rdp-connection-to-windows
Article author:Julyfun
Release time:Mar 6, 2024
Copyright 2025
Sitemap