Hi,
In this case, you usually have to wait for the BIOS updates to come with the updated keys.
Search for msinfo32.exe in the search bar, take a screenshot, and post it here so we can see the correct laptop model or desktop configuration.
Thanks
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
In this case, you usually have to wait for the BIOS updates to come with the updated keys.
Search for msinfo32.exe in the search bar, take a screenshot, and post it here so we can see the correct laptop model or desktop configuration.
Thanks
AI answer
For a Windows 11 Home device, manual installation is not generally the recommended path unless the device supports the update path and has the required firmware support.
Supported facts:
If a manual deployment is being attempted on Windows:
reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Secureboot /v AvailableUpdates /t REG_DWORD /d 0x40 /f
Start-ScheduledTask -TaskName "\Microsoft\Windows\PI\Secure-Boot-Update"
[System.Text.Encoding]::ASCII.GetString((Get-SecureBootUEFI db).bytes) -match 'Windows UEFI CA 2023'
The expected result is True.Important cautions:
For consumer PCs, the practical path is:
Windows UEFI CA 2023 is presentIf the OEM has not provided support for that hardware, the device can usually continue to boot normally, but it may not receive future Secure Boot boot-level protections.
References: