0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Windowsリモートデスクトップ(RDP)の接続履歴を削除する

Last updated at Posted at 2023-05-17

Windowsリモートデスクトップ(RDP)を削除したい

Windowsリモートデスクトップクライアントは便利なのですが、接続したホスト情報が自動的にレジストリに保存されます。そのためPCを共有していたり・・・まあ痕跡消したい場合ありますよね。

黒い画面で以下をたたく

DOS窓を表示して以下コマンドを実施する。

reg delete “HKEY_CURRENT_USER\Software\Microsoft\Terminal Server Client\Default” /va /f

reg delete “HKEY_CURRENT_USER\Software\Microsoft\Terminal Server Client\Servers” /f

reg add “HKEY_CURRENT_USER\Software\Microsoft\Terminal Server Client\Servers”

del /ah %homepath%\documents\default.rdp

結果

きれいになった!

image.png

参考にさせていただいたサイト様

Windowsリモートデスクトップ接続のRDPキャッシュ履歴を削除する

イベントログに「User Account Management」ほか、足跡残るようです(棒読み)。ZO

image.png

これだw

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?