Today I RDP to one of the windows server, but the Copy paste between RDP and my local machine was not working. I searched a little and found a very simple solution. Click on start >> run >> type the below code and hit run. It will enable the clipboard to work across RDP sessions.
[bash]
cmd /c "echo off | clip"
[/bash]
Leave a Reply