Windows / Code / 0xc100f033
0xc100f033
Decimal: 3238064179 · Signed: -1056903117
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: 0xf033 (61491)
As NTSTATUS:- Sev: 3 (STATUS_SEVERITY_ERROR)
- C: 0 (Microsoft-defined)
- Facility: 0x100 (Unknown facility)
- Code: 0xf033 (61491)
Associated Modules
| Module | Found in | Description |
|---|
| bcdedit.exe | 1011 | This command creates a mirror of the specified boot entry.
bcdedit [/store ] /mirror {}
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 mirrored.
For more information about identifiers, run
"bcdedit /? ID".
Example:
The following command creates a mirror of the specified operating system boot
entry:
bcdedit /mirror {cbd971bf-b7b8-4885-951a-fa03044f5d71} |
| 1 entry |
Associated Headers