Xueyang Zhao
Xueyang Zhao

Reputation: 31

Error in creating tpm virtual smart card on Windows 10

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?

Upvotes: 0

Views: 2005

Answers (1)

Xueyang Zhao
Xueyang Zhao

Reputation: 31

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.

Upvotes: 0

Related Questions