We are looking for an API to know whether TPM is available in this machine and also to get TPM version of the machine.
Power shell command "Get-Tpm" will show tpm status, but we need a c# or c++ api.
We are looking for an API to know whether TPM is available in this machine and also to get TPM version of the machine.
Power shell command "Get-Tpm" will show tpm status, but we need a c# or c++ api.
These are some options to view the TPM data:
1) Open administrative command prompt and type or copy and paste:
tpmtool gatherlogs %UserProfile%\Desktop
2) Open administrative powershell and type or copy and paste:
get-tpm
3) Boot to the BIOS:
a) Look for TPM settings (Trusted Platform Module)
b) Look for PTT settings (Platform Trust Technology)
https://docs.microsoft.com/en-us/windows/security/information-protection/tpm/tpm-recommendations
https://docs.microsoft.com/en-us/windows-hardware/design/device-experiences/oem-tpm
.
.
.
.
.
Please remember to vote and to mark the replies as answers if they help.
On the bottom of each post there is:
Propose as answer = answered the question
On the left side of each post there is /\ with a number: click = a helpful post
.
.
.
.
.
26 people are following this question.