首页 > Windows开发 > 详细

win7启动文件修复

时间:2015-01-14 19:33:45      阅读:187      评论:0      收藏:0      [点我收藏+]

1:在xp下运行bcdedit.exe(这软件在windows 7的系统盘下 就在你的c:\windows\system32\这里
2:将这软件复制到c盘根目录下
3:进入命令提示符 输入 c:
4:输入 bcdedit /store c:\boot\bcd /create /d "windows 7" 
-application osloader
(复制  返回的{xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx})
5:输入 bcdedit /store c:\boot\bcd -set {xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx} device partition=c:
6:输入 bcdedit /store c:\boot\bcd -set {xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx} path \windows\system32\winload.exe
7:输入 bcdedit /store c:\boot\bcd -set {xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx} osdevice partition=c:
8:输入 bcdedit /store c:\boot\bcd -set {xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx} systemroot \windows
9:输入 bcdedit /store c:\boot\bcd -displayorder {xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx} /addlast

win7启动文件修复

原文:http://www.cnblogs.com/xieqianli/p/4224551.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!