Windows / Code / 0x40002861
0x40002861
Decimal: 1073752161 · Signed: 1073752161
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: 0x2861 (10337)
As NTSTATUS:- Sev: 1 (STATUS_SEVERITY_INFORMATIONAL)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x2861 (10337)
Associated Modules
| Module | Found in | Description |
|---|
| fsutil.exe | 8.110 | Usage : fsutil security enumsds [options] [offset [count]]
Eg : fsutil security enumsds C:
This command displays the contents of the NTFS security descriptor stream.
By default every security descriptor starting from the beginning of the stream
will be displayed. You can optionally provide a starting byte offset within
the stream, and limit the maximum number of security descriptors to display.
Options:
/bare Display no extraneous output other than security descriptors.
/flags Describe individual flag bits in human readable form (no effect if
used with /sddl).
/sddl Display security descriptors in a compact SDDL form, useful for
automated processing (especially with /bare). Without this option,
security descriptors are displayed in a human readable form. |
| fsutil.exe | 11 | Usage: fsutil security enumsds [options] [offset [count]]
This command displays the contents of the NTFS/REFS security descriptor stream.
By default every security descriptor starting from the beginning of the stream
will be displayed. You can optionally provide a starting byte offset within
the stream, and limit the maximum number of security descriptors to display.
Options:
/bare Display no extraneous output other than security descriptors.
/flags Describe individual flag bits in human readable form (no effect if
used with /sddl).
/sddl Display security descriptors in a compact SDDL form, useful for
automated processing (especially with /bare). Without this option,
security descriptors are displayed in a human readable form.
Eg: fsutil security enumsds C: |
| wbadmin.exe | 1011 | Do you want to delete the system state backups?
[%1] Yes [%2] No |
| 3 entries |
Associated Headers