Copy/paste fails in CoRD when multiple remote desktop sessions are active

Submitted by Jochus on Thu, 16/05/2013 - 21:40 | Posted in: Mac


I often ran into an issue with CoRD failing to copy/paste between my host machine and my remote desktop machine. This only occured when multiple remote desktop session were active. The clipboard chain gets broken and copy/paste between the host machine and the remote desktop stops working.

To solve this, you need to execute the following batch file on the remote machine:

@echo off
taskkill /IM rdpclip.exe /F
start %SystemRoot%\system32\rdpclip.exe
exit

Comments

Submitted by Anonymous (not verified) on Mon, 05/05/2014 - 14:44
 

Thank's man!
CoRD development is dead, and cince there is no alternative (free, with tabbs) ... we do what we can :(

Submitted by Jochus on Mon, 05/05/2014 - 14:47
 

Yeah, I know. I'm currently trying JumpDesktop (http://jumpdesktop.com/). I'll post an update on my blog after I tried it for a while.

Unfortunately, it's not a free :-( ...

Add new comment

The content of this field is kept private and will not be shown publicly.

Full HTML

  • Lines and paragraphs break automatically.
  • You can caption images (data-caption="Text"), but also videos, blockquotes, and so on.
  • Web page addresses and email addresses turn into links automatically.
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>, <bash>, <cpp>, <css>, <html5>, <java>, <javascript>, <php>, <sql>, <xml>. The supported tag styles are: <foo>, [foo].
CAPTCHA
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.