I have a lot of JPEG images here and I need to basically remove the date digitized/taken information from the meta data. I use SetAttr META * to actually remove everything, and this command removes a lot but keeps the data digitized/taken.
If I actually need to remove all meta data I use exiftool.exe -all= -overwrite_original -r . But I often use SetAttr META * to simply clear the EXIF data of JPEGs, since it is a bit more convenient within DOpus. But yesterday I recognized that the date digitized/taken field isn't cleared (which may be not intended).