Windows / Code / 0xc100f004
0xc100f004
Decimal: 3238064132 · Signed: -1056903164
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: 0xf004 (61444)
As NTSTATUS:- Sev: 3 (STATUS_SEVERITY_ERROR)
- C: 0 (Microsoft-defined)
- Facility: 0x100 (Unknown facility)
- Code: 0xf004 (61444)
Associated Modules
| Module | Found in | Description |
|---|
| bcdedit.exe | 1011 | This command creates a copy of the specified boot entry.
bcdedit [/store ] /copy {} /d
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 to be copied.
For more information about identifiers, run
"bcdedit /? ID".
Specifies the description to be applied to the new entry.
Example:
The following command creates a copy of the specified operating system boot
entry:
bcdedit /copy {cbd971bf-b7b8-4885-951a-fa03044f5d71} /d "Copy of entry" |
| 1 entry |
Associated Headers