Windows / Code / 0xc100f014
0xc100f014
Decimal: 3238064148 · Signed: -1056903148
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: 0xf014 (61460)
As NTSTATUS:- Sev: 3 (STATUS_SEVERITY_ERROR)
- C: 0 (Microsoft-defined)
- Facility: 0x100 (Unknown facility)
- Code: 0xf014 (61460)
Associated Modules
| Module | Found in | Description |
|---|
| bcdedit.exe | 1011 | bcdedit /import [/clean]
This command restores the state of the system store using a backup data file
previously generated using the /export command. Any existing entries in the
system store are deleted before the import takes place. This command is only
valid for the system store.
The name of the file that is imported into the system store.
If the filename contains spaces, it must be enclosed in
quotation marks ("").
/clean Specifies that all existing firmware boot entries should
be deleted (only affects EFI systems).
Example:
The following command imports the specified file into the system store.
bcdedit /import "C:\Data\BCD Backup" /clean |
| 1 entry |
Associated Headers