meoit Posted May 12, 2017 Posted May 12, 2017 (edited) Hello all !. I searched a lot for this function, but not found. How can I get Secure Boot state in my laptop ?. Someone help me. Thanks. Edited May 12, 2017 by meoit
Neutro Posted May 12, 2017 Posted May 12, 2017 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 meoit 1 Identify active network connections and change DNS server - Easily export Windows network settings Clean temporary files from Windows users profiles directories - List Active Directory Groups members Export content of an Outlook mailbox to a PST file - File patch manager - IRC chat connect example Thanks again for your help Water!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now