Question How to make Windows Explorer show the combined total size/used space for all drives ?

Banqu0

Distinguished
Mar 11, 2015
108
1
18,695
I'm not sure if it's possible, but I'd like to have the "Computer" section of windows explorer show a combined total for all local and networked drives. This is useful from a space management perspective as I have a large cluster of drives across a few computers.
 

Ralston18

Titan
Moderator
I recommend using Powershell.

You can create your own script using drive related cmdlets and customize as required.

Fairly straightforward and if you start simple it all should go very well.

And you will not have to rely on Windows Explorer at all.

Just google words like "Powershell Disk Space"