We appreciate the contributions many of you have been able to make towards repairing the storm damage and keeping a roof over our heads. With your help we’ve been able to complete much of the critical work. There is still work to be done to secure the house and your continued support will be a huge help.
Guests have read-only access to our forums. If you wish to participate you will need to register. Be sure to activate your account from the email sent to you when you register.
Hi,
Is there a way to display the mode (1.3/2.0) directly in the “Secure Boot” entry? My current entry is:
# Secureboot/UEFI status
REG=interval:600,font-size:90%,hide-no-result:1,text:Secure Boot Status,value:HKLMSYSTEMCurrentControlSetControlSecureBootStateUEFISecureBootEnabled,display:%1[b:Enabled:Disabled]
Greetings
Vinz9000
#
what is "the mode" ?
Sorry Glenn, I probably expressed myself wrong, I said:
"Trusted Platform Module 2.0" or 1.3
you mean this?
WMI=text:TPM,namespace:rootCIMV2SecurityMicrosoftTpm,query:Win32_Tpm,display:Activated:%IsActivated_InitialValue%[b:Yes:No], Enabled:%IsEnabled_InitialValue%[b:Yes:No]|
Manufacturer:%ManufacturerIdTxt%,Version:%PhysicalPresenceVersionInfo%
if you just want to add the TPM version to the secure boot line:
WMI=text:TPM,namespace:rootCIMV2SecurityMicrosoftTpm,query:Win32_Tpm,set:tpmver=%PhysicalPresenceVersionInfo%,hidden:1
REG=interval:600,text:Secure Boot Status,value:HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSecureBootStateUEFISecureBootEnabled,display:%1[b:Enabled:Disabled], TPM: %tpmver%
i mean “Trusted Platform Modul" Key
Hello Glenn,
There are probably 3 different information about TPM that are displayed for me in Windows Device Protection. At the moment I only see the 2nd version.
1. Manufacturer specification version (for me 2.0)
2nd version of the PPI specifications (for me 1.3)
3. Version of the PC client specifications (for me 1.04)
Is it possible to display the first 2 or even all 3?
Many thanks for your effort.
Mmh, I'm a bit overwhelmed
