检查系统当前是否支持 Secure Boot 的方法 Step1: 找到 Power Shell, 然后以管理员权限运行 Step2:输入Confirm-SecureBootUEFI 即可: 结果:当前系统支持 当前系统不支持 参考: 1. https://technet.microsoft.com/en-us/itpro/powershell/windows/secure-boot/confirm-securebootuefi
--> get secure boot status Get-SecureBootUEFI SecureBoot Get-SecureBootUEFI SetupMode ---> get variable status Get-SecureBootUEFI pk Get-SecureBootUEFI kek Get-SecureBootUEFI db Get-SecureBootUEFI dbx 回复
FYI! http://www.verboon.info/2013/01/how-to-check-the-status-of-bios-uefi-secure-boot-with-powershell/ 回复
--> get secure boot status
Get-SecureBootUEFI SecureBoot
Get-SecureBootUEFI SetupMode
---> get variable status
Get-SecureBootUEFI pk
Get-SecureBootUEFI kek
Get-SecureBootUEFI db
Get-SecureBootUEFI dbx
FYI!
http://www.verboon.info/2013/01/how-to-check-the-status-of-bios-uefi-secure-boot-with-powershell/