怎么用bcd设置Win10系统引导 修复系统之家Win10系统BCD引导错误
发布时间:2016-04-10 作者: Win10镜像官网 来源:http://www.ghost11.com
修复系统之家Win10系统BCD引导错误分享给大家。有时Win10用户会遇到BCD引导错误导致无法开机的问题,特别在新安装时最容易出现,其实用户可通过winPE中的Windows引导修复软件修复这个问题,但如果U盘启动盘中没有这个工具的话,可创建以下命令来修复,具体如下:
1、新建一个记事本,复制粘贴以下代码内容
path C:\Windows\system32
bcdedit /store C:\boot\bcd /create {bb68514c-cff8-11dd-aca9-a775dac50ae8} /d "Microsoft Windows 7" /application osloader
bcdedit /store C:\boot\bcd /set {bb68514c-cff8-11dd-aca9-a775dac50ae8} device partition=C:
bcdedit /store C:\boot\bcd /set {bb68514c-cff8-11dd-aca9-a775dac50ae8} path \Windows\system32\winload.exe
bcdedit /store C:\boot\bcd /set {bb68514c-cff8-11dd-aca9-a775dac50ae8} locale zh-CN
bcdedit /store C:\boot\bcd /set {bb68514c-cff8-11dd-aca9-a775dac50ae8} inherit {bootloadersettings}
bcdedit /store C:\boot\bcd /set {bb68514c-cff8-11dd-aca9-a775dac50ae8} osdevice partition=C:
bcdedit /store C:\boot\bcd /set {bb68514c-cff8-11dd-aca9-a775dac50ae8} systemroot \Windows
bcdedit /store C:\boot\bcd /set {bb68514c-cff8-11dd-aca9-a775dac50ae8} nx optin
bcdedit /store C:\boot\bcd /displayorder {bb68514c-cff8-11dd-aca9-a775dac50ae8} /addlast
bcdedit /store C:\boot\bcd /timeout 5
pause
2、另存为“修复BCD引导.bat”;(注意以上代码以系统在C盘的为准,如果不是请更改partition=C:中的C更改为其他对应盘符);
3、在WinPE下执行这个文件。
以上就是关于修复系统之家Win10系统BCD引导错误介绍了,此BAT文件可以随身携带,在需要时随时使用。
1、新建一个记事本,复制粘贴以下代码内容
path C:\Windows\system32
bcdedit /store C:\boot\bcd /create {bb68514c-cff8-11dd-aca9-a775dac50ae8} /d "Microsoft Windows 7" /application osloader
bcdedit /store C:\boot\bcd /set {bb68514c-cff8-11dd-aca9-a775dac50ae8} device partition=C:
bcdedit /store C:\boot\bcd /set {bb68514c-cff8-11dd-aca9-a775dac50ae8} path \Windows\system32\winload.exe
bcdedit /store C:\boot\bcd /set {bb68514c-cff8-11dd-aca9-a775dac50ae8} locale zh-CN
bcdedit /store C:\boot\bcd /set {bb68514c-cff8-11dd-aca9-a775dac50ae8} inherit {bootloadersettings}
bcdedit /store C:\boot\bcd /set {bb68514c-cff8-11dd-aca9-a775dac50ae8} osdevice partition=C:
bcdedit /store C:\boot\bcd /set {bb68514c-cff8-11dd-aca9-a775dac50ae8} systemroot \Windows
bcdedit /store C:\boot\bcd /set {bb68514c-cff8-11dd-aca9-a775dac50ae8} nx optin
bcdedit /store C:\boot\bcd /displayorder {bb68514c-cff8-11dd-aca9-a775dac50ae8} /addlast
bcdedit /store C:\boot\bcd /timeout 5
pause
2、另存为“修复BCD引导.bat”;(注意以上代码以系统在C盘的为准,如果不是请更改partition=C:中的C更改为其他对应盘符);
3、在WinPE下执行这个文件。
以上就是关于修复系统之家Win10系统BCD引导错误介绍了,此BAT文件可以随身携带,在需要时随时使用。