CentOS 6 - Desktop Environment - Connect to Windows' remore desktop function by rdesktop


Install rdesktop and connect to Windows. It's necessary to enable remote desktop function on Windows.

[1]
Install rdesktop

[root@dlp ~]# yum -y install rdesktop

[2]
Start X server and input command like follows.

--------------------------------------------------------------------------------------------------------
[root@dlp ~]# rdesktop -u servermadkour -k ja -g 800x600 10.0.0.150
# -u [user name]
# -k [keyboard]
# -g [screen resolution]
# -f [full screen mode]
# -T [screen title]


Just Connected