Method 1
open Command prompt with an admin rights and below the following
step 1
reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Secureboot /v AvailableUpdates /t REG_DWORD /d 0x5944 /f
Powershell -command Start-ScheduledTask -TaskName "\Microsoft\Windows\PI\Secure-Boot-Update"
restart system
step 2
reg query HKLM\SYSTEM\CurrentControlSet\Control\Secureboot /v AvailableUpdates
If you see the value of AvailableUpdates becomes 0x4100, then again type below
Powershell -command Start-ScheduledTask -TaskName "\Microsoft\Windows\PI\Secure-Boot-Update"
restart system.
Method 2
BY installing latest bios from computer manufacturer
If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.
hth
Marcin