mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-22 13:53:39 +00:00
Update switch-pcr-banks-on-tpm-2-0-devices.md
Adding revisions from our engineering partner
This commit is contained in:
@ -52,19 +52,19 @@ Before switching PCR banks you should suspend or disable BitLocker – or have y
|
|||||||
|
|
||||||
## How can I identify which PCR bank is being used?
|
## How can I identify which PCR bank is being used?
|
||||||
|
|
||||||
|
A TPM can be configured to have multiple PCR banks active. When BIOS is performing measurements it will do so into all active PCR banks, depending on its capability to make these measurements. BIOS may chose to deactivate PCR banks that it does not support or "cap" PCR banks that it does not support by extending a separator. The following registry value identifies which PCR banks are active.
|
||||||
|
|
||||||
|
Registry key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\IntegrityServices<br>
|
||||||
|
DWORD: TPMActivePCRBanks<br>
|
||||||
|
Defines which PCR banks are currently active. This is a bitmap defined in the TCG Algorithm Registry.<br>
|
||||||
|
Windows checks which PCR banks are active and supported by the BIOS. Windows also checks if the measured boot log supports measurements for all active PCR banks. Windows will prefer the use of the SHA-256 bank for measurements and will fall back to SHA1 PCR bank if one of the pre-conditions is not met.
|
||||||
|
|
||||||
You can identify which PCR bank is currently used by Windows by looking at the registry.
|
You can identify which PCR bank is currently used by Windows by looking at the registry.
|
||||||
|
|
||||||
Registry key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\IntegrityServices
|
Registry key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\IntegrityServices<br>
|
||||||
|
DWORD: TPMDigestAlgID<br>
|
||||||
DWORD: TPMActivePCRBanks
|
Algorithm ID of the PCR bank that Windows is currently using. (For the full list of supported algorithms, see the TCG Algorithm Registry.)<br>
|
||||||
|
Windows only uses one PCR bank to continue boot measurements. All other active PCR banks will be extended with a separator to indicate that they are not used by Windows and measurements that appear to be from Windows should not be trusted.
|
||||||
Defines which PCR banks are currently active.
|
|
||||||
|
|
||||||
Registry key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\IntegrityServices
|
|
||||||
|
|
||||||
DWORD: TPMDigestAlgID
|
|
||||||
|
|
||||||
Algorithm ID of the PCR bank that Windows is currently using.
|
|
||||||
|
|
||||||
## Related topics
|
## Related topics
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user