close
windows10開機一直卡在自動修復
進widnows re後打開命令提示字元
輸入修復指令
bootrec /Fixboot
出現存取被拒
----
解決方法:
windows10 1709版本後
指令需改為
Select Troubleshoot.
- Choose Command Prompt from the menu:
Type in the command:
Diskpart
Type in the command:
List disk (Note which disk is your Boot drive number mine is 0)
Type in the command:
Sel disk 0
Type in the command:
List vol (選擇開機磁區,通常為FAT32)
Type in the command:
Sel vol 4
Type in the command:
assign letter=V:
Type in the command:
Exit
Type in the command:
V:
bcdboot C:\windows /s V: /f UEFI
#參考
http://fygul.blogspot.com/2017/09/fix-windows-10-efi-bootloader.html
文章標籤
全站熱搜
留言列表