riverofwind
Member
- Local time
- 12:11 PM
- Posts
- 30
- OS
- Windows 11
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.
reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Secureboot /v AvailableUpdates /t REG_DWORD /d 0x200 /f
powershell Start-ScheduledTask -TaskName "\Microsoft\Windows\PI\Secure-Boot-Update"
Thanks for the helpYou're not missing any certs. But you're slightly behind on the latest DBX Updates for banned EFI boot files.
Run these commands:
Code:reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Secureboot /v AvailableUpdates /t REG_DWORD /d 0x200 /f powershell Start-ScheduledTask -TaskName "\Microsoft\Windows\PI\Secure-Boot-Update"
Update-UEFI.bat -Revoke
All works, thanks for the helpDownload the ZIP file from here, and run:
garlin's PowerShell scripts for updating Secure Boot CA 2023
Code:Update-UEFI.bat -Revoke
It's been noted the Secure Boot task sometimes doesn't apply all of the pending DBX updates. The update script uses a different method to append any missing changes, and get it done.