Purpose
The copy and paste function may stop working when we are connected to a remote machine.
The problem comes from a little process called rdpclip.
Rdpclip (remote desktop clipboard) is responsible for managing a shared clipboard between your local host and the remote desktop (the process runs on the remote machine not your local host).
Details
Fixing the issue is pretty straightforward and involves a few simple steps as mentioned below:
- Load up task manager (right click taskbar and select Task Manager)
- Go to the Processes Tab
- Select rdpclip.exe (if you do not find one, go to step 5)
- Click End Process
- Go to the Application Tab
- Click New Process
- Type rdpclip
- Click Ok.
Copy and paste should now work normally again.
Notes / Comments
Related Pages