bcd(1).txt

(10 KB) Pobierz
https://www.itechguides.com/windows-boot-manager-how-to-edit-bootmgr-and-fix-boot-errors-in-windows-10/#:~:text=%20How%20to%20Edit%20Windows%2010%20Boot%20Manager,Before%20you%20can%20change%20the%20name...%20More%20


c z windows malego

bcdedit /set {2d6e0656-9ab4-11eb-81fc-f0408075e5ec} description " Windows BMW coding "

windows duzy

bcdedit /set {2d6e0652-9ab4-11eb-81fc-f0408075e5ec} description "Windows BMW_full_diag"









Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.

Try the new cross-platform PowerShell https://aka.ms/pscore6

PS C:\Windows\system32> BCDEdit /?

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.

PS C:\Windows\system32> BCDEdit/? TOPICS
BCDEdit/? : The term 'BCDEdit/?' is not recognized as the name of a cmdlet, function, script file, or operable program.
 Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ BCDEdit/? TOPICS
+ ~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (BCDEdit/?:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

PS C:\Windows\system32> BCDEdit /? TOPICS

TOPICS IN THIS HELP FILE

To display help for a topic, run "bcdedit /? <topic>" where <topic> is one of
the following:

bootdebug           /bootdebug command.
bootems             /bootems command.
bootsequence        /bootsequence command.
copy                /copy command.
create              /create command.
createstore         /createstore command.
dbgsettings         /dbgsettings command.
debug               /debug command.
default             /default command.
delete              /delete command.
deletevalue         /deletevalue command.
displayorder        /displayorder command.
eventsettings       /eventsettings command.
event               /event command.
ems                 /ems command.
emssettings         /emssettings command.
enum                /enum command.
export              /export command.
FORMATS             Formats for types.
hypervisorsettings  /hypervisorsettings command.
ID                  Identifiers for entries..
import              /import command.
mirror              /mirror command.
set                 /set command.
store               /store command-line option.
timeout             /timeout command.
toolsdisplayorder   /toolsdisplayorder command.
TYPES               Types that apply to any entry.
TYPES BOOTAPP       Types that apply to boot applications. These include the
                    boot manager, memory diagnostic application, Windows OS
                    loader, and the resume application.
TYPES BOOTMGR       Types that apply to the boot manager.
TYPES BOOTSECTOR    Types that apply to the boot sector application.
TYPES CUSTOMTYPES   Custom types.
TYPES FWBOOTMGR     Types that apply to the firmware boot manager
TYPES MEMDIAG       Types that apply to the memory diagnostic application
TYPES NTLDR         Types that apply to the NTLDR based OS loader
TYPES OSLOADER      Types that apply to the Windows OS loader
TYPES RESUME        Types that apply to the resume application
v                   /v command-line option
PS C:\Windows\system32> BDCEdit /v
BDCEdit : The term 'BDCEdit' is not recognized as the name of a cmdlet, function, script file, or operable program. Che
ck the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ BDCEdit /v
+ ~~~~~~~
    + CategoryInfo          : ObjectNotFound: (BDCEdit:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

PS C:\Windows\system32> BDCEdit / v
BDCEdit : The term 'BDCEdit' is not recognized as the name of a cmdlet, function, script file, or operable program. Che
ck the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ BDCEdit / v
+ ~~~~~~~
    + CategoryInfo          : ObjectNotFound: (BDCEdit:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

PS C:\Windows\system32> bdcedit /v
bdcedit : The term 'bdcedit' is not recognized as the name of a cmdlet, function, script file, or operable program. Che
ck the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ bdcedit /v
+ ~~~~~~~
    + CategoryInfo          : ObjectNotFound: (bdcedit:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

PS C:\Windows\system32> bcdedit /v

Windows Boot Manager
--------------------
identifier              {9dea862c-5cdd-4e70-acc1-f32b344d4795}
device                  partition=\Device\HarddiskVolume1
path                    \EFI\Microsoft\Boot\bootmgfw.efi
description             Windows Boot Manager
locale                  pl-PL
inherit                 {7ea2e1ac-2e61-4728-aaa3-896d9d0a9f0e}
default                 {2d6e0656-9ab4-11eb-81fc-f0408075e5ec}
resumeobject            {2d6e0655-9ab4-11eb-81fc-f0408075e5ec}
displayorder            {2d6e0656-9ab4-11eb-81fc-f0408075e5ec}
                        {2d6e0652-9ab4-11eb-81fc-f0408075e5ec}
toolsdisplayorder       {b2721d73-1db4-4c62-bf78-c548a880142d}
timeout                 30

Windows Boot Loader
-------------------
identifier              {2d6e0656-9ab4-11eb-81fc-f0408075e5ec}
device                  partition=C:
path                    \Windows\system32\winload.efi
description             Win...
Zgłoś jeśli naruszono regulamin