刪除Windows啟動管理器下的加載項


  • 刪除Windows啟動管理器下的加載項
    • 環境:Windows7操作系統
    • 工具:cmd命令行工具
    • 操作:
      • > msconfig
        • 系統配置工具
      • > bededit
        • 啟動菜單編輯器,命令行工具
        • 跳出如下內容:
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 {標識符}  刪除某個加載項  
  • 未完:
    • bcdedit 命令行工具  


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM