lptstr / winfetch

🛠 A command-line system information utility written in PowerShell. Like Neofetch, but for Windows.
MIT License
1.35k stars 76 forks source link

Add extradiskinfo switch to show extra disk info such as volume label and total disk usage #214

Open DeepSpace2 opened 2 months ago

DeepSpace2 commented 2 months ago

Added -extradiskinfo to show volume labels and total usage if more than a single disk is shown:

$ .\winfetch.ps1 -extradiskinfo -showdisks C:

image

$ .\winfetch.ps1 -extradiskinfo

image