Forum Discussion
Any good meta data remover I can use on Windows 10?
For users looking for an image meta data remover, removing embedded information before sharing photos can be useful for improving privacy. ExifTool provides detailed control over metadata such as EXIF, GPS, camera information, comments, and other tags stored inside image files.
How to use:
Step 1: Download and install the program, then open Terminal or Command Prompt in the folder containing your image.
Step 2: To inspect the metadata first, run:
exiftool photo.jpg
Step 3: To remove all removable metadata from one image, run:
exiftool -all= photo.jpg
Step 4: The original file is normally preserved with an _original suffix. Open the cleaned image and make sure it still displays correctly.
Step 5: Check the result by running the metadata inspection command again:
exiftool photo.jpg
Its ability to inspect and remove many different metadata tags makes it useful as an image meta data remover. The main disadvantage is that its command-line interface can take some time for beginners to learn.
Notes:
- Keep a backup of important images before removing metadata.
- Removing all metadata may also delete useful information such as capture dates and camera settings.
- Check the cleaned file before deleting the automatically created backup.
- For multiple files, test the command on a few copies first before processing an entire folder.