Sunday, June 1, 2014

Checking the status of the Trusted Platform Module

To check the status of the Trusted Platform Module, launch an elevated command prompt.  Use the command below to see if TPM is enabled.

wmic /namespace:\\root\cimv2\security\microsofttpm path win32_tpm get IsEnabled_InitialValue

Use the command below to determine if TPM is activated.

wmic /namespace:\\root\cimv2\security\microsofttpm path win32_tpm get IsActivated_InitialValue

tpm_module_check

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.