間違いだらけの備忘録

このページの内容は無保証でありこのページの内容によって直接、または間接に損害を受けられたとしても私は責任を取りません。

リモートデスクトップ先とコピペができなくなった時の対処法

http://itmemo.blog.jp/archives/6821941.html

  1. タスクマネージャを起動します。(ショートカット:Ctrl+Shift+Esc)
  2. プロセスタブを確認し「rdpclip.exe」があるか確認します。
  3. あった場合、一度「rdpclip.exe」のプロセスを終了します。(ハングしている可能性があるため)
  4. アプリケーションタブの「新しいタスク」を開き「rdpclip.exe」を起動します。

めも

taskkill.exe /im rdpclip.exe /f /t
start rdpclip.exe

参考
http://hamaco.hatenablog.jp/entry/2015/11/06/103058

Windows7のRDPで256色

http://b.hatena.ne.jp/entry/social.technet.microsoft.com/Forums/en/w7itproui/thread/1a9be361-312e-4435-a53d-f9b525bc23c3
https://social.technet.microsoft.com/Forums/windows/en-US/1a9be361-312e-4435-a53d-f9b525bc23c3/windows-7-remote-desktop-client-cannot-set-display-at-256-colors?forum=w7itproui

rdpファイルに「session bpp:i:8」と書く

http://serverfault.com/questions/491460/how-to-configure-windows-rdc-to-use-16-color-mode

session bpp:i:8
The number (8 in this case) sets the color resolution in bits per pixel. 8 (for 256 colors) is the lowest value available through manual editing (while the lowest value available through the RDC GUI is 15).

めも

このページにはhatena以外のサービスからのコンテンツが埋め込まれています。 hatenaによりGoogle AdSense 広告が埋め込まれています。