ブート構成データ エディター
bcdedit
- C:\Windows\system32\bcdedit.exe /?
Output:
BCDEDIT - ブート構成データ ストア エディター
Bcdedit.exe コマンド ライン ツールは、ブート構成データ ストアを修正します。
ブート構成データ ストアにはブート構成パラメーターが含まれ、オペレーティング
システムのブート方法を制御します。これらのパラメーターは、以前は Boot.ini
ファイル (BIOS ベースのオペレーティング システム内) か、不揮発性 RAM エントリ
(拡張ファームウェア インターフェイスベースのオペレーティング システム内) に
ありました。Bcdedit.exe を使用して、ブート構成データ ストアのエントリを追加、
削除、編集、および付加することができます。
詳細なコマンドとオプション情報については、「bcdedit.exe /? / <コマンド>」を入力
してください。たとえば、/createstore コマンドについて詳細情報を表示するには
以下のように入力します。
bcdedit.exe /? /createstore
ヘルプ ファイルのトピック順の一覧を参照するには、"bcdedit /? TOPICS" を実行
します。
ストアの操作のコマンド
======================
/store 現在のシステムの既定以外の BCD ストアを指定するために使用されます。
/createstore 新しい空のブート構成データ ストアを作成します。
/export システム ストアの内容をファイルにエクスポートします。
このファイルは、システム ストアの状態を復元するために後から使用
することができます。
/import /export コマンドで作成されたバックアップ ファイルを使用して、
システム ストアの状態を復元します。
/sysstore システム ストア デバイスを設定します (EFI システムにのみ有効
です。設定内容は再起動後まで維持されません。システム ストア
デバイスが明確に指定されていない場合にのみ使用されます)。
ストア内のエントリの操作のコマンド
==================================
/copy ストアにエントリのコピーを作成します。
/create ストアに新しいエントリを作成します。
/delete ストアからエントリを削除します。
/mirror ストアにエントリのミラーを作成します。
これらのコマンドで使用する ID の情報については bcdedit /? ID を実行して
ください。
エントリ オプションの操作のコマンド
===================================
/deletevalue ストアからエントリ オプションを削除します。
/set ストアにエントリ オプションの値を設定します。
これらのコマンドで使用するデータの種類の一覧については bcdedit /? TYPES を実行
してください。
有効なデータ形式の一覧については bcdedit /? FORMATS を実行してください。
出力を制御するコマンド
======================
/enum ストアのエントリを一覧表示します。
/v 既知の識別子名を使用するのではなく、エントリ識別子を完全な
形式で表示するコマンド ライン オプションです。
ACTIVE な種類のエントリ識別子の完全な形式を表示するコマンド
として /v を使用します。
"bcdedit" の実行は "bcdedit /enum ACTIVE" の実行と同じです。
ブート マネージャーを制御するコマンド
===================================
/bootsequence ブート マネージャーの 1 回限りのブート シーケンスを設定します。
/default ブート マネージャーが使用する既定のエントリを設定します。
/displayorder ブート マネージャーがマルチブート メニューを表示する順序を設定
します。
/timeout ブート マネージャーのタイムアウト値を設定します。
/toolsdisplayorder ブート マネージャーがツール メニューを表示する順序を設定
します。
ブート アプリケーションの緊急管理サービスを制御するコマンド
===========================================================
/bootems ブート アプリケーションの緊急管理サービスを有効または無効に
します。
/ems オペレーティング システム エントリの緊急管理サービスを有効
または無効にします。
/emssettings グローバルな緊急管理サービスのパラメーターを設定します。
デバッグを制御するコマンド
==========================
/bootdebug ブート アプリケーションのブート デバッグを有効または無効に
します。
/dbgsettings グローバル デバッガー パラメーターを設定します。
/debug オペレーティング システム エントリのカーネル デバッグを有効
または無効にします。
/hypervisorsettings ハイパーバイザー パラメーターを設定します。
リモート イベント ログを制御するコマンド
=========================================
/eventsettings グローバルなリモート イベント ログ パラメーターを設定します。
/event オペレーティング システム エントリのリモート イベント ログを
有効または無効にします。
BCDEDIT - Boot Configuration Data Store Editor
The Bcdedit.exe command-line tool modifies the boot configuration data store.
The boot configuration data store contains boot configuration parameters and
controls how the operating system is booted. These parameters were previously
in the Boot.ini file (in BIOS-based operating systems) or in the nonvolatile
RAM entries (in Extensible Firmware Interface-based operating systems). You can
use Bcdedit.exe to add, delete, edit, and append entries in the boot
configuration data store.
For detailed command and option information, type bcdedit.exe /? <command>. For
example, to display detailed information about the /createstore command, type:
bcdedit.exe /? /createstore
For an alphabetical list of topics in this help file, run "bcdedit /? TOPICS".
Commands that operate on a store
================================
/store Used to specify a BCD store other than the current system default.
/createstore Creates a new and empty boot configuration data store.
/export Exports the contents of the system store to a file. This file
can be used later to restore the state of the system store.
/import Restores the state of the system store using a backup file
created with the /export command.
/sysstore Sets the system store device (only affects EFI systems, does
not persist across reboots, and is only used in cases where
the system store device is ambiguous).
Commands that operate on entries in a store
===========================================
/copy Makes copies of entries in the store.
/create Creates new entries in the store.
/delete Deletes entries from the store.
/mirror Creates mirror of entries in the store.
Run bcdedit /? ID for information about identifiers used by these commands.
Commands that operate on entry options
======================================
/deletevalue Deletes entry options from the store.
/set Sets entry option values in the store.
Run bcdedit /? TYPES for a list of datatypes used by these commands.
Run bcdedit /? FORMATS for a list of valid data formats.
Commands that control output
============================
/enum Lists entries in the store.
/v Command-line option that displays entry identifiers in full,
rather than using names for well-known identifiers.
Use /v by itself as a command to display entry identifiers
in full for the ACTIVE type.
Running "bcdedit" by itself is equivalent to running "bcdedit /enum ACTIVE".
Commands that control the boot manager
======================================
/bootsequence Sets the one-time boot sequence for the boot manager.
/default Sets the default entry that the boot manager will use.
/displayorder Sets the order in which the boot manager displays the
multiboot menu.
/timeout Sets the boot manager time-out value.
/toolsdisplayorder Sets the order in which the boot manager displays
the tools menu.
Commands that control Emergency Management Services for a boot application
==========================================================================
/bootems Enables or disables Emergency Management Services
for a boot application.
/ems Enables or disables Emergency Management Services for an
operating system entry.
/emssettings Sets the global Emergency Management Services parameters.
Command that control debugging
==============================
/bootdebug Enables or disables boot debugging for a boot application.
/dbgsettings Sets the global debugger parameters.
/debug Enables or disables kernel debugging for an operating system
entry.
/hypervisorsettings Sets the hypervisor parameters.
Command that control remote event logging
=========================================
/eventsettings Sets the global remote event logging parameters.
/event Enables or disables remote event logging for an operating
system entry.
Return Code: 0
C:\Windows\system32\bcdedit.exe
c:\>ver
Microsoft Windows [Version 10.0.19045.2075]
| File | Info |
|---|---|
| File Size | 491864bytes |
| Creation Time | 2022/09/29 14:13:29 |
| LastWrite Time | 2022/09/29 14:13:29 |
| ProductVersion | 10.0.19041.1889 |
| FileVersion | 10.0.19041.1889 (WinBuild.160101.0800) |
| Hash | Value |
|---|---|
| MD5 | 74f7b84b0a547592ca63a00a8c4ad583 |
| SHA1 | c2547a1c38d3f4b975133be1968e801d7cfc33ea |
| SHA224 | a92e2a8eb9fe4a3eb36fb57497de074d2d3e84bc4f8531b1e36b8aed |
| SHA256 | 63cb051f6f6106ca1a11ef26237f73619b9fa3a242b6f0870ff277c60d83f2e6 |
| SHA384 | b325ad58201488fba826f2bc1289e3fa39b59ad145c6654e4e68c309268f3c4d2374de7259e0855c022f3cb3e3c98c3e |
| SHA512 | 3d2e9982a384c8f03c35bc2a70d1d12db478586cc4e0bb5505db1401d1653b3e451a0b26c5a558a85ef84ab171e9e23dff12497441e8c1d547684b87f0c9fce6 |