How to view TPM's PCR register

chenwen lei 21 Reputation points
2022-08-28T08:15:02.9+00:00

Use PowerShell to view TPM's PCR register

Windows 10 Security
Windows 10 Security
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
2,728 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Reza-Ameri 16,776 Reputation points
    2022-08-28T16:12:21.617+00:00

    Try navigating to C:\Windows\Logs\MeasuredBoot (assume C: is the drive where Windows is installed)
    And you should see it there.
    In case you want read it in the PowerShell, you may use Get-Content command.

    0 comments No comments