2
2

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.

Windows11 22H2 「お使いの資格情報は機能しませんでした」の対処法

Last updated at Posted at 2023-06-18

Windows10を11にアップグレードしたら、RDPで他にPCに接続できなくなった。
「Windows Defender Credential Guard では、保存された資格情報を使用できません。」
と出る。
対処法は以下より。

具体的にはこんな感じで、資格情報を事前に登録しとけばいいらしい。

cmdkey /generic:TERMSRV/<targetname> /user:<username> /pass:<password>

たとえば
接続先:192.168.1.1
ID:user
パスワード:hogehoge
だと

cmdkey /generic:TERMSRV/192.168.1.1 /user:user /pass:hogehoge

たしかにこれで接続できるようになった。

2
2
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
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?