zoukankan      html  css  js  c++  java
  • 删除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                    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 {标识符}  删除某个加载项  
    • 未完:
      • bcdedit 命令行工具  
  • 相关阅读:
    架构师维度理解 程序=数据+算法
    vuejs 中 select 动态填充数据,后台的数据
    vuejs 的错误代码,有助于理解
    graphviz 绘制架构图
    graphviz 布局和子图,表格教程
    graphviz layer 教程(非布局)
    待学习
    Linux进程管理
    TCP连接的11种状态,三次握手四次挥手原因
    Linux基本命令使用(三)
  • 原文地址:https://www.cnblogs.com/ShuComputerProgram/p/10374225.html
Copyright © 2011-2022 走看看