Windows / Code / 0x40002817
0x40002817
Decimal: 1073752087 · Signed: 1073752087
As HRESULT:- S: 0 (Success)
- R: 1 (Reserved, must be clear in a well-formed HRESULT)
- C: 0 (Microsoft-defined)
- N: 0 (Not an NTSTATUS value)
- Facility: 0x000 (FACILITY_NULL: Default)
- Code: 0x2817 (10263)
As NTSTATUS:- Sev: 1 (STATUS_SEVERITY_INFORMATIONAL)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x2817 (10263)
Associated Modules
| Module | Found in | Description |
|---|
| fsutil.exe | 8.110 | Usage : fsutil repair set
Valid Values: 0 - Disable general repair.
1 - Enable general repair.
9 - Enable repair and warn about potential data loss.
0x10 - Disable repair and bugcheck once on first corruption.
Before this option can be set you must enable
BugCheckOnCorrupt mode and then reboot. To
enable: fsutil behavior set BugcheckOnCorrupt 1
Eg: fsutil repair set C: 0
fsutil repair set C: 1
fsutil repair set C: 9
fsutil repair set C: 0x10 |
| fsutil.exe | 11 | Usage: fsutil repair set
Values: 0 - Disable general repair
1 - Enable general repair
9 - Enable general repair and warn about potential data loss (default)
0x10 - Disable general repair and bugcheck once on first corruption.
Before this option can be set you must first enable
bugCheckOnCorrupt mode and then reboot.
To enable: fsutil behavior set bugcheckOnCorrupt 1
Eg: fsutil repair set C: 0
fsutil repair set C: 0x10 |
| fsutil.exe | 7 | Usage : fsutil repair set
flags: 0x01 - enable general repair
0x08 - warn about potential data loss
0x10 - disable general repair and bugcheck once on first corruption
Eg : fsutil repair set C: 1
fsutil repair set C: 9
fsutil repair set C: 0x10 |
| refsutil.exe | 10 | Retrying snapshot creation. |
| 4 entries |
Associated Headers