bcdedit删除引导_Bcdedit命令教程以及用于编辑Windows引导配置的示例
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` 路徑
- … …
列表條目類型(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引导配置的示例的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 鸟与虫(三)贴吧,我想粗去玩
- 下一篇: 荣耀笔记本开机黑屏错误怎么U盘重装系统教