win11 修復 uefi

#bcdedit備分
bcdedit /export c:\boot.bak
bcdedit /import c:\boot.bak

#error 改壞
#path
bcdedit /set path \win

#recoverysequnce
bcdedit /set recoveryenable no

diskpart
list disk #尋找內接硬碟
sel disk 0
list vol #find 100m fat32
sel vol 2
assign letter=v #設定磁區代碼
exit

v:
cd efi \Microsoft\Boot
有BCD檔案

c:\format v: /fs:fat32 #選Y

#rebuild boot EFI
c:\bceboot c:\windows /s v: /f UEFI
bcdedit #查看

reagentc /info #顯示 windows RE: Disable

#重建 windows RE
Dism /online /Cleanup-Image /RestoreHealth
reagentc /enable
reagentc /info

本篇發表於 windows 並標籤為 。將永久鍊結加入書籤。

發表迴響

您的電子郵件位址並不會被公開。 必要欄位標記為 *

*

您可以使用這些 HTML 標籤與屬性: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>