Windows / Code / 0x4000285f
0x4000285f
Decimal: 1073752159 · Signed: 1073752159
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: 0x285f (10335)
As NTSTATUS:- Sev: 1 (STATUS_SEVERITY_INFORMATIONAL)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x285f (10335)
Associated Modules
| Module | Found in | Description |
|---|
| fsutil.exe | 78.110 | Usage : fsutil 8dot3name scan DirectoryPath
This command scans the specified directory path looking for registry keys that
might be impacted if short names were stripped from this path.
/s - Recurse mode - specifies that this operation should also be
applied to subdirectories.
/v - Verbose mode - specifies that all information logged should also
be printed out to the console.
/l - Specifies a log file to write to. This must be followed by a path to the
log file. If this option is not specified the log file will be:
"% emp%\8dot3_removal_log@(GMT YYYY-MM-DD HH-MM-SS).log"
Sample command:
"fsutil 8dot3name scan /l mylogfile.log /s D:\MyData" |
| fsutil.exe | 11 | Usage: fsutil 8dot3name scan DirectoryPath
This command scans the specified directory path looking for registry keys that
might be impacted if short names were stripped from this path.
/s - Recurse mode - specifies that this operation should also be
applied to subdirectories.
/v - Verbose mode - specifies that all information logged should also
be printed out to the console.
/l - Specifies a log file to write to. This must be followed by a path to the
log file. If this option is not specified the log file will be:
"% emp%\8dot3_removal_log@(GMT YYYY-MM-DD HH-MM-SS).log"
Sample command:
"fsutil 8dot3name scan /l mylogfile.log /s D:\MyData" |
| wbadmin.exe | 1011 | Number of system state backups found: %1!lu!
Number of copies to keep: %2!lu!
Because the number of backups found is less than or equal to the number
specified to keep no backups will be deleted. |
| 3 entries |
Associated Headers