Module 6 – Analysis with exiftool
- How to install exiftool: https://exiftool.org/install.html
- Download: https://exiftool.org
- Command Examples: https://exiftool.org/examples.html
- Rename exiftool(-k).exe to exiftool.exe
- Move exiftool.exe to the C:\Windows directory
- Run cmd
- Type exiftool and file_name
- Press ENTER
exiftool output can be redirected to a text file: exiftool file_name > output.txt
The entire folder output can be redirected: exiftool folder_name > output.txt