Friday, November 17, 2006

Why does my shared [Remote Desktop] clipboard not work? (Part 1)

Terminal Services Team Blog - Why does my shared clipboard not work? (Part 1)

"The TS shared clipboard allows you to copy and paste data between local and remote sessions. When it works its really simple and seamless, but what about when it doesn’t? Diagnosing clipboard problems can be hard and frustrating!

The majority of clipboard problems fall into the category of clipboard viewer chain related issues.

...

Symptom: Remote-to-local copy and paste broken.

Possible Cause: RDPCLIP is not in the clipboard viewer chain.

Possible Solution: Kill and restart RDPCLIP.

 

Symptom: Local-to-remote copy and paste broken.

Possible Cause: TS client is not in the clipboard viewer chain.

Possible Solution: Close the TS client and reconnect to the session.

 

Symptom: RDPCLIP or the TS client is using excessive CPU.

Possible Cause: There is a loop in the local or remote clipboard viewer chain.

Possible Solution: Kill and restart RDPCLIP. If this does not fix the problem, close the TS client and reconnect to the session

..."

I use Remote Desktop/Terminal Services Sessions all day, every day and find it frustrating when the clipboard/cut-n-paste stops working.

This article provides a some great detail as to what is going on and how to troubleshoot and resolve related issues...

11 comments:

Anonymous said...

Cool, thanks! I HATE it when that happens.

g8rpal said...

How do you kill RDPCLIP and restart?

Greg said...

I use Task Manager - Processes tab and "End Task" it.

Then I Start -> Run RDPClip

I hope this help,
Greg

Anonymous said...

on any server os you can create a .bat file with the following then put it on your quick launch, single click and its bounced

... cheers!

taskkill /f /fi "USERNAME eq YourUserNameHere" /im rdpclip.exe

rdpclip.exe

Rajni said...

Hey , that helped me..
Thanks a lot !!

Anonymous said...

Thank you! Damn their separate executable. That should be built into the terminal service itself.

Anonymous said...

This was really useful.

bloodmage478 said...

None of the above works for me

I used GameXp tweak after tat i tried to restore the backup of gamexp, still copy paste isnt working

Amir said...

Thanks, killing and running the RDPCLIP.exe fixed the annoying problem.

Anonymous said...

Hi,

I used

taskkill.exe /f /fi "USERNAME eq domain\username" /im rdpclip.exe
Rdpclip.exe

but copy+paste still doesn't work. :S

Pls help!
Thanks,
Norbi

Greg said...

@Norbi A couple things.
a) Dissconnect and reconnect
b) Reboot (both)
c) When you connect to the remote machine, make sure you have clipboard support enabled in what every Remote Desktop tool you are using
d) If you're connecting to many remote machines and they are running many processes, clipboard will get and stay wonky. It might work for a bit, but then not. Nothing I've seen fixes that over the long term (though the RDPClip trick usually works)