1、新建一个记事本,复制粘贴以下代码内容
path C:Windowssystem32
bcdedit /store C:ootcd /create {bb68514c-cff8-11dd-aca9-a775dac50ae8} /d "Microsoft Windows 7" /application osloader
bcdedit /store C:ootcd /set {bb68514c-cff8-11dd-aca9-a775dac50ae8} device partition=C:
bcdedit /store C:ootcd /set {bb68514c-cff8-11dd-aca9-a775dac50ae8} path Windowssystem32winload.exe
bcdedit /store C:ootcd /set {bb68514c-cff8-11dd-aca9-a775dac50ae8} locale zh-CN
bcdedit /store C:ootcd /set {bb68514c-cff8-11dd-aca9-a775dac50ae8} inherit {bootloadersettings}
bcdedit /store C:ootcd /set {bb68514c-cff8-11dd-aca9-a775dac50ae8} osdevice partition=C:
bcdedit /store C:ootcd /set {bb68514c-cff8-11dd-aca9-a775dac50ae8} systemroot Windows
bcdedit /store C:ootcd /set {bb68514c-cff8-11dd-aca9-a775dac50ae8} nx optin
bcdedit /store C:ootcd /displayorder {bb68514c-cff8-11dd-aca9-a775dac50ae8} /addlast
bcdedit /store C:ootcd /timeout 5
pause
2、另存为“修复BCD引导.bat”;(注意以上代码以系统在C盘的为准,如果不是请更改partition=C:中的C更改为其他对应盘符);
3、在WinPE下执行这个文件。
是不是困扰大家许久的win7系统BCD引导错误无法开机的解决方法问题已经解决了呢?还有不知道怎么解决的小伙伴赶快来学习一下吧!不会的朋友赶快来学习一下吧。