I'm after a list of the largest files on a windows box, i.e. Not just in one folder, but anywhere on the disk. Is there any easy way of getting this?
|
feedback
|
|
Do a windows search on you windows drive with "*" joker that mean all file, and specify a minimum size let's say of 40mb, than you'll have every file on you system drive that are larger than 40mb. Hope this help. | |||
|
feedback
|
|
Check out this app: WinDirStat This will show you graphically as well as a hierarchy/tree map. This software is free and open source (GPL) and works really well. | |||||||||
feedback
|
|
If you are doing this regularly, you might look at tools like TreeSize Pro or SizeExplorer (although the latter seems to nob be as recent) | |||
|
feedback
|
|
Install PowerShell. Then run this:
That'll give you back the 20 largest files on C:. | |||
|
feedback
|
|
Install Sequoia View It will visually show you your large files and large directories. It makes finding where all your space disappeared very easy. Free and < 1 Mb in size.
| ||||
|
feedback
|
|
PowerShell (extending answer 7768) across multiple drives:
| |||
|
feedback
|
|
My favorite is Disk Scanner by Steffen Gerlach: http://www.steffengerlach.de/freeware/ Standalone freeware, 157K. Takes a little time to build the report, but the circular graphic is very intuitive and informative. | |||
|
feedback
|
