Hello
Thank you for posting in Q&A forum.
Here are a few additional suggestions that might help:
- Restart the rdpclip.exe Process:
You can restart it by opening Task Manager on the remote server, ending the rdpclip.exe process, and then starting it again via File -> Run new task -> rdpclip.exe.
- Check RDP Client Settings:
Ensure that the clipboard is enabled in your RDP client settings. Go to the Local Resources tab in the Remote Desktop Connection settings and make sure the Clipboard option is checked.
- PowerShell Script to Restart rdpclip.exe:
You can use a PowerShell script to restart the rdpclip.exe process if it hangs.
Here’s a simple script you can run:
(Get-WmiObject -Query "select * from Win32_Process where name='rdpclip.exe'" | ?{$_.GetOwner().User -eq $ENV:USERNAME}).Terminate() Start-Process rdpclip.exe
- Check for Third-Party Software Conflicts:
Try disabling or uninstalling any third-party clipboard managers or security software temporarily to see if that resolves the issue.
- Update RDP Client:
Ensure that you are using the latest version of the RDP client.
References:
Copy/Paste Not Working in Remote Desktop (RDP) Clipboard
FIX: Copy Paste Not Working in Remote Desktop Connection. (Solved)
I hope the information above is helpful.
If you have any questions or concerns, please feel free to let us know.
Best Regards,
Daisy Zhou
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.