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