Ich brauche wieder eure Hilfe bzw. eure Meinung, ob ich alles richtig gemacht habe.
Bei mir hatte sich das UEFI CA 2023 Zertifikat nicht aktualisiert, ob wohl das schon lange draußen sein sollte.
Geprüft mit diesem Befehl und das stand auf False:
Code: Alles auswählen
[System.Text.Encoding]::ASCII.GetString((Get-SecureBootUEFI db).bytes) -match 'Windows UEFI CA 2023'
Ich habe dann hier ein wenig herumgegraben und mir einige Infos zusammengestückelt.
Also habe ich dann dieses gemacht:
Code: Alles auswählen
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"
Und dieses:
Code: Alles auswählen
mountvol s: /s
copy S:\EFI\Microsoft\Boot\bootmgfw.efi c:\bootmgfw_2023.efi
mountvol s: /d
Und dieses:
Code: Alles auswählen
reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Secureboot /v AvailableUpdates /t REG_DWORD /d 0x200 /f
Start-ScheduledTask -TaskName "\Microsoft\Windows\PI\Secure-Boot-Update"
Das hat funktioniert, der Eintrag steht jetzt auf True. Ich hänge mal noch zwei Bilder an. Es wäre echt nett, wenn mir einer sagt, ob jetzt alles korrekt ist oder ob ich noch irgendwie aktiv werden muss.
Auf ein BIOS Update warte ich bei einem 2018er Board vermutlich vergeblich? Rog Maximus XI Hero

Ich brauche wieder eure Hilfe bzw. eure Meinung, ob ich alles richtig gemacht habe. :-/
Bei mir hatte sich das UEFI CA 2023 Zertifikat nicht aktualisiert, ob wohl das schon lange draußen sein sollte.
Geprüft mit diesem Befehl und das stand auf False:
[code][System.Text.Encoding]::ASCII.GetString((Get-SecureBootUEFI db).bytes) -match 'Windows UEFI CA 2023'[/code]
Ich habe dann hier ein wenig herumgegraben und mir einige Infos zusammengestückelt.
Also habe ich dann dieses gemacht:
[code]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"[/code]
Und dieses:
[code]mountvol s: /s
copy S:\EFI\Microsoft\Boot\bootmgfw.efi c:\bootmgfw_2023.efi
mountvol s: /d[/code]
Und dieses:
[code]reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Secureboot /v AvailableUpdates /t REG_DWORD /d 0x200 /f
Start-ScheduledTask -TaskName "\Microsoft\Windows\PI\Secure-Boot-Update"[/code]
Das hat funktioniert, der Eintrag steht jetzt auf True. Ich hänge mal noch zwei Bilder an. Es wäre echt nett, wenn mir einer sagt, ob jetzt alles korrekt ist oder ob ich noch irgendwie aktiv werden muss.
Auf ein BIOS Update warte ich bei einem 2018er Board vermutlich vergeblich? Rog Maximus XI Hero :?
[img]https://i.imgur.com/Ykr62NM.png[/img]
[img]https://i.imgur.com/mMqMPg1.png[/img]