Event details
Hey, I came across this Dell Pro 16 Plus, that is missing the UEFICA2023Status registry key. It has the Task Scheduler and all other keys except that one. Should I move forward as normal or is there a scenario where another route is required in this case?
Let me guess, the device came with all the 2023 certificates from the factory already (Or it has been updated before the OS got reinstalled)? In that case it can happen that the key has not been created at all. I cannot tell what exactly causes the key not being created, but everything is fine if the certificates are there.
- CrisLugoBApr 20, 2026Copper Contributor
I checked to see if Event 1808 existed on the system and it did not. Is there another way to check and confirm if the all the 2023 certificates are already installed in the system?
- mihiApr 20, 2026Brass Contributor
You can use PowerShell:
get-securebootuefi db -decoded
get-securebootuefi kek -decoded
Or one of the many other powershell scripts floating around that check a few more things.