I have a few thousand photos in which I need to set "Create Date" to "Last Modified Date", is there any tool that can help me do it automatically?
Asked
Active
Viewed 1,814 times
0
1 Answers
2
Yes, there are tools such as Bulk Rename Utility, shown below.
One could also create a simple PowerShell script to do the job, using two methods of System.DateTime, LastAccessTime {get} and CreationTime {set;}.
DrMoishe Pippik
- 2,636
- 9
- 14

exiftool. – xiota Sep 22 '20 at 20:38