深度技术win7旗舰版修复BCD引导错误bat图文教程
更新日期:2015-07-25 14:15:59
来源:互联网
Win7常见故障有BCD引导错诶导致无法开机,正常情况下是在新安装时最容易出现。那要怎么解决这个问题呢?其实我们可以通过WinPE中的Windows引导修复软件来修复这个问题。但如果U盘启动盘中没有这个工具的话,可以用命令的方式来解决。以下就是修复引导的命令。
1、打开记事本,然后复制粘贴以下代码,另存为“修复BCD引导.bat”;(注意以下代码以系统在C盘的为准,如果不是请更改partition=C:中的C改为其他盘符);
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、然后在WinPE下执行这个文件,如下图:
通过上述方法操作,就可以修复Win7旗舰版BCD引导错误bat代码。之后还可以把这个BAT文件留着,需要时还可以用。
-
win7 64位纯净版如何禁止多开浏览器时出现折叠状态 14-12-03
-
win7纯净版32位系统鼠标超频的办法 教你如何让鼠标超频 15-03-06
-
win7纯净版32位如何切换双声卡 双声卡切换技巧 15-03-25
-
纯净版雨林木风win7系统在Excel表格中怎么输入0开头的数据 15-05-06
-
番茄花园win7纯净版系统在睡眠模式被自动唤醒是啥情况 15-05-12
-
如何处理番茄花园win7启动系统备份失败报错0x80070422问题 15-06-27
-
如何找回技术员联盟win7忘记的系统权限密码 15-06-11
-
电脑公司win7系统中了不起的netstat命令让系统更安全可靠 15-06-07
-
在win7风林火山系统中有哪些无用的内容可以用右键清理 15-06-10