Windows / Code / 0x40002753
0x40002753
Decimal: 1073751891 · Signed: 1073751891
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: 0x2753 (10067)
As NTSTATUS:- Sev: 1 (STATUS_SEVERITY_INFORMATIONAL)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x2753 (10067)
Associated Modules
| Module | Found in | Description |
|---|
| diskusage.exe | 11 | DiskUsage - Disk Usage
Description: Summarize disk usage recursively for the given directory.
Usage : diskusage [Options] [Directory]
Options :
/a, /systemFile[:N] displays size for system files (and optionally the top N system
files by SizeOnDisk in descending order)
/b, /reserved displays size for reserved space
/c, /csv displays in csv format
/d, /maxDepth:N displays directory information only if it is N or
fewer levels below command line argument
/e, /minFileSize:SIZE displays directory information only if its FileSize
is greater or equal than SIZE
/f, /minSizeOnDisk:SIZE displays directory information only if its SizeOnDisk
is greater or equal than SIZE
/g, /displayFlag:FLAG specifies the flags value to determin which column(s) to display
column value description
SizeOnDisk 0x001 the on disk size
FileSize 0x002 the end of file size
SizePerDir 0x004 sum of SizeOnDisk for top level child
Files 0x008 number of child files
ChildDirs 0x010 number of child directories
FilesPerDir 0x020 number of top level child files
DirsPerDir 0x040 number of top level child directories
CreationTime 0x080 file creation timestamp
LastAccessTime 0x100 file last access timestamp
LastWriteTime 0x200 file last write timestamp
Attributes 0x400 file attributes
/h, /humanReadable displays size in human readable format
/i, /iniFile:FILE takes all the parameters from an INI file.
NOTE: SCENARIO name must be speificed via /j (/scenario)
/j, /scenario:SCENARIO specifies the scenario name for the INI file
/k, /reparse recurse into reparse directories
/l, /allLinks count all hardlinks separately (By default, files with multiple
hardlinks are counted only once towards the first link name in
alphabetical order)
/m, /multipleName count only files with more than one link names
/n, /nameFilter:FILTER count only files whose name matches the name filter
/p, /preferredPath:PATH count files with multiple link names towards the first link in
alphabetical order that's under PATH if it exists.
To query with multiple preferred paths, separate with comma \",\",
e.g. /p:D:\path1,D:\path2)
NOTE: This options must not be specified togerther
with /l (/allLinks)
/q, /virtual recurse into virtual directories
/s, /skipRecurse skip recursing into child directories when calculating sizes
/t, /TopDirectory:N displays Top N directories by SizeOnDisk in descending order
/u, /TopFile:N displays Top N files by SizeOnDisk in descending order
/v, /verbose displays verbose error information
/x, /clearDefault do not display the default selected columns |
| fsutil.exe | 78.110 | Usage : fsutil dirty query
Eg : fsutil dirty query C: |
| fsutil.exe | 11 | Usage: fsutil dirty query
Eg: fsutil dirty query C: |
| vssadmin.exe | 78.11011 | Shadow Copy ID: %1
Original Volume: (%2)%3
Shadow Copy Volume: %4
Originating Machine: %5
Service Machine: %6
Provider: '%7'
Type: %8
Attributes: %9 |
| 4 entries |
Associated Headers