├── Apply DB update (restart required).reg ├── Apply DBX update (restart required).reg ├── Check UEFI PK, KEK, DB and DBX.cmd ├── Check Windows state.cmd ├── README.md ├── Show Secure Boot update events.cmd ├── Show UEFI PK, KEK, DB and DBX.cmd ├── dbx_bin ├── arm64_DBXUpdate_2025-02-25.bin ├── x64_DBXUpdate_2023-03-14.bin ├── x64_DBXUpdate_2023-05-09.bin ├── x64_DBXUpdate_2025-01-14.bin ├── x64_DBXUpdate_2025-06-11.bin └── x64_DBXUpdate_2025-10-14.bin ├── dbx_info ├── dbx_info.csv ├── dbx_info_msft_06_10_25.json └── dbx_info_msft_10_14_25.json └── ps ├── Check UEFI PK, KEK, DB and DBX.ps1 ├── Check Windows state.ps1 ├── Check-Dbx-Simplified.ps1 └── Get-UEFIDatabaseSignatures.ps1 /Apply DB update (restart required).reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjee21/Check-UEFISecureBootVariables/HEAD/Apply DB update (restart required).reg -------------------------------------------------------------------------------- /Apply DBX update (restart required).reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjee21/Check-UEFISecureBootVariables/HEAD/Apply DBX update (restart required).reg -------------------------------------------------------------------------------- /Check UEFI PK, KEK, DB and DBX.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjee21/Check-UEFISecureBootVariables/HEAD/Check UEFI PK, KEK, DB and DBX.cmd -------------------------------------------------------------------------------- /Check Windows state.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjee21/Check-UEFISecureBootVariables/HEAD/Check Windows state.cmd -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjee21/Check-UEFISecureBootVariables/HEAD/README.md -------------------------------------------------------------------------------- /Show Secure Boot update events.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjee21/Check-UEFISecureBootVariables/HEAD/Show Secure Boot update events.cmd -------------------------------------------------------------------------------- /Show UEFI PK, KEK, DB and DBX.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjee21/Check-UEFISecureBootVariables/HEAD/Show UEFI PK, KEK, DB and DBX.cmd -------------------------------------------------------------------------------- /dbx_bin/arm64_DBXUpdate_2025-02-25.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjee21/Check-UEFISecureBootVariables/HEAD/dbx_bin/arm64_DBXUpdate_2025-02-25.bin -------------------------------------------------------------------------------- /dbx_bin/x64_DBXUpdate_2023-03-14.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjee21/Check-UEFISecureBootVariables/HEAD/dbx_bin/x64_DBXUpdate_2023-03-14.bin -------------------------------------------------------------------------------- /dbx_bin/x64_DBXUpdate_2023-05-09.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjee21/Check-UEFISecureBootVariables/HEAD/dbx_bin/x64_DBXUpdate_2023-05-09.bin -------------------------------------------------------------------------------- /dbx_bin/x64_DBXUpdate_2025-01-14.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjee21/Check-UEFISecureBootVariables/HEAD/dbx_bin/x64_DBXUpdate_2025-01-14.bin -------------------------------------------------------------------------------- /dbx_bin/x64_DBXUpdate_2025-06-11.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjee21/Check-UEFISecureBootVariables/HEAD/dbx_bin/x64_DBXUpdate_2025-06-11.bin -------------------------------------------------------------------------------- /dbx_bin/x64_DBXUpdate_2025-10-14.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjee21/Check-UEFISecureBootVariables/HEAD/dbx_bin/x64_DBXUpdate_2025-10-14.bin -------------------------------------------------------------------------------- /dbx_info/dbx_info.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjee21/Check-UEFISecureBootVariables/HEAD/dbx_info/dbx_info.csv -------------------------------------------------------------------------------- /dbx_info/dbx_info_msft_06_10_25.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjee21/Check-UEFISecureBootVariables/HEAD/dbx_info/dbx_info_msft_06_10_25.json -------------------------------------------------------------------------------- /dbx_info/dbx_info_msft_10_14_25.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjee21/Check-UEFISecureBootVariables/HEAD/dbx_info/dbx_info_msft_10_14_25.json -------------------------------------------------------------------------------- /ps/Check UEFI PK, KEK, DB and DBX.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjee21/Check-UEFISecureBootVariables/HEAD/ps/Check UEFI PK, KEK, DB and DBX.ps1 -------------------------------------------------------------------------------- /ps/Check Windows state.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjee21/Check-UEFISecureBootVariables/HEAD/ps/Check Windows state.ps1 -------------------------------------------------------------------------------- /ps/Check-Dbx-Simplified.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjee21/Check-UEFISecureBootVariables/HEAD/ps/Check-Dbx-Simplified.ps1 -------------------------------------------------------------------------------- /ps/Get-UEFIDatabaseSignatures.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjee21/Check-UEFISecureBootVariables/HEAD/ps/Get-UEFIDatabaseSignatures.ps1 --------------------------------------------------------------------------------