bcdedit删除引导

bcdedit is a command line tool used to manage Boot Configuration Data (BCD). This tool can be used to store boot configuration, boot applications and related settings. We need Administrator privileges in order to change and modify boot configuration with the bcdedit.

bcdedit是用于管理引导配置数据(BCD)的命令行工具。 该工具可用于存储启动配置,启动应用程序和相关设置。 我们需要管理员特权才能使用bcdedit更改和修改启动配置。

帮帮我 (Help)

Before starting using the bcdedit command we need to list and learn the features and options provided by the bcdedit command. We can use /? to list all available options and features.

在开始使用bcdedit命令之前,我们需要列出和学习bcdedit命令提供的功能和选项。 我们可以使用/? 列出所有可用的选项和功能。

> bcdedit /?

Help
帮帮我

商店(Store)

Boot configuration is stored in stores. Stores are containers that hold configuration and values.

引导配置存储在存储中。 商店是保存配置和值的容器。

建立店铺 (Create a Store)

We can create en new and empty store with the /createstore. The newly created store is not a system store and named as a user store. In this example, we will create a new store named poftut.

我们可以使用/createstore创建一个新的空商店。 新创建的存储不是系统存储,而是被命名为用户存储。 在此示例中,我们将创建一个名为poftut的新商店。

> bcdedit /createstore poftut

Create a Store
建立店铺

出口商店(Export Store)

We can export a given store with the /export option. We will also the export name after the  /export option like below. This will be named as system.

我们可以使用/export选项导出给定的商店。 我们还将在/export选项之后添加导出名称,如下所示。 这将被命名为system

> bcdedit /export system

Export Store
出口商店

进口商店(Import Store)

We can also import a given store and related boot configuration. We will use /import and provide the store name. In this example, we will import the store file named system.

我们还可以导入给定的商店和相关的启动配置。 我们将使用/import并提供商店名称。 在此示例中,我们将导入名为system的商店文件。

> bcdedit /import system

列出当前商店值 (List Current Store Values)

We can list current store values with the /store option. This will enum following information.

我们可以使用/store选项列出当前商店的值。 这将枚举以下信息。

  • `identifier``标识符`
  • `device`设备
  • `timeout``超时`
  • `path`路径
  • ……
> bcdedit /store system

List Current Store Values
列出当前商店值

列表条目类型(List Entry Types)

Data types are identified using either a name or custom type. We can list them with the /? TYPES option like below.

数据类型使用名称或自定义类型来标识。 我们可以用/? TYPES列出它们/? TYPES /? TYPES选项如下。

> bcdedit /? TYPES

List Entry Types
列表条目类型

列表条目格式(List Entry Formats)

Formats describe formats of the data that are required for data types used with the /set command. We can list supported format with the /? FORMATS option.

格式描述与/set命令一起使用的数据类型所需的数据格式。 我们可以使用/? FORMATS列出支持的格式/? FORMATS /? FORMATS选项。

> bcdedit /? FORMATS

List Entry Formats
列表条目格式

复制条目(Copy Entry)

We can copy an already existing entry with the /copy option. We need tp specify the entry we want to copy and the value of the entry

我们可以使用/copy选项复制一个已经存在的条目。 我们需要tp指定要复制的条目和该条目的值

> bcdedit /copy {052c3990-b2d4-11e8-a404-cb11a34d6922} /d "Copy of entry"

Copy Entry
复制条目

创建条目(Create Entry)

We can create a new entry in the boot configuration of the data store. We will create a {ntldr} entry which data is "Old Windows OS Loader".

我们可以在数据存储区的启动配置中创建一个新条目。 我们将创建一个{ntldr}条目,其数据为"Old Windows OS Loader"

> bcdedit /create {ntldr} /d "Old Windows OS Loader"

删除条目 (Delete Entry)

We can delete an entry just by specifying the name of the entry. We will use /delete option for this.

我们可以仅通过指定条目名称来删除条目。 我们将使用/delete选项。

> bcdedit /delete {cbd971bf-b7b8-4885-951a-fa03044f5d71}
.u0e8f66f5530110c0a6d4345f4101f871 , .u0e8f66f5530110c0a6d4345f4101f871 .postImageUrl , .u0e8f66f5530110c0a6d4345f4101f871 .centered-text-area { min-height: 80px; position: relative; } .u0e8f66f5530110c0a6d4345f4101f871 , .u0e8f66f5530110c0a6d4345f4101f871:hover , .u0e8f66f5530110c0a6d4345f4101f871:visited , .u0e8f66f5530110c0a6d4345f4101f871:active { border:0!important; } .u0e8f66f5530110c0a6d4345f4101f871 .clearfix:after { content: ""; display: table; clear: both; } .u0e8f66f5530110c0a6d4345f4101f871 { display: block; transition: background-color 250ms; webkit-transition: background-color 250ms; width: 100%; opacity: 1; transition: opacity 250ms; webkit-transition: opacity 250ms; background-color: #ECF0F1; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17); -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17); -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17); } .u0e8f66f5530110c0a6d4345f4101f871:active , .u0e8f66f5530110c0a6d4345f4101f871:hover { opacity: 1; transition: opacity 250ms; webkit-transition: opacity 250ms; background-color: #D35400; } .u0e8f66f5530110c0a6d4345f4101f871 .centered-text-area { width: 100%; position: relative; } .u0e8f66f5530110c0a6d4345f4101f871 .ctaText { border-bottom: 0 solid #fff; color: #3498DB; font-size: 16px; font-weight: bold; margin: 0; padding: 0; text-decoration: underline; } .u0e8f66f5530110c0a6d4345f4101f871 .postTitle { color: #27AE60; font-size: 16px; font-weight: 600; margin: 0; padding: 0; width: 100%; } .u0e8f66f5530110c0a6d4345f4101f871 .ctaButton { background-color: #e6e6e6!important; color: #3498DB; border: none; border-radius: 3px; box-shadow: none; font-size: 14px; font-weight: bold; line-height: 26px; moz-border-radius: 3px; text-align: center; text-decoration: none; text-shadow: none; width: 80px; min-height: 80px; background: url(https://www.poftut.com/wp-content/plugins/intelly-related-posts/assets/images/simple-arrow.png)no-repeat; position: absolute; right: 0; top: 0; } .u0e8f66f5530110c0a6d4345f4101f871:hover .ctaButton { background-color: #E67E22!important; } .u0e8f66f5530110c0a6d4345f4101f871 .centered-text { display: table; height: 80px; padding-left: 18px; top: 0; } .u0e8f66f5530110c0a6d4345f4101f871 .u0e8f66f5530110c0a6d4345f4101f871-content { display: table-cell; margin: 0; padding: 0; padding-right: 108px; position: relative; vertical-align: middle; width: 100%; } .u0e8f66f5530110c0a6d4345f4101f871:after { content: ""; display: block; clear: both; }

LEARN MORE  UEFI or Unified Extensible Firmware Interface

.u0e8f66f5530110c0a6d4345f4101f871 , .u0e8f66f5530110c0a6d4345f4101f871 .postImageUrl , .u0e8f66f5530110c0a6d4345f4101f871 .centered-text-area { min-height: 80px; position: relative; } .u0e8f66f5530110c0a6d4345f4101f871 , .u0e8f66f5530110c0a6d4345f4101f871:hover , .u0e8f66f5530110c0a6d4345f4101f871:visited , .u0e8f66f5530110c0a6d4345f4101f871:active { border:0!important; } .u0e8f66f5530110c0a6d4345f4101f871 .clearfix:after { content: ""; display: table; clear: both; } .u0e8f66f5530110c0a6d4345f4101f871 { display: block; transition: background-color 250ms; webkit-transition: background-color 250ms; width: 100%; opacity: 1; transition: opacity 250ms; webkit-transition: opacity 250ms; background-color: #ECF0F1; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17); -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17); -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17); } .u0e8f66f5530110c0a6d4345f4101f871:active , .u0e8f66f5530110c0a6d4345f4101f871:hover { opacity: 1; transition: opacity 250ms; webkit-transition: opacity 250ms; background-color: #D35400; } .u0e8f66f5530110c0a6d4345f4101f871 .centered-text-area { width: 100%; position: relative; } .u0e8f66f5530110c0a6d4345f4101f871 .ctaText { border-bottom: 0 solid #fff; color: #3498DB; font-size: 16px; font-weight: bold; margin: 0; padding: 0; text-decoration: underline; } .u0e8f66f5530110c0a6d4345f4101f871 .postTitle { color: #27AE60; font-size: 16px; font-weight: 600; margin: 0; padding: 0; width: 100%; } .u0e8f66f5530110c0a6d4345f4101f871 .ctaButton { background-color: #e6e6e6!important; color: #3498DB; border: none; border-radius: 3px; box-shadow: none; font-size: 14px; font-weight: bold; line-height: 26px; moz-border-radius: 3px; text-align: center; text-decoration: none; text-shadow: none; width: 80px; min-height: 80px; background: url(https://www.poftut.com/wp-content/plugins/intelly-related-posts/assets/images/simple-arrow.png)no-repeat; position: absolute; right: 0; top: 0; } .u0e8f66f5530110c0a6d4345f4101f871:hover .ctaButton { background-color: #E67E22!important; } .u0e8f66f5530110c0a6d4345f4101f871 .centered-text { display: table; height: 80px; padding-left: 18px; top: 0; } .u0e8f66f5530110c0a6d4345f4101f871 .u0e8f66f5530110c0a6d4345f4101f871-content { display: table-cell; margin: 0; padding: 0; padding-right: 108px; position: relative; vertical-align: middle; width: 100%; } .u0e8f66f5530110c0a6d4345f4101f871:after { content: ""; display: block; clear: both; }

了解更多UEFI或统一可扩展固件接口

翻译自: https://www.poftut.com/bcdedit-command-tutorial-with-examples-to-edit-windows-boot-configuration/

bcdedit删除引导

bcdedit删除引导_Bcdedit命令教程以及用于编辑Windows引导配置的示例相关推荐

  1. nbtstat命令_nbtstat命令教程,以及在Windows上列出NetBIOS统计信息的示例

    nbtstat命令 NetBIOS is a very popular and useful protocol used to share resources like file, system in ...

  2. 修复磁盘更改导致的Windows引导崩溃,无限自动修复失败无限重启

    问题出现原因 今天Arch Linux空间不足了,所以把Ubuntu格掉分给了Arch Linux,而意料之中,这一分区变动影响到了后面的Windows,破坏了Windows的正常引导,导致Windo ...

  3. 安装双系统误删Windows引导,0xc0000098解决方案

    在win10的基础上安装了一个Ubuntu系统, 完工后使用EasyBCD引导Ubuntu,手残误删了Windows引导, 导致出现0xc0000098错误,即BCD文件损坏, 解决方案:在系统&qu ...

  4. winedit使用教程_BCDEdit命令怎么使用?Win10下BCDEdit使用教程(包含常用参数命令)...

    BCDEdit是用于管理引导配置数据(BCD)的一个命令行工具,要执行BCDEdit来更改BCD,大家都知道BCD是系统启动配置文件非常重要,有时我们需要改引导.启动项什么都需要改BCD,那么BCDE ...

  5. Bcdedit 删除 Boot Menu 中的多余启动引导

    概述 在过去一篇博文<如何科学卸载 Ubuntu?>中曾提到 Ubuntu 启动引导的删除,其中先后通过 EasyUEFI 与 diskpart 工具删除了 Ubuntu 的启动引导条目以 ...

  6. 命php令删除文件夹,window_win7系统通过cmd命令提示符的del命令删除文件的详细教程,怎么利用cmd命令提示符的del命 - phpStudy...

    win7系统通过cmd命令提示符的del命令删除文件的详细教程 怎么利用cmd命令提示符的del命令删除文件?cmd命令提示符的功能十分强大,它可以通过一些简单的命令来完成指定的查询.修改.删除等任务 ...

  7. setenv设置环境变量_setenv命令教程在Linux中添加,删除和更改环境变量

    setenv设置环境变量 Linux and Unix ecosystem mainly used command line based. While working with command lin ...

  8. 黑苹果OC引导注入_黑苹果Clover 引导删除多余启动项教程

    大家好,我是苹果那点事,关注我,获得更多苹果资讯. 本文全部原创,如有转载,请注明. 教程正式开始 第一步: 打开 clover configurator 并点击挂载分区 ,然后再点击efi分区的挂载 ...

  9. windows Bat 批命令 教程

    转载 第一章 批处理基础 第一节 常用批处理内部命令简介 批处理定义:顾名思义,批处理文件是将一系列命令按一定的顺序集合为一个可执行的文本文件,其扩展名为BAT或者CMD.这些命令统称批处理命令. 小 ...

最新文章

  1. 一文了解机器学习中的交叉熵
  2. mysql数据库安装教程32位,看这一篇就够了!
  3. android手势感应预研
  4. 计算机隐藏用户设置,Win10电脑怎么设置隐藏账户?电脑如何设置隐藏账户?
  5. 95-190-032-源码-window-CountWindow
  6. NOI2015 荷马史诗
  7. 测试开发Python培训:抓取新浪微博抓取数据-技术篇
  8. ElasticsearchTemplate的详细使用,完成多条件查询、匹配度查询等
  9. 手机电源键失灵无法开机的有效土方法
  10. Paddle进阶实战系列(二):智慧交通预测系统
  11. 同方台式计算机密码,清华同方的品牌机进bios需要密码,怎么清除它
  12. Vue.js devtools官网最新下载 中文,绿色版Vue.js devtools下载谷歌插件
  13. 如何下载并安装Firebug插件
  14. SwiftUI 精品项目之完整MOOC幕课iOS项目 含服务端 轮播欢迎页面(教程含源码)
  15. 什么是云平台_BIMer,你知道什么是BIM云平台吗?
  16. 中国古代传说中龙生有九子,都不像龙,各有所好。
  17. 常用电子元器件应用要点及识别方法
  18. 注册了个今日头条的头条号
  19. 计算机湖北高校排名,湖北高校排名,985、211、省属高校,各有千秋
  20. 振镜可以用计算机控制,振镜扫描激光焊接机的激光振镜及原理

热门文章

  1. 怎么更换证件照背景颜色?
  2. mybatis-plus 属性为空时判断问题
  3. java实现易宝支付
  4. 一文尽览阿里小程序云应用!你想知道的都在这里!
  5. Android Launcher分析和修改5——HotSeat分析
  6. 中英文情感分析模型汇总
  7. 主引导记录、启动扇区
  8. python脚本控制ios手机app_appium 下 python 脚本自动化测试iOS APP 实例
  9. kind多节点端口映射
  10. java activeMQ消息的发送与接收