Windows / Code / 0xc100f003
0xc100f003
Decimal: 3238064131 · Signed: -1056903165
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: 0xf003 (61443)
As NTSTATUS:- Sev: 3 (STATUS_SEVERITY_ERROR)
- C: 0 (Microsoft-defined)
- Facility: 0x100 (Unknown facility)
- Code: 0xf003 (61443)
Associated Modules
| Module | Found in | Description |
|---|
| bcdedit.exe | 1011 | This command creates a new entry in the boot configuration data store. If
a well-known identifier is specified, then the /application, /inherit and
/device options cannot be specified. If the is not specified,
or if is not well-known, then you must specify an /application, /inherit
or /device option.
bcdedit /create [{}] [/d ] [/application |
/inherit [] | /inherit DEVICE | /device]
Specifies the identifier to be used for the new
entry. For more information about identifiers, run
"bcdedit /? ID".
Specifies the description to be applied to the new
entry.
/application Specifies that the new entry must be an application
entry. specifies the application type.
can be one of the following:
BOOTAPP
BOOTSECTOR
OSLOADER
RESUME
STARTUP
If you use other application types instead of
one of these, you must also specify a well-known
identifier.
/inherit [] Specifies that the new entry must be an inherit
entry, and specifies the application
type. If is not specified, then the entry
can be inherited by any entry. If specified,
can be one of the following:
BOOTMGR
BOOTSECTOR
FWBOOTMGR
MEMDIAG
NTLDR
OSLOADER
RESUME
The modifier prevents the inherit entry from being
inherited by an application entry of .
/inherit DEVICE Specifies that the new entry must be an inherit
entry, and that the entry can only be inherited by
a device options entry.
/device Specifies that the new entry must be an additional
device options entry.
Examples:
The following command creates a NTLDR based OS loader entry (Ntldr):
bcdedit /create {ntldr} /d "Earlier Windows OS Loader"
The following command creates a RAM disk additional options entry:
bcdedit /create {ramdiskoptions}
The following command creates a new operating system boot entry:
bcdedit /create /d "Windows Vista" /application osloader
The following command creates a new debugger settings entry:
bcdedit /create {dbgsettings} |
| 1 entry |
Associated Headers