Skip to content

Instantly share code, notes, and snippets.

@okhiroyuki
Created September 29, 2015 03:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save okhiroyuki/4f1b9f7a4ee308cea82c to your computer and use it in GitHub Desktop.
Save okhiroyuki/4f1b9f7a4ee308cea82c to your computer and use it in GitHub Desktop.
リモートデスクトップ間でコピペできない場合に、rdpclip.exeを再起動させるスクリプト
cls
taskkill /F /FI "USERNAME eq %username%" /IM rdpclip.exe
ping -n 1 -w 1000 1.1.1.1>nul
start rdpclip.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment