Skip to content

Instantly share code, notes, and snippets.

@twobob
Created May 28, 2017 01:36
Show Gist options
  • Save twobob/f1987059f9649da05a1c86c449bfb84b to your computer and use it in GitHub Desktop.
Save twobob/f1987059f9649da05a1c86c449bfb84b to your computer and use it in GitHub Desktop.
utterly remove exif with exiftool window command line
forfiles /m *.JPG /C "cmd /c echo 'Processing @file' & exiftool.exe -r -overwrite_original -P -all= @file"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment