Unable to paste text in Windows RDP
February 20, 2015 / by Marco / Categories : Technology, TIP AND TRICKS
THE ISSUE
For some unknown reason, I connect to a Windows 2012 R2 server via remote desktop. I copy text from my local computer and then paste want to paste it on the Windows Server. This did not work.
RDP stands for Remote Desktop Protocol and it’s a Windows tool to allow you remote access to a PC or server.
THE FIX
Apparently there is a RDP service called rdpclip.exe that is used as a clipboard for the Remote Desktop Protocol. To get the copy and paste working via RDP all you have to do it end this process and then start it up again. Here’s the instructions:
On the RDP server, open up task manager and look for a service on the list called rpdclip.exe

Right click on it and select End Process. The process should disappear

Then Click File – New Task (Run)
Type rdpclip
You should now be able to copy and paste via RDP
Contact Us Let me know if you run into any problems
OTHER ARTICLES YOU MAY LIKE
SUPABASE BACKUP TUTORIAL: USE DBEAVER TO EXPORT YOUR DATABASE SAFELY
If you are building anything serious on Supabase, whether that is a client portal, a SaaS app, an internal dashboard, or even a small side project that is starting to get traction, having a reliable database backup process is one of those tasks that quickly moves from optional to essential. Supabase makes a lot of […]
read more
USE FUSEBASE TO AUTOMATE TEAMWORK AND COLLABORATION
If your business is growing, your team is juggling too many moving parts, and your client communication is spread across email threads, chat apps, documents, task boards, and endless follow ups, there is a good chance the real problem is not effort but fragmentation. Most businesses do not lose time because people are lazy. They […]
read more


