@garlin
Thanks for the magnificent work. I ran the Windows 11 "Secure Boot Allowed Key Exchange Key (KEK) Update"; however, after several reboots, I still seem to be on the 2011 cert.
I ran your "Check_UEFI-CA2023.ps1" script and generated a log. It appears there are some issues on my machine.
While the "REQUIRED ACTIONS" seem clear, I'm a bit worried that running the required actions might make my machine unbootable in some way.
Will performing the actions listed at the bottom of the log clear everything up without breaking my machine:
(LOG START)
Windows 11 25H2 (26200.7623)
Secure Boot: ON
Virtualization Based Security: ON
BitLocker on (C:) ON
BIOS Firmware
-------------
Gigabyte Technology Co. Z390 I AORUS PRO WIFI
Version: F8
Date: 2021-11-04
Factory Default UEFI PK Cert
----------------------------
(NONE)
UEFI PK Cert
------------
(NONE)
Factory Default UEFI KEK Certs
------------------------------
Microsoft Corporation KEK CA 2011
UEFI KEK Certs
--------------
Microsoft Corporation KEK CA 2011
Microsoft Corporation KEK 2K CA 2023
Factory Default UEFI DB Certs
-----------------------------
Microsoft Corporation UEFI CA 2011
Microsoft Windows Production PCA 2011
UEFI DB Certs
-------------
Microsoft Corporation UEFI CA 2011
Microsoft Windows Production PCA 2011
Microsoft Option ROM UEFI CA 2023
Microsoft UEFI CA 2023
Windows UEFI CA 2023
Factory Default UEFI DBX Certs
------------------------------
(NONE)
EFI_CERT_SHA256_GUID Signatures: 77
UEFI DBX Certs
--------------
(NONE)
Windows BootMgr SVN is MISSING.
EFI_CERT_SHA256_GUID Signatures: 483
EFI Files
---------
Disk 1: Windows Boot Manager [Windows UEFI CA 2023] is ALLOWED.
bootmgfw.efi File version: 26100.30227
Registry: WindowsUEFICA2023Capable = 2
[Windows UEFI CA 2023] in UEFI DB, and Windows starting from CA 2023 Boot Manager.
Disk 1: SkuSiPolicy.p7b (for VBS) is NOT PRESENT.
Bootable Media
--------------
DVD Drive E:
AUDIT REPORT
============
1. [Production PCA 2011] is missing from UEFI DBX
2. Windows BootMgr SVN is missing from UEFI DBX
3. SkuSiPolicy.p7b (for VBS) is missing
REQUIRED ACTION
===============
To revoke the [PCA 2011] cert, run the commands, run the commands:
manage-bde -Protectors -Disable C: -RebootCount 1
reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Secureboot /v AvailableUpdates /t REG_DWORD /d 0x280 /f
powershell Start-ScheduledTask -TaskName "\Microsoft\Windows\PI\Secure-Boot-Update"
To install SkuSiPolicy.p7b, run the command:
Update_UEFI-CA2023.ps1 -SkuSiPolicy
(LOG END)