How to check whether secure boot is enabled using python in windows os
15:21 10 Feb 2023

I basically want to check whether secure boot is enabled using a python script. Based on my research this data is apparently not exposed to the operating system. However games like valorant are able to check this data. So is there any way to programmatically check this data

Couldn't find any way to do it

python windows operating-system bios