Windows / Code / 0xc100f017
0xc100f017
Decimal: 3238064151 · Signed: -1056903145
As HRESULT:- S: 1 (Failure)
- R: 1 (Reserved, must be clear in a well-formed HRESULT)
- C: 0 (Microsoft-defined)
- N: 0 (Not an NTSTATUS value)
- Facility: 0x100 (Unknown facility)
- Code: 0xf017 (61463)
As NTSTATUS:- Sev: 3 (STATUS_SEVERITY_ERROR)
- C: 0 (Microsoft-defined)
- Facility: 0x100 (Unknown facility)
- Code: 0xf017 (61463)
Associated Modules
| Module | Found in | Description |
|---|
| bcdedit.exe | 1011 | bcdedit /toolsdisplayorder [...] [ /addfirst | /addlast | /remove ]
This command will set the display order to be used by the boot manager when
displaying the tools menu.
[...] Specifies a list of identifiers that make up the tools
display order. At least one identifier must be specified
and they must be separated by spaces. For more information
about identifiers, run "bcdedit /? ID".
/addfirst Adds the specified entry identifier to the top of
the tools display order. If this switch is specified, only
a single entry identifier may be specified. If the
specified identifier is already in the list, it is
moved to the top of the list.
/addlast Adds the specified entry identifier to the end of
the tools display order. If this switch is specified, only
a single entry identifier may be specified. If the
specified identifier is already in the list, it is
moved to the end of the list.
/remove Removes the specified entry identifier from the
tools display order. If this switch is specified, only a
single entry identifier may be specified. If the
identifier is not in the list, then the operation will have
no effect. If the last entry is being removed, then the
tools display order value is deleted from the boot manager
entry.
Examples:
The following command sets two tools entries and the memory diagnostic in the
boot manager's tools display order:
bcdedit /toolsdisplayorder {802d5e32-0784-11da-bd33-000476eba25f}
{cbd971bf-b7b8-4885-951a-fa03044f5d71} {memdiag}
The following command adds the specified tool entry to the end of the boot
manager's tools display order:
bcdedit /toolsdisplayorder {802d5e32-0784-11da-bd33-000476eba25f} /addlast |
| 1 entry |
Associated Headers