Couple days ago my Dell XPS 8700 running Windows 10 Home (extended support through OneDrive backup) started freezing couple minutes after the startup. It boots up fine, starts working OK, but then couple minutes later (maybe 5 minutes or so), it completely freezes, including keyboard and mouse interaction.
I ran Dell diagnostics, all was fine.
I explored further and found out that the Secure Boot Update task that starts about that time may be the issue.
I disabled this task - and now there is no freezing whatsoever.
However, that also concerns me because this Secure Boot Update task is supposed to update Microsoft's UEFI certificates that are expiring in June 2026.
So, I ran check as follows in PowerShell (as Administrator):
[System.Text.Encoding]::ASCII.GetString((Get-SecureBootUEFI db).bytes) -match 'Windows UEFI CA 2023'
This returned "True" - which should mean that certificates were already installed successfully. At least that is what I understood from various support and related articles (and from Bing/Copilot AI).
However, on check of Windows Security (within Device Security), and while I see green checkmark on Secure Boot, the Secure Boot is giving the following message:

"Learn more" goes to explore all possible information about certificates, and does not offer any real practical advice.
There are some suggestions/instructions (not Microsoft) to either wait for automatic updates, or to try and toggle Secure Boot to force updates.
So, the question is: Considering that I had to disable Secure Boot Update task because it was making my computer inoperable, what should I do now?
- I cannot wait for automatic updates because task (Secure Boot Update task) is not running.
- **I cannot force updates because I have to enable the task (Secure Boot Update task) which then promptly freezes the computer. **
Is there a problem with the Secure Boot Update task? - I see that it tries to reach some URLs - but if the network (internet) is not accessible, the task does not freeze the computer, so maybe there is something there?
Is Microsoft aware of any related issue and is there guidance on how to overcome this, make the task run, do automatic or forced updates without freezing the computer?
For further/repeated information:
PC is Dell XPS 8700, and it does not have TPM2.0 so it cannot be upgraded to Windows 11
Security Updates are enabled by enabling backups via OneDrive (as per Microsoft advice).
Edition Windows 10 Home
Version 22H2
OS Build 19045.7291
The only current potential issue is that the free space on boot drive is around 165GB - but that should not have anything to do with the certificates installation or system resources (i7, 16GB RAM, etc.)
Thank you.
Branko