Windows / Code / 0xc100f00f
0xc100f00f
Decimal: 3238064143 · Signed: -1056903153
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: 0xf00f (61455)
As NTSTATUS:- Sev: 3 (STATUS_SEVERITY_ERROR)
- C: 0 (Microsoft-defined)
- Facility: 0x100 (Unknown facility)
- Code: 0xf00f (61455)
Associated Modules
| Module | Found in | Description |
|---|
| bcdedit.exe | 10 | This command sets the global Emergency Management Services settings for the
system. Emssettings does not enable or disable Emergency Management Services
for any particular boot entry.
bcdedit /emssettings [ BIOS ] | [ EMSPORT: | [EMSBAUDRATE:] ]
BIOS Specifies that the system will use BIOS settings for the
Emergency Management Services configuration. This works only
on systems that have Emergency Management Services support
provided by the BIOS.
Specifies the serial port to use as the Emergency Management
Services port. This should not be specified with the BIOS
option.
Specifies the serial baud rate to use for Emergency Management
Services. This command should not be specified with the BIOS
option. is optional, and the default is 9,600 baud.
Examples:
The following command sets the Emergency Management Services parameters to use
BIOS settings:
bcdedit /emssettings BIOS
The following command sets the Emergency Management Services parameters to use
com2: at 115,200 baud.
bcdedit /emssettings EMSPORT:2 EMSBAUDRATE:115200 |
| bcdedit.exe | 11 | This command sets the global Emergency Management Services settings for the
system. Emssettings does not enable or disable Emergency Management Services
for any particular boot entry.
bcdedit /emssettings [ BIOS ] | [ EMSPORT: | [EMSBAUDRATE:] ]
BIOS Specifies that the system will use BIOS or UEFI settings for
the Emergency Management Services configuration. This option
works only on systems with ACPI firmware that presents a
Serial Port Console Redirection (SPCR) table.
Specifies the serial port to use as the Emergency Management
Services port. This should not be specified with the BIOS
option. Only supported on x64-based systems.
Specifies the serial baud rate to use for Emergency Management
Services. This argument should not be specified with the BIOS
option. is optional, and the default is 9,600 baud.
Only supported when EMSPORT is specified.
Examples:
The following command sets the Emergency Management Services parameters to use
BIOS settings:
bcdedit /emssettings BIOS
The following command sets the Emergency Management Services parameters to use
com2: at 115,200 baud.
bcdedit /emssettings EMSPORT:2 EMSBAUDRATE:115200 |
| 2 entries |
Associated Headers