0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

備忘録:Windowsのちょっとした設定・コマンド集

0
Posted at

サインインオプションの優先度変更(指紋認証・顔認証)

Windowsに複数の認証方式を設定しているが、サインインは必ず指紋認証で行う場合の設定。
以下のサイトを参考にさせてもらいました。

1.現在のサインインオプション確認

レジストリエディタを起動し、以下キーを参照。
\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\UserTile

名前 データ
アカウントのSID(※1) サインイン方式のデータ(※2)

※1 アカウント(ローカルユーザー)のSIDの確認方法。
コマンドプロンプトを起動し、「WMIC useraccount get name,sid」を実行。
image.png

※2 サインイン方式ごとのデータ値

資格情報プロバイダー(方式) GUID(データの値)
PIN {D6886603-9D2F-4EB2-B667-1971041FA96B}
Fingerprint {BEC09223-B018-416D-A0AC-523971B639F5}
顔認識 {8AF662BF-65A0-4D0A-A540-A338A999D36F}
信頼された信号 {27FBDB57-B613-4AF2-9D7E-4FA7A66C21AD}

【参考】

2.サインインオプションの変更

レジストリエディタで、サインインオプションを設定する対象アカウント(赤枠部)の、データ値(青枠部)を変更し、再起動で設定が可能。

image.png

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?