🚨 官方域名僅限: gebu8f.page / gebu8f.de / gebu8f.hidns.co
若見到其他相似網站,皆非本人所有,請勿相信。

windows uefi ca 2023 更新 【部分取自於微軟】

58次閱讀
尚無留言

共計 1266 個字符,預計需要花費 4 分鐘才能閱讀完成。

第一步

先進 Bios 開機時按下表內容

windows uefi ca 2023 更新【部分取自於微軟】
取自於https://www.tangpc.com.tw/blog/detail/1123

因為我是微星的 是進入安全性 找到安全啟動 有 Secure Boot ModeStandard 改成Custom

第二步

windows uefi ca 2023 更新【部分取自於微軟】

輸入

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"

再來運行

[System.Text.Encoding]::ASCII.GetString((Get-SecureBootUEFI db).bytes) -match 'Windows UEFI CA 2023'

* 應該要是 True 如果是 False 那就可能沒救了

檢查

 Get-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\SecureBoot" -Name "AvailableUpdates"

應該是

AvailableUpdates : 0
PSPath           : Microsoft.PowerShell.Core\Registry::HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecureBoot
PSParentPath     : Microsoft.PowerShell.Core\Registry::HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control
PSChildName      : SecureBoot
PSDrive          : HKLM
PSProvider       : Microsoft.PowerShell.Core\Registry

AvailableUpdates 是 0 (非 0 通常沒成功)

再來

reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Secureboot /v AvailableUpdates /t REG_DWORD /d 0x100 /f
Start-ScheduledTask -TaskName "\Microsoft\Windows\PI\Secure-Boot-Update"

一樣

Get-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\SecureBoot" -Name "AvailableUpdates"

AvailableUpdates 是 0 (非 0 通常沒成功)

再來

mountvol s: /s
copy S:\EFI\Microsoft\Boot\bootmgfw.efi c:\bootmgfw_2023.efi

找到 bootmgfw_2023.efi 右鍵 內容 數位簽章

windows uefi ca 2023 更新【部分取自於微軟】

再來卸載 efi 分區

mountvol s: /d

gebu8f

Author: gebu8f


探索更多來自 GEBU8F — 阿蒲的網站 的內容

訂閱即可透過電子郵件收到最新文章。

正文完
 0
gebu8f
版權聲明:本文於2026-02-16轉載自微軟文檔,共計1266字。
轉載提示:此文章非本站原創文章,若需轉載請聯繫原作者獲得轉載授權。

禁止人身攻擊,請理性發言。

評論(尚無留言)

    探索更多來自 GEBU8F — 阿蒲的網站 的內容

    立即訂閱即可持續閱讀,還能取得所有封存文章。

    繼續閱讀