如何恢复windows7启动项

作者[luoice] 发表于[2009-4-16 18:39:00]
将下面文本用记事本保存为a.bat,再右击a.bat》以管理员模式运行。

bcdedit /create {bb68514c-cff8-11dd-aca9-a775dac50ae8} /d "Microsoft Windows 7" /application osloader
bcdedit /set {bb68514c-cff8-11dd-aca9-a775dac50ae8} device partition=E:
bcdedit /set {bb68514c-cff8-11dd-aca9-a775dac50ae8} path \Windows\system32\winload.exe
bcdedit /set {bb68514c-cff8-11dd-aca9-a775dac50ae8} locale  zh-CN
bcdedit /set {bb68514c-cff8-11dd-aca9-a775dac50ae8} inherit {bootloadersettings}
bcdedit /set {bb68514c-cff8-11dd-aca9-a775dac50ae8} osdevice  partition=E:
bcdedit /set {bb68514c-cff8-11dd-aca9-a775dac50ae8} systemroot \Windows
bcdedit /set {bb68514c-cff8-11dd-aca9-a775dac50ae8} nx OptIn
bcdedit /displayorder {bb68514c-cff8-11dd-aca9-a775dac50ae8} /addlast
bcdedit /timeout 5
pause 

Re:如何恢复windows7启动项

作者[**某人(游客)] 发表于[2010-3-7 16:23:00]
为什么看不了

Re:如何恢复windows7启动项

作者[luoice] 发表于[2009-6-2 8:51:00]
请各位注意,以上盘符默认为e,如果你的win7装在其他盘,请自己修改盘符!

发表评论:

    大名:
    密码: (游客无须输入密码)
    主页:
    标题:
    正在加载......