Secure Boot Zertifikate - Was ist das und muss ich was tun?

In this video, I'll explain everything about the Secure Boot certificates that Microsoft will be changing in 2026. As promised, here are the three commands: To check: [System.Text.Encoding]::ASCII.GetString((Get-SecureBootUEFI db).bytes) -match 'Windows UEFI CA 2023' To adjust the registry: Set-ItemProperty -Path “HKLM:\SYSTEM\CurrentControlSet\Control\SecureBoot” -Name “AvailableUpdates” -Value 0x40 To start the task for the update: Start-ScheduledTask -TaskName “\Microsoft\Windows\PI\Secure-Boot-Update” You can find more videos like this on my channel #Takiry:    / takiry