Jump to content

Get Secure Boot state


Recommended Posts

Hi meoit :)

Maybe this?

$state = Regread("HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecureBoot\State", "UEFISecureBootEnabled")

if $state then 
    
    msgbox("","", "Secure boot is enabled")
    
Else
    
    msgbox("","", "Secure boot is disabled")
    
EndIf

Source: http://stackoverflow.com/questions/18172197/programmatically-determine-if-windows-8-secure-boot-is-enabled

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...