Forum Discussion
MikeT
1Password Team
4 years agoHi gussic,
Can you do the following for me, it'll let us know if your Windows Hello key are in the software provider or the TPM provider:
- Click start and search for
Powershell
, open it - Enter the following command:
certutil -csp "Microsoft Passport Key Storage Provider" -key -v | Select-String -Pattern "NgcKeyImplType"
- Does it output
1 (0x1)
or2 (ox2)
?
It should show something like NgcKeyImplType: 1 (0x1)
if it is in hardware TPM provider.