- Local time
- 11:49 PM
- Posts
- 121
- OS
- Windows 11 Pro 25H2
My Computer
At a glance
Windows 11 Pro 25H2Gen 11 Core i516GB
- OS
- Windows 11 Pro 25H2
- Computer type
- Laptop
- Manufacturer/Model
- HP
- CPU
- Gen 11 Core i5
- Memory
- 16GB
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Looks like this:What about when you run the CheckUEFI script?
UEFI DBX Certs
--------------
Microsoft Windows Production PCA 2011
Windows BootMgr SVN 7.0
EFI_CERT_SHA256_GUID Signatures: 438
EFI Files
---------
Windows Boot Manager [Windows UEFI CA 2023] is ALLOWED.
\\.\HarddiskVolume1\EFI\Microsoft\Boot\bootmgfw.efi
File Version: 28000.322, SVN 8.0
Registry: WindowsUEFICA2023Capable = 2
[Windows UEFI CA 2023] in UEFI DB, and Windows starting from CA 2023 Boot Manager.
SkuSiPolicy.p7b is WRONG VERSION.
\\.\HarddiskVolume1\EFI\Microsoft\Boot\SkuSiPolicy.p7b
Version: 3.0.0.13
PS C:\SecureBoot-CA-2023-Updates> powershell -nop -ep bypass -f .\Check_DBXUpdate.bin.ps1
SUCCESS: Matched 278/278 EFI signatures from "dbxupdate.bin"
No EFI_CERT_SHA256 signatures in C:\WINDOWS\System32\SecureBootUpdates\DBXUpdate2024.bin
No EFI_CERT_SHA256 signatures in C:\WINDOWS\System32\SecureBootUpdates\DBXUpdate2024Legacy.bin
SUCCESS: Matched 278/278 EFI signatures from "dbxupdateLegacy.bin"
FAILED: Missing 1/3 SVN signatures from "DBXUpdateSVN.bin"
FAILED: Missing 1/3 SVN signatures from "DBXUpdateSVNLegacy.bin"
You'll continue to see Get-SecureBootSVN = 2.0 until the Windows bug fix is pushed. There's a train schedule which runs on time for Monthly Updates. If you don't catch a train with your code change, you must wait for the next one.I am confused because yesterday all was good and now I have no idea what is going on. Maybe its throwing up this error because when I run Get-SecurebootSVN I get firmwareSVN 2.0 instead of the latest. I am pretty sure I revoked the PCA 2011 cert previously.
or maybe the new windows update is not compatible with the script garlin wrote. I do have the green tick with no more certificate changes are needed .
I am about to run the command you said in your earlier post and see what happens. Will this happen every time MS changes something?You'll continue to see Get-SecureBootSVN = 2.0 until the Windows bug fix is pushed. There's a train schedule which runs on time for Monthly Updates. If you don't catch a train with your code change, you must wait for the next one.
PS C:\SecureBoot-CA-2023-Updates> powershell -nop -ep bypass -f .\Check_UEFI-CA2023.ps1 -Verbose -Audit. Why did they bother renaming the files?
You should be able to run "Update_UEFI-CA2023.ps1 -Revoke -SkuSiPolicy", and it should force SVN 8 and a newer SkuSiPolicy.

All good.UEFI DBX Certs
--------------
Microsoft Windows Production PCA 2011
Windows BootMgr SVN 8.0
EFI_CERT_SHA256_GUID Signatures: 439
EFI Files
---------
Windows Boot Manager [Windows UEFI CA 2023] is ALLOWED.
\\.\HarddiskVolume1\EFI\Microsoft\Boot\bootmgfw.efi
File Version: 28000.322, SVN 8.0
Registry: WindowsUEFICA2023Capable = 2
[Windows UEFI CA 2023] in UEFI DB, and Windows starting from CA 2023 Boot Manager.
SkuSiPolicy.p7b is CURRENT.
\\.\HarddiskVolume1\EFI\Microsoft\Boot\SkuSiPolicy.p7b
Version: 3.0.0.14
All good.
As for the DBX update checks, I'll have to investigate. No idea why MS decided to make changes to the filenames. I would have expected them to just push a newer version of the existing files in place, unless there's some unexplained reason why "Legacy" needs to be separated out.
I planned ahead in writing the update script, and expected the SVN and SkuSiPolicy file to change over time.That did the trick, thanks.
Should be correct, but I'm waiting to install April 2026 so I can see what's been modified.Is Check_DBXUpdate.bin.ps1 showing the correct output?
First of all thank you for all of the hard work and prompt responses.Should be correct, but I'm waiting to install April 2026 so I can see what's been modified.
View attachment 168870I would like to share the outcome of the following script running with you:everything looks good.
powershell -nop -ep bypass -f "C:\temp\SecureBoot-CA-2023-Updates\Check_DBXUpdate.bin.ps1”
SUCCESS: Matched 431/431 EFI signatures from "dbxupdate.bin"
SUCCESS: Matched 3/3 SVN signatures from "DBXUpdate2024.bin"
SUCCESS: Matched 3/3 SVN signatures from "DBXUpdateSVN.bin"
After the last update to 26200.8246, the following output is available:I would like to share the outcome of the following script running with you:everything looks good.
powershell -nop -ep bypass -f "C:\temp\SecureBoot-CA-2023-Updates\Check_DBXUpdate.bin.ps1”
SUCCESS: Matched 431/431 EFI signatures from "dbxupdate.bin"
SUCCESS: Matched 3/3 SVN signatures from "DBXUpdate2024.bin"
SUCCESS: Matched 3/3 SVN signatures from "DBXUpdateSVN.bin"

Same, just ran that win update.