Windows / Code / 0xc100f00e
0xc100f00e
Decimal: 3238064142 · Signed: -1056903154
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: 0xf00e (61454)
As NTSTATUS:- Sev: 3 (STATUS_SEVERITY_ERROR)
- C: 0 (Microsoft-defined)
- Facility: 0x100 (Unknown facility)
- Code: 0xf00e (61454)
Associated Modules
| Module | Found in | Description |
|---|
| bcdedit.exe | 1011 | This command enables or disables the boot debugger for the specified boot
entry. Although this command works for any entry, it is only effective for boot
applications.
bcdedit /bootdebug [] { ON | OFF }
Specifies the identifier of the entry to be modified.
For information about identifiers, run "bcdedit /? ID".
Examples:
The following command enables boot debugging for the Windows operating system
loader of the current operating system boot entry:
bcdedit /bootdebug ON
The following command disables boot debugging for the Windows boot manager:
bcdedit /bootdebug {bootmgr} OFF |
| 1 entry |
Associated Headers