Secure boot with sp...
 
Notifications
Clear all

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.

Secure boot with specification of the mode

9 Posts
2 Users
0 Reactions
655 Views
 Vinz
(@vinz9000)
Active Member Registered
Joined: 1 year ago
Posts: 6
Topic starter  

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

#


   
Quote
Glenn
(@glenn)
Member Admin
Joined: 7 years ago
Posts: 1501
 

what is "the mode" ?


   
ReplyQuote
 Vinz
(@vinz9000)
Active Member Registered
Joined: 1 year ago
Posts: 6
Topic starter  

Sorry Glenn, I probably expressed myself wrong, I said:

"Trusted Platform Module 2.0" or 1.3


   
ReplyQuote
Glenn
(@glenn)
Member Admin
Joined: 7 years ago
Posts: 1501
 

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%


   
ReplyQuote
Glenn
(@glenn)
Member Admin
Joined: 7 years ago
Posts: 1501
 

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%


   
ReplyQuote
 Vinz
(@vinz9000)
Active Member Registered
Joined: 1 year ago
Posts: 6
Topic starter  

i mean “Trusted Platform Modul" Key


   
ReplyQuote
 Vinz
(@vinz9000)
Active Member Registered
Joined: 1 year ago
Posts: 6
Topic starter  

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.


   
ReplyQuote
Glenn
(@glenn)
Member Admin
Joined: 7 years ago
Posts: 1501
 

Check the microsoft spec here:

Win32_Tpm


   
ReplyQuote
 Vinz
(@vinz9000)
Active Member Registered
Joined: 1 year ago
Posts: 6
Topic starter  

Mmh, I'm a bit overwhelmed


   
ReplyQuote
Glenn's Page