Windows RDP copy paste not working

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]


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *


3 − one =