Boot y UEFI - sevioptero/Windows_info GitHub Wiki
Comprobar si un equipo tiene Secure Boot habilitado
Confirm-SecureBootUEFI
Otra forma:
Get-ItemProperty -Path hklm:\System\CurrentControlSet\Control\SecureBoot\State | Select-Object UEFISecureBootEnabled
0
= está deshabilitado, 1
= está habilitado.
Enlaces
- Reparar arranque UEFI en Windows 10
- Secure Boot
- Solución avanzada de problemas de arranque de Windows
- Plop - Boot manager para equipos antiguos
Pete Batard
- UEFI:NTFS - Boot NTFS partitions from UEFI
- Adding a driver to a UEFI firmware
- Why do I need to disable Secure Boot to use UEFI:NTFS?