İçindekiler
Windows 10’da DiskUsage aracı nedir ve nasıl kullanılır.
Microsoft, Windows 10’a DiskUsage (diskusage.exe) adlı yeni bir araç ekledi . Bu, bilgisayarınızdaki depolama aygıtlarının gelişmiş ayrıntılarını size göstermek için çok çeşitli analizler gerçekleştirmenize olanak tanıyan bir konsol uygulamasıdır.
Disk alanınız bittiyse veya diskinizdeki en büyük dosyayı veya dizini bulmak istiyorsanız, Windows’un disk analizi işinizi görecektir.
Windows 10’daki DiskUsage aracı
Yeni DiskUsage uygulaması C:\Windows\System32 klasöründe bulunur, bu nedenle herhangi bir açık komut isteminden ve PowerShell penceresinden kullanılabilir. Araç ilk olarak Windows 10 build 21277‘de ve yeni pencere animasyonları da dahil olmak üzere birçok gizli özellik ve seçeneğe sahip olduğu bilinen Insider Preview sürümünde kullanıma sunuldu.
Windows 10’da DiskUsage aracı nasıl kullanılır
Yönetici olarak yeni bir komut istemi açın.
diskusage /minFileSize=2147483648 /h c:\windows bu komut size Windows klasöründe 2GB’tan büyük klasörleri gösterecektir.
diskusage /? komutunu yazıp enter tuşuna basın. Bu komut size diskusage ile kullanılan tüm parametreler hakkında bilgi verecektir.
DiskUsage - Disk Usage Description: Summarize disk usage recursively for the given directory. Usage : diskusage [Options] [Directory] Options : /a, /systemAndReserve displays size for system files and 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