Error in creating tpm virtual smart card on Windows 10

0

When I try to create a tpm virtual smart card under in command line with adminstrator privilege,

it returns the error: the card cannot be accessed because the maximum number of PIN entry attempts has been reached. (The error code is 0x8010006c.)

The command I use is : tpmvscmgr.exe create /name tpmvsc /pin default /adminkey random /generate.

Anybody knows what's wrong with it?

smartcard
windows-10-universal
tpm
asked on Stack Overflow May 23, 2016 by Xueyang Zhao • edited May 26, 2016 by Xueyang Zhao

1 Answer

0

Refer to the error code, we know that the TPM is locked. So after I clear TPM with TPM management, the error doesn't come out again.

answered on Stack Overflow Jun 12, 2016 by Xueyang Zhao

User contributions licensed under CC BY-SA 3.0