Posts Copy and Paste is not working on Remote Desktop Connection
Post
Cancel

Copy and Paste is not working on Remote Desktop Connection

tested & working

append to batch file and run it

1
2
3
REM src - https://techtalk.gfi.com/copy-paste-working-remote-desktop-connection-whats-wrong/
taskkill.exe /im rdpclip.exe
rdpclip.exe

or

1
2
3
4
//https://superuser.com/a/320360
taskkill /f /im rdpclip.exe /fi "username eq %USERNAME%"
start rdpclip.exe
exit

origin - https://www.pipiscrew.com/?p=14778 copy-and-paste-is-not-working-on-remote-desktop-connection

This post is licensed under CC BY 4.0 by the author.
Contents

Trending Tags