Copy and Paste is not working on Remote Desktop Connection

Costas

Administrator
Staff member
tested & working

append to batch file and run it
JavaScript:
REM src - https://techtalk.gfi.com/copy-paste-working-remote-desktop-connection-whats-wrong/
taskkill.exe /im rdpclip.exe
rdpclip.exe

or

JavaScript:
//https://superuser.com/a/320360
taskkill /f /im rdpclip.exe /fi "username eq %USERNAME%"
start rdpclip.exe
exit
 
Top