DiskAnalyzer v1.0.2
DiskAnalyzer v1.0.2
TreeSize-like disk usage analyzer for PowerToys Run.
Installation
- Download the zip for your architecture (x64 or ARM64)
- Extract to
%LOCALAPPDATA%\Microsoft\PowerToys\PowerToys Run\Plugins\DiskAnalyzer - Restart PowerToys
- Open PowerToys Run and type
ds
Usage
| Command | Description |
|---|---|
ds |
Show help and available commands |
ds drives |
List all drives with used/free/total space |
ds C:\Users |
Scan a folder and show subfolders by size |
ds largest C:\ |
Find the largest files recursively |
ds top C:\ |
Show top subfolders by size |
Bug Fixes in v1.0.2
- Fixed: Mouse click on results was removing the
dsprefix - Fixed: Double
dsappearing in search bar after selecting a result - Fixed: iCloud and OneDrive showing allocated size instead of actual size
- Fixed: Folder sizes were not fully recursive (capped at 1 level deep)
- Fixed: Several ChangeQuery calls missing
dsprefix and string interpolation