How can I get the 2nd monitor to work?
I tried:
Code: Select all
VBoxManage modifyvm XP -monitorcount 2
VBoxManage modifyvm XP -vrdpmulticon on
VBoxVRDP -startvm XP
rdesktop -rsound -A -s "c:\seamlessrdp\seamlessrdpshell.exe C:\Windows\explorer.exe" localhost:3389 -u myuser -p mypass
Any suggestions? Thanks