tested & working
append to batch file and run it
or
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