Windows / Code / 0xc100f035
0xc100f035
Decimal: 3238064181 · Signed: -1056903115
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: 0xf035 (61493)
As NTSTATUS:- Sev: 3 (STATUS_SEVERITY_ERROR)
- C: 0 (Microsoft-defined)
- Facility: 0x100 (Unknown facility)
- Code: 0xf035 (61493)
Associated Modules
| Module | Found in | Description |
|---|
| bcdedit.exe | 10 | This command enables or disables the remote event logging for the specified
boot entry.
bcdedit /event [] { ON | OFF }
Specifies the identifier of the entry to be modified. Only
Windows boot loader entries may be specified. If not
specified, {current} is used. For more information about
identifiers, run "bcdedit /? ID".
Examples:
The following command enables remote event logging for the current Windows
operating system boot entry:
bcdedit /event ON
The following command disables remote event logging for the specified operating
system entry:
bcdedit /event {cbd971bf-b7b8-4885-951a-fa03044f5d71} OFF |
| bcdedit.exe | 11 | This command enables or disables the remote event logging for the specified
boot entry.
bcdedit /event [] { ON | OFF }
Specifies the identifier of the entry to be modified. Only
Windows boot loader entries may be specified. If not
specified, {current} is used. For more information about
identifiers, run "bcdedit /? ID".
Examples:
The following command enables remote event logging for the current Windows
operating system boot entry:
bcdedit /event ON
The following command disables remote event logging for the specified operating
system entry:
bcdedit /event {cbd971bf-b7b8-4885-951a-fa03044f5d71} OFF |
| 2 entries |
Associated Headers