Hi garlin, Making progress but not sure how to continue.
1) deleted keys and restart with Secure Boot enabled
2) failed restart, had to disable Secure Boot
3) successfully booted windows
4 executed Update-UEFI.bat and here's the output
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.
Install the latest PowerShell for new features and improvements!
Windows PowerShell update message FAQ - PowerShell
Downloading "Microsoft Corporation KEK 2K CA 2023.der" from GitHub.
Copying "Microsoft Corporation KEK 2K CA 2023.der" to EFI.
Successfully appended "dbupdate2024.bin" to UEFI DB.
Successfully appended "DBUpdate3P2023.bin" to UEFI DB.
Successfully appended "DBUpdateOROM2023.bin" to UEFI DB.
Copying EFI boot files.
Boot files successfully created.
REQUIRED ACTION
---------------
Please follow the README_UEFI.TXT instructions, for installing the [KEK CA 2023] cert from BIOS.
Restart Windows, for UEFI updates to take effect.
PS C:\Windows\System32>
5) executed Check UEFI PK, KEK, DB and DBX.cmd and here's the output
Checking for Administrator permission...
Running as administrator - continuing execution...
24 May 2026
Manufacturer: Dell Inc.
Model: XPS 8930
BIOS: Dell Inc., 1.1.31, 1.1.31, DELL - 1072009
Windows version: 25H2 (Build 26200.8457)
Secure Boot status: Enabled
Current UEFI PK
√ Pegatron PK
Default UEFI PK
√ Pegatron PK
Current UEFI KEK
√ Microsoft Corporation KEK CA 2011 (revoked: False)
X Microsoft Corporation KEK 2K CA 2023 <================= If this still an issue????????????
Default UEFI KEK
√ Microsoft Corporation KEK CA 2011 (revoked: False)
X Microsoft Corporation KEK 2K CA 2023
Current UEFI DB
√ Microsoft Windows Production PCA 2011 (revoked: False)
√ Microsoft Corporation UEFI CA 2011 (revoked: False)
√ Windows UEFI CA 2023 (revoked: False)
√ Microsoft UEFI CA 2023 (revoked: False)
√ Microsoft Option ROM UEFI CA 2023 (revoked: False)
Default UEFI DB
√ Microsoft Windows Production PCA 2011 (revoked: False)
√ Microsoft Corporation UEFI CA 2011 (revoked: False)
X Windows UEFI CA 2023
X Microsoft UEFI CA 2023
X Microsoft Option ROM UEFI CA 2023
Current UEFI DBX
2025-10-14 (v1.6.0) : FAIL: 404 failures, 27 successes detected
Windows Bootmgr SVN : None
Windows cdboot SVN : None
Windows wdsmgfw SVN : None
Press any key to continue . . .
6) So I think the certs are updated?
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.
Install the latest PowerShell for new features and improvements!
Windows PowerShell update message FAQ - PowerShell
PS C:\Users\BarryD> ([System.Text.Encoding]::ASCII.GetString((Get-SecureBootUEFI db).bytes) -match 'Windows UEFI CA 2023')
True
PS C:\Users\BarryD>
7) And not in the Default DB is not a problem?
PS C:\Users\BarryD> ([System.Text.Encoding]::ASCII.GetString((Get-SecureBootUEFI dbdefault).bytes) -match 'Windows UEFI CA 2023')
False
PS C:\Users\BarryD>
8) I still think I need to complete this action:
REQUIRED ACTION
---------------
Please follow the README_UEFI.TXT instructions, for installing the [KEK CA 2023] cert from BIOS.
9) When I read this TXT file I am a little confused Do I need to do this step?
Manual installation of [KEK 2K CA 2023]
=======================================
1. Shutdown Windows, and enter your UEFI's Secure Boot menu.
2. Enter "KEK Options / Enroll KEK / Enroll KEK Using File" or "Key Management / KEK Management / Append Key".
The menu options may be different for your BIOS.
- Browse the system drive's EFI partition
- Enter the <EFI> folder
- Enter the <Certs> sub-folder
3. Find the file "Microsoft Corporation KEK 2K CA 2023.der". Add this certificate.
If you encounter an error, try the file "Microsoft Corporation KEK 2K CA 2023.crt".
4. Save changes and exit.
5. Start Windows, and re-run the 'Update-UEFI_CA2023.ps1' script.
10) I did look at the PK and KEK editing in the BIOS and here are what the screens looked like"
Here is PK
Here is KEK
In the TXT the PK file names are listed as Find the file "WindowsOEMDevicesPK.der".
In the BIOS for the PK there are 2 files listed: Microsort Corporation KEK 2K CA 2023.crt and .der
In the TXT the KEK file names are listed as Find the file "Microsoft Corporation KEK 2K CA 2023.der
In the BIOS for the KEK there are 2 files listed match the expected file name: Microsort Corporation KEK 2K CA 2023.crt and .der
Hopefully this makes sense
Thanks
Barry