How can I enable TPM measured boot in Windows 10?
I want the TPM hashes to be captured in PCR values and I want to be able to see the results. I know how to do it in Linux but I don't know what should I do in Windows.
I found the following guides, but they don't seem to have the information I need:
- On the Microsoft website there is a guide: https://learn.microsoft.com/en-us/powershell/module/trustedplatformmodule/get-tpm?view=win10-ps but it's only for very basic tasks and doesn't explain this.
- I also saw this: TPM PCR Generation in Windows but it's not what I want.
Any help is appreciated.