????

Your IP : 216.73.216.152


Current Path : C:/Windows/System32/en-US/
Upload File :
Current File : C:/Windows/System32/en-US/diskusage.exe.mui

MZ����@���	�!�L�!This program cannot be run in DOS mode.

$��<߱�R���R���R�U�����R�U�P���R�Rich��R�PEL�!N

p��@ |J8.rdata�@@.rsrcP L@@˺&�
T88˺&�$��8.rdata8x.rdata$zzzdbg �.rsrc$01� �I.rsrc$02 ��/��o(��;�|juCQ���R:��Q˺&���(�@�X�p�����	�	�	�� ���!TE��f��MUI�����M�_�����/`(��B�D1C��p�:������MUIen-US'@5'@X@'@@'@T:H'@I'@�:K'@N'@(;6'�>'�=A'�G'�PAJ'�J'��D�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, /secnario:SCENARIO   specifies the scenario name for the INI file

    /l, /allLinks            count all hardlinks separately (By default, files with multiple

                             hardlinks are counted only once towards the first link name)

    /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 that's

                             under PATH if it exists

                             NOTE: This options must not be specified togerther

                             with /l (/allLinks)

    /q, /virtual             recurse into virtual directories

    /r, /skipReparse         skip recursing into reparse directories

    /s, /skipResurse         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

Error: %0

0Usage: DiskUsage /i inipath scenario.



INI file format:

The parameters are grouped under scenarios. To run diskusage.exe

under different scenarios, one must execute:



     diskusage.exe /i:inipath /j:scenario



Each scenario is present in this file as an INI section. Each section

may have the following entries (the optional ones are surounded by

[]):



     DirectoryPath           - The directory path to list usage info.

     [DisplayAttributes]     - Whether to display file attributes or not.

     [DisplaySizeOnDisk]     - Whether to display on disk sizes or not.

     [DisplayFileSize]       - Whether to display sum of file sizes (i.e. end

                               of file) or not.

     [DisplaySizePerDir]     - Whether to display SizePerDir or not.

     [DisplayFilesCount]     - Whether to display files count or not.

     [DisplayDirsCount]      - Whether to display directories count or not.

     [DisplayFilesPerDir]    - Whether to display files count per directory or not.

     [DisplayDirsPerDir]     - Whether to display directories count per directory or not.

     [DisplayLastAccessTime] - Whether to display last access timestamps or not.

     [DisplayCreateTime]     - Whether to display creation timestamps or not.

     [DisplayLastWriteTime]  - Whether to display last write timestamps or not.

     [DisplayInCSV]          - Whether to display in csv format or not.

     [HumanReadable]         - Whether to display size in human readable format or not.

     [MaxDepth]              - Displays directory information only if it is

                               "MaxDepth" or fewer levels below DirectoryPath.

     [MinFileSize]           - Displays directory information only if its FileSize

                               is greater or equal than "MinFileSize".

     [MinSizeOnDisk]         - Displays directory information only if its SizeOnDisk

                               is greater or equal than "MinSizeOnDisk".

     [IncludeAllLinks]       - Whether to count all hardlinks separatly or not.

     [HardlinkOnly]          - Whether to only count files with more than one name or not.

     [NameFilter]            - Only count files whose name matches "FileFilter".

     [PreferredPath]         - Count files with multiple link names towards the first link

                               that's under "PreferredPath" if exists.

     [IncludeVirtualEntries] - Whether to recurse into virtual directories or not.

     [SkipReparse]           - Whether to skip recursing into reparse directories or not.

     [SkipRecurse]           - Whether to skip recursing into child directories or not.

     [TopDirectory]          - Displays top N directories by SizeOnDisk in descending order.\n"

     [TopFile]               - Displays top N files by SizeOnDisk in descending order.\n"

     [NoDefaultDisplay]      - Whether to not display the default selected columns or not.\n"

     [SystemFile]            - Whether to display size for system files or not.\n"

     [TopSystemFile]         - Displays top N system files by SizeOnDisk in descending order.\n"

     [Reserved]              - Whether to display size for reserved space or not.\n" );

(Directory path

8         SizeOnDisk  %0

$SizeOnDisk,%0

(            %0

8           FileSize  %0

 FileSize,%0

(      Files  %0

Files,%0

(  ChildDirs  %0

$ChildDirs,%0

8         SizePerDir  %0

$SizePerDir,%0

(FilesPerDir  %0

(FilesPerDir,%0

( DirsPerDir  %0

$DirsPerDir,%0

,  Attributes  %0

$Attributes,%0

8       CreationTime  %0

(CreationTime,%0

8      LastWriteTime  %0

,LastWriteTime,%0

8     LastAccessTime  %0

,LastAccessTime,%0

 %1!I64d!%0

 %1!I64d!,%0

�%1!c!%2!c!%3!c!%4!c!%5!c!%6!c!%7!c!%8!c!%9!c!%10!c!%11!c!%12!c!  %0

%1!d!,%0

%1!s!  %0

%1!s!%0

@MSG_DIRECTORY_DATA_NEWLINE

(%1!s!/%2!s!  %0

D%1!d!.%2!d!%% of disk in use

File path

,(%1!s!%2!s!)  %0

HPreferred path is set to %1!s!.

4%1!I64d!,%1!I64d!,%0

X%1!s!(%2!s!%3!s!)/%4!s!(%5!s!%6!s!)  %0

t----------------Top %1!d! System File----------------

t----------------Top %1!d! System Files---------------

�System files summary: %1!I64d! files, %2!I64d! directories

tSystem files summary: %1!s! files, %2!s! directories

HINI file %1!s! does not exist.

�Fail to read directory path from INI file %1!s!, error = 0x%2!8x!.

�Fail to read NameFilter from INI file %1!s!, error = 0x%2!8x!.

�Fail to read PreferredPath from INI file %1!s!, error = 0x%2!8x!.

�Fail to allocate memory for full preferred path, length = %1!zu!.

pFail to get full preferred path, error = 0x%1!8x!.

�Fail to get nt path name for preferred path %1!s!, error = 0x%2!8x!.

\preferred path %1!s! is not a directory.

tFail to open preferred path %1!s!, error = 0x%2!8x!.

�Fail to allocate memory for full directory path, length = %1!zu!.

lFail to get current directory, error = 0x%1!8x!.

pFail to get full directory path, error = 0x%1!8x!.

�Fail to get volume ntfs volume data, root = %1!s!, error = 0x%2!8x!.

`DiskUsage failed due to allocation failure.

�Fail to query top %1!d! directory, path = %2!s!, error = 0x%3!8x!.

�Fail to query top %1!d! file, path = %2!s!, error = 0x%3!8x!.

�Fail to get system file data, volume root = %1!s!, error = 0x%2!8x!.

�4VS_VERSION_INFO��
|O
|O?�StringFileInfo�040904B0LCompanyNameMicrosoft CorporationDFileDescriptiondiskusage.exeh$FileVersion10.0.20348.1 (WinBuild.160101.0800)<InternalNamediskusage.exe�.LegalCopyright� Microsoft Corporation. All rights reserved.LOriginalFilenamediskusage.exe.muij%ProductNameMicrosoft� Windows� Operating System>
ProductVersion10.0.20348.1DVarFileInfo$Translation	�PADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADD