linux中远程windows桌面

不是因为您使用了linux就没法使用远程3389连接windows桌面终端了,linux提供了相应的软件包,下面是方法:

在linux中远程连接windows桌面的方法

1. 首先要安装一个 rdesktop 软件

2. 执行命令 rdesktop -f -a 24 IP地址

其中 -f 表示是全屏, -a 表示显示的色位 24 或 16 等

更为具体的使用方法和其他方法,请参见以下文章:

------- Linux下用Tsclient和Rdesktop远程登录XP-------

1. Tsclient

在登录界面输入对方的IP,用户名,密码单击连接,开始连接。将XP,Vista Terminal Service这个服务设置成“已禁用”可以实现多用户登录。

2.Rdesktop

在终端输入:rdesktop -u administrator -p 123456 -r sound:local 202.198.31.1**

就可以启动,虚拟终端了。

常用参数

-u: user name

-d: domain

-s: shell

-c: working directory

-p: password (- to prompt)

-n: client hostname

-k: keyboard layout on server (en-us, de, sv, etc.)

-g: desktop geometry (WxH)

-f: full-screen mode

-b: force bitmap updates

-L: local codepage

-A: enable SeamlessRDP mode

-B: use BackingStore of X-server (if available)

-e: disable encryption (French TS)

-E: disable encryption from client to server

-m: do not send motion events

-C: use private colour map

-D: hide window manager decorations

-K: keep window manager key bindings

-S: caption button size (single application mode)

-T: window title

-N: enable numlock syncronization

-X: embed into another window with a given id.

-a: connection colour depth

-z: enable rdp compression

-x: RDP5 experience (m[odem 28.8], b[roadband], l[an] or hex nr.)

-P: use persistent bitmap caching

-r: enable specified device redirection (this flag can be repeated)

 


欢迎转载本文,请注明来自:http://www.linuxsense.org

TAG: rdesktop 3389 windows远程桌面
发布: 2007-10-20 22:18    作者: webmaster    来源: 本站原创    查看: 69次

推荐给好友 上一篇 | 下一篇

 

评分:0

我来说两句

seccode