: List all photos on a connected mobile device with their pixel dimensions to find low-quality images for deletion. Technical Tips for Use
: Generate a list of all files with their MD5 hashes to detect tampered data. filelist.exe download
: It is also hosted on reputable software mirrors like Softpedia and gHacks . : List all photos on a connected mobile
To ensure you are downloading a legitimate version of the tool and not a malicious file, always use official or highly trusted sources: To ensure you are downloading a legitimate version
Filelist.exe is the executable for , a portable, command-line tool developed by JAM Software (the creators of TreeSize). It is designed to scan specific paths and export metadata into a CSV format that is compatible with Excel or database software. Key metadata you can export includes: File names and paths . File sizes and image dimensions (for photos). Timestamps (creation, last access, and last change dates). Security info , such as file owners and NTFS permissions. MD5 or SHA256 checksums for verifying file integrity. How to Download FileList.exe Safely
Because it is a command-line tool, it does not have a standard "window." Once downloaded, extract the ZIP file and run it from a or PowerShell . Command Example filelist.exe C:\Users Displays all files in the Users folder in the console. filelist.exe /COLUMNS Name,Size,MD5 C:\Data > audit.csv Saves a list of files with their MD5 hashes to a CSV file. filelist.exe /MINSIZE 500MB C:\ Finds all files larger than 500MB on the C: drive.
Always scan any .exe file with Microsoft Defender or VirusTotal before running it if you obtained it from a third-party source. FileList.exe Manual - GitHub Gist