Skip to content

DiskAnalyzer v1.0.2

Choose a tag to compare

@thetsaw thetsaw released this 14 Jun 22:40
· 41 commits to main since this release

DiskAnalyzer v1.0.2

TreeSize-like disk usage analyzer for PowerToys Run.

Installation

  1. Download the zip for your architecture (x64 or ARM64)
  2. Extract to %LOCALAPPDATA%\Microsoft\PowerToys\PowerToys Run\Plugins\DiskAnalyzer
  3. Restart PowerToys
  4. 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 ds prefix
  • Fixed: Double ds appearing 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 ds prefix and string interpolation