- 刪除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 \Windows\system32\winload.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 \NST\NeoGrub.mbr
description NeoGrub引導加載器
locale zh-CN
custom:250000c2 0
-
-
- 刪除某個加載項(標識符-紅字)
- > bcdedit /delete {174e00c3-2f8f-11e9-b51f-83c383adba4c}
- 回顧操作:
- > bcdedit 啟動菜單編輯器,顯示相關加載項信息(標識,驅動器等)
- > bcdedit /delete {標識符} 刪除某個加載項
- 未完: