Windows / Code / 0xc100f011
0xc100f011
Decimal: 3238064145 · Signed: -1056903151
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: 0xf011 (61457)
As NTSTATUS:- Sev: 3 (STATUS_SEVERITY_ERROR)
- C: 0 (Microsoft-defined)
- Facility: 0x100 (Unknown facility)
- Code: 0xf011 (61457)
Associated Modules
| Module | Found in | Description |
|---|
| bcdedit.exe | 1011 | This command enables or disables Emergency Management Services for the
specified entry.
bcdedit /bootems [] { ON | OFF }
Specifies the identifier of the entry to be modified. Although this
command will work for any entry, it is only effective for boot
applications.
Example:
The following command enables Emergency Management Services for the boot
manager:
bcdedit /bootems {bootmgr} ON |
| 1 entry |
Associated Headers