- 删除Windows启动管理器下的加载项
- 环境:Windows7操作系统
- 工具:cmd命令行工具
- 操作:
Windows 启动管理器
--------------------
标识符 {bootmgr}
device partition=C:
description Windows Boot Manager
locale zh-CN
inherit {globalsettings}
default {current}
resumeobject {174e00c0-2f8f-11e9-b51f-83c383adba4c}
displayorder {current}
{174e00c3-2f8f-11e9-b51f-83c383adba4c}
toolsdisplayorder {memdiag}
timeout 30
Windows 启动加载器
-------------------
标识符 {current}
device partition=C:
path Windowssystem32winload.exe
description Windows 7
locale zh-CN
inherit {bootloadersettings}
osdevice partition=C:
systemroot Windows
resumeobject {174e00c0-2f8f-11e9-b51f-83c383adba4c}
nx OptIn
实模式启动扇区
---------------------
标识符 {174e00c3-2f8f-11e9-b51f-83c383adba4c}
device partition=C:
path NSTNeoGrub.mbr
description NeoGrub引导加载器
locale zh-CN
custom:250000c2 0
-
-
- 删除某个加载项(标识符-红字)
- > bcdedit /delete {174e00c3-2f8f-11e9-b51f-83c383adba4c}
- 回顾操作:
- > bcdedit 启动菜单编辑器,显示相关加载项信息(标识,驱动器等)
- > bcdedit /delete {标识符} 删除某个加载项
- 未完: