Skip to content

1.1.0

Choose a tag to compare

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

TreeSize-like disk usage analyzer for PowerToys Run.

Installation

  1. Download the zip for your architecture from Releases
  2. Close PowerToys completely ΓÇö Right-click the PowerToys icon in the system tray and select Exit.
  3. Extract the downloaded zip file.
  4. Copy the extracted DiskAnalyzer folder into: %LOCALAPPDATA%\Microsoft\PowerToys\PowerToys Run\Plugins
  5. Restart PowerToys from the Start menu.
  6. Enable the plugin — Open PowerToys Settings → PowerToys Run → Plugins → find DiskAnalyzer → toggle ON.
  7. (Optional) Enable "Include in global result" to activate global mode. Once enabled, press Alt+Space, type ds and select a drive letter (e.g. C:, D:) to instantly scan that drive ΓÇö no keyword prefix needed.

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

Changes in v1.1.0

  • Feature: Added "Allocated on Disk" size metrics to scan results alongside actual logical size.
  • Performance: Implemented parallel processing for deep directory scans, significantly improving speed.
  • Update: Upgraded target framework to .NET 10.0 for latest PowerToys compatibility.
  • Fix: Corrected an issue where the plugin icon was missing from the PowerToys Run settings menu.