Windows / Code / 0xc100f010
0xc100f010
Decimal: 3238064144 · Signed: -1056903152
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: 0xf010 (61456)
As NTSTATUS:- Sev: 3 (STATUS_SEVERITY_ERROR)
- C: 0 (Microsoft-defined)
- Facility: 0x100 (Unknown facility)
- Code: 0xf010 (61456)
Associated Modules
| Module | Found in | Description |
|---|
| bcdedit.exe | 1011 | This command enables or disables Emergency Management Services for the
specified operating system boot entry.
bcdedit /ems [] { ON | OFF }
Specifies the identifier of the entry to be modified. Only
"Windows boot loader" entries can be specified. If not specified,
{current} is used. For more information about identifiers, run
"bcdedit /? ID".
Example:
The following command enables Emergency Management Services for the current
operating system boot entry:
bcdedit /ems ON |
| 1 entry |
Associated Headers