Windows / Code / 0x400028cb
0x400028cb
Decimal: 1073752267 · Signed: 1073752267
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: 0x28cb (10443)
As NTSTATUS:- Sev: 1 (STATUS_SEVERITY_INFORMATIONAL)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x28cb (10443)
Associated Modules
| Module | Found in | Description |
|---|
| fsutil.exe | 1011 | Usage : fsutil usn readJournal [options]
Options : minVer= - Minimum Major Version of USN_RECORD to return. Default=2.
: maxVer= - Maximum Major Version of USN_RECORD to return. Default=4.
: startUsn= - USN to start reading the USN journal from. Default=0.
: csv - Print the USN records in CSV format.
: wait - wait for more records to be added to the USN journal.
: tail - starts reading at the end of the USN journal. If wait is not specified it will just return. Overrides any startusn value.
Eg : fsutil usn readJournal C:
: fsutil usn readJournal C: minVer=2 maxVer=3 startUsn=88
: fsutil usn readJournal C: startUsn=0xF00
: fsutil usn readJournal C: wait
: fsutil usn readJournal C: wait tail
: fsutil usn readJournal C: csv |
| fsutil.exe | 8.1 | Usage : fsutil usn readjournal [options]
Options : minver= - Minimum Major Version of USN_RECORD to return. Default=2.
: maxver= - Maximum Major Version of USN_RECORD to return. Default=4.
: startusn= - USN to start reading the USN journal from. Default=0.
: csv - Print the USN records in CSV format.
: wait - wait for more records to be added to the USN journal.
: tail - starts reading at the end of the USN journal. If wait is not specified it will just return. Overrides any startusn value.
Eg : fsutil usn readjournal C:
: fsutil usn readjournal C: minver=2 maxver=3 startusn=88
: fsutil usn readjournal C: startusn=0xF00
: fsutil usn readjournal C: wait
: fsutil usn readjournal C: wait tail
: fsutil usn readjournal C: csv |
| wbadmin.exe | 1011 | Warning: If a Virtual Machine you are trying to recover to alternate location
was backed up from this host, this will delete and overwrite the original
virtual machine if it still exists. |
| 3 entries |
Associated Headers