Baca Juga
Seamless RDP (Remote Desktop) is easy. Just install seamlessrdp at the XP Guest OS and then connect to XP VMware using by script (i.e. visio).
Below is an example to open visio application by typing "visio". Create "visio" script file in ~/bin :
Visio
#!/bin/bash
rdesktop -A -s "c:\seamlessrdp\seamlessrdpshell.exe C:\Program Files\Microsoft Office\visio11\visio.exe" thartono-wxp:3389 -u thartono -p MYPASSWORD
Other window could be opened as well (i.e. PowerPoint, WinWord, etc.) by similar command, just modify the above script.
Below is a screen capture displaying Microsoft Visio, Office and Internet Explorer. You could resize the window, make it full screen, or copy and paste between application.

Below is an example to open visio application by typing "visio". Create "visio" script file in ~/bin :
Visio
#!/bin/bash
rdesktop -A -s "c:\seamlessrdp\seamlessrdpshell.exe C:\Program Files\Microsoft Office\visio11\visio.exe" thartono-wxp:3389 -u thartono -p MYPASSWORD
Other window could be opened as well (i.e. PowerPoint, WinWord, etc.) by similar command, just modify the above script.
Below is a screen capture displaying Microsoft Visio, Office and Internet Explorer. You could resize the window, make it full screen, or copy and paste between application.

