1.1.0
TreeSize-like disk usage analyzer for PowerToys Run.
Installation
- Download the zip for your architecture from Releases
- Close PowerToys completely ΓÇö Right-click the PowerToys icon in the system tray and select Exit.
- Extract the downloaded zip file.
- Copy the extracted
DiskAnalyzerfolder into:%LOCALAPPDATA%\Microsoft\PowerToys\PowerToys Run\Plugins - Restart PowerToys from the Start menu.
- Enable the plugin — Open PowerToys Settings → PowerToys Run → Plugins → find DiskAnalyzer → toggle ON.
- (Optional) Enable "Include in global result" to activate global mode. Once enabled, press
Alt+Space, typedsand 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.0for latest PowerToys compatibility. - Fix: Corrected an issue where the plugin icon was missing from the PowerToys Run settings menu.