This command deletes a data element from an entry in the boot configuration data store. bcdedit [/store] /deletevalue [ ] Specifies the store to be used. If this option is not specified, the system store is used. For more information, run "bcdedit /? store". Specifies the identifier of the entry that will be modified. If not specified, {current} is used. For more information about identifiers, run "bcdedit /? ID". Specifies the option that will be removed from the specified entry. Run "bcdedit /? TYPES" for more information about data types. Examples: The following command deletes the bootsequence option from the boot manager entry: bcdedit /deletevalue {bootmgr} bootsequence The following command deletes the Windows Preinstallation Environment (WinPE) value from the current operating system boot entry: bcdedit /deletevalue winpe The following command deletes the Windows PE value from the specified operating system boot entry: bcdedit /deletevalue {cbd971bf-b7b8-4885-951a-fa03044f5d71} winpe
This command creates a key blob that can be loaded onto another computer using the TPM_LoadKey2 command. This command is ...
This command creates a new entry in the boot configuration data store. If a well-known identifier is specified, then the ...
This command creates the TPM endorsement key (EK). The user can also specify whether the EK can be reset, and can specify ...
This command defines the operator authorization value. This command requires physical presence at the computer and cannot ...
This command deletes a data element from an entry in the boot configuration data store. bcdedit /store /deletevalue Specifies ...
This command deletes an entry from the boot configuration data store. bcdedit /store /delete /f /cleanup | /nocleanup Specifies ...
This command delivers a wrapped TPM command to the TPM within a transport session. The TPM unwraps the command and then runs ...
This command disables the TPM. This command requires physical presence at the computer and cannot be run by the operating ...
This command enables or disables Emergency Management Services for the specified entry. bcdedit /bootems { ON | OFF } Specifies ...