I’m looking for a Windows program that can analyze a folder and all its subfolders, including the files inside. Ideally, the software should give me detailed stats like:
The number of files, sorted by their extension.
File sizes, both for individual files and the total size for each type.
Other helpful stats like creation and modification dates, as well as the biggest files.
Basically, I want a quick way to get a breakdown of the folder structure, the types of files, their sizes, and some insight into how these files are distributed.
This command will list all the files and folders, showing their sizes, last modified dates, and attributes in a nice format. Just paste this into your PowerShell window to get started!