We had a major storm through here recently and we suffered damage to the house roof and ceilings. I just received the quote to repair. I’m hoping that a small fraction of the 80,000 odd people that download SDIO and/or Desktop Info every month won’t mind chipping in a few dollars to help out. Click on the big blue button at the bottom of the page to help us keep a roof over our heads, literally!
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