Can't copy paste between my desktop a remote desktop

99,517

Solution 1

When you run mstsc.exe (the client), go into options and go to the Local Resources tab. Ensure "Clipboard" is selected in the "Local devices and resources" group.

If you have a pre-defined .rpd file, right click to edit and get the options, then ensure you save the file to persist any updates.

Also check that clipboard integration is not disabled on the server. I'm not sure that a normal user can check this, but with suitable rights it is easy. On the server in Remote Desktop Session Host Configuration (or Terminal Services ... on older Windows versions) select properties for the connection and the Client Settings tab allows various client integration functions to be disabled (checking the checkbox disables the feature).

EDIT: Thanks to @Sergy for reminding me that clipboard integration can also be disabled on the server.

Solution 2

If copy paste is enabled both in the server and the remote desktop connection but still doesn't work, the following works for me (taken from here):

Do the following on the remote machine:

  1. Load up task manager (right click taskbar and select Task Manager)
  2. Go to the Processes Tab
  3. Select rdpclip.exe
  4. Click End Process
  5. Go to the Application Tab
  6. Click New Process
  7. Type rdpclip
  8. Click Ok

Solution 3

I had similar issue. There was no change in any settings but this problem was faced by few users on my RDP server. What i did to fix the issue was I went to Start>Administrative Tools>Remote Desktop Services>Remote Desktop Services Manager Right clicked on the user with copy-paste issue and clicked reset. Logged in again with RDP and the copy-paste function was working again.

Solution 4

If you happen to have Administrative credentials to the remote machine and it's accessible over the LAN, don't forget about the good ol \\hostname\C$ hidden share. You can use this to transfer files to/from the remote host.

Share:
99,517
Jake
Author by

Jake

Updated on September 17, 2022

Comments

  • Jake
    Jake over 1 year

    I am unable to copy and paste between my desktop a remote desktop session even though Clipboard is enable under local resources in the Mstsc.exe

    I'm on a Windows XP SP3 connected to Server 2003.

    • MrGigu
      MrGigu over 13 years
      Can you copy and paste AT ALL, or does it stop working after 30 minutes or so?
  • Jake
    Jake over 13 years
    That sure is selected and Im not running it from a .rdp shortcut.
  • Sergey
    Sergey over 13 years
    Clipboard redirection can be disabled in terminal server configuration (it will override user settings).
  • Richard
    Richard over 13 years
    @Sergey: good point, time to update the A.
  • Spotlightsrule
    Spotlightsrule over 7 years
    This is better than the accepted answer!
  • music2myear
    music2myear almost 7 years
    The question was about copy/paste or clipboard sharing over Remote Desktop, not about file sharing.
  • Arbaz Alam
    Arbaz Alam over 6 years
    This works like a charm!!
  • caesay
    caesay almost 4 years
    +1 Not specifically an answer to the question, but after trying to copy a file for hours unsuccessfully, was relieved when this worked.
  • Sajeeb Chandan
    Sajeeb Chandan almost 4 years
    Worked for me. Thanks.