Difference between revisions of "Rdesktop"
From Blue-IT.org Wiki
(Created page with " * http://acmyau.wordpress.com/2011/12/07/seamlessrdp-from-linux-to-windows-7/ rdesktop -r sound:local -r disk:Home=$HOME -d -u -p -z -x l -A -s "taskmgr" REMOTE_IP:3389 -u...") |
|||
Line 1: | Line 1: | ||
+ | == Seamless in Windows == | ||
+ | Easiest way: use the Remote App Tool to create a rdp file for the program, you like to run | ||
+ | * https://sites.google.com/site/kimknight/remoteapptool | ||
+ | |||
+ | Start a virtual machine with windows and process the rdp file in it. | ||
+ | That's it. Just works. | ||
+ | |||
+ | == Seamless in Linux == | ||
+ | |||
+ | I didn't succeed to get this work ever! | ||
* http://acmyau.wordpress.com/2011/12/07/seamlessrdp-from-linux-to-windows-7/ | * http://acmyau.wordpress.com/2011/12/07/seamlessrdp-from-linux-to-windows-7/ | ||
rdesktop -r sound:local -r disk:Home=$HOME -d -u -p -z -x l -A -s "taskmgr" REMOTE_IP:3389 -u username -p password | rdesktop -r sound:local -r disk:Home=$HOME -d -u -p -z -x l -A -s "taskmgr" REMOTE_IP:3389 -u username -p password |
Revision as of 18:22, 6 January 2014
Seamless in Windows
Easiest way: use the Remote App Tool to create a rdp file for the program, you like to run
Start a virtual machine with windows and process the rdp file in it. That's it. Just works.
Seamless in Linux
I didn't succeed to get this work ever!
rdesktop -r sound:local -r disk:Home=$HOME -d -u -p -z -x l -A -s "taskmgr" REMOTE_IP:3389 -u username -p password