Bootcertificaten checken via Powershell met admin rechten
([System.Text.Encoding]::ASCII.GetString((Get-SecureBootUEFI db).bytes) -match ‘Windows UEFI CA 2023’)
True is goed False moet certificaten updaten
Hoe Certificaten downloaden? #
Certificaten updaten via powershell: #
Stap 1: powershel commando #
reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Secureboot /v AvailableUpdates /t REG_DWORD /d 0x5944 /f
Stap 2: #
Voer onderstaande commando uit in powershell
Start-ScheduledTask -TaskName “\Microsoft\Windows\PI\Secure-Boot-Update”
Start nu de pc opnieuw op. Check daarna nog een keer en als het goed is is hij nu True.=