Knowledge Base Windows

Fixing Copy-Paste Not Working in Remote Desktop

Windows · 1 min read

If the Paste option is grayed out in Remote Desktop, the rdpclip process has stopped working. Fix it by restarting rdpclip via Task Manager or Command Prompt — no VPS restart needed.

Sometimes copy-paste stops working in a Remote Desktop session — the Paste option appears grayed out or unclickable. This happens when the rdpclip program on your VPS encounters an issue.

Cause

The rdpclip.exe process handles clipboard synchronization between your local machine and the VPS over Remote Desktop. When it stops working correctly, copy-paste functionality breaks.

Solution: Restart rdpclip

You don't need to restart the entire VPS — just restart the rdpclip process.

Method 1: Via Task Manager

  1. Press Ctrl + Shift + Esc to open Task Manager
  2. Find rdpclip.exe under the Processes tab
  3. Right-click it and select End Task
  4. Click FileRun new task, type rdpclip, and press Enter

Method 2: Via Command Prompt

  1. Open Command Prompt (type cmd in the Start menu)
  2. Run the following commands:
taskkill /f /im rdpclip.exe
rdpclip

After restarting rdpclip, copy-paste in Remote Desktop should work again.

If the problem keeps recurring, try disconnecting and reconnecting your Remote Desktop session. For further help, contact Digitalku support.

Chat Support

We're here to help

Available Mon–Sun, 08:00–22:00 WIB