Windows / Code / 0xc100f009
0xc100f009
Decimal: 3238064137 · Signed: -1056903159
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: 0xf009 (61449)
As NTSTATUS:- Sev: 3 (STATUS_SEVERITY_ERROR)
- C: 0 (Microsoft-defined)
- Facility: 0x100 (Unknown facility)
- Code: 0xf009 (61449)
Associated Modules
| Module | Found in | Description |
|---|
| bcdedit.exe | 1011 | This command sets the default entry that the boot manager will use when the
timeout expires.
bcdedit /default
Specifies the identifier of the boot entry to be used as the
default when the time-out expires. For information about
identifiers, run "bcdedit /? ID".
Examples:
The following command sets the specified entry as the default boot manager
entry:
bcdedit /default {cbd971bf-b7b8-4885-951a-fa03044f5d71}
The following command sets the NTLDR based OS loader as the default
entry:
bcdedit /default {ntldr} |
| 1 entry |
Associated Headers