Secure Boot Certificates Expire Soon

The tl;dr is CTRL-C and CTRL-V (don't use right-click copy/paste, it'll screw up) this into Powershell (admin) and see if it returns True :

([System.Text.Encoding]::ASCII.GetString((Get-SecureBootUEFI db).bytes) -match ‘Windows UEFI CA 2023’)
 
Last edited:
Back
Top Bottom