删除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