Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows file path metadata is not being removed #108

Closed
deanWpennington opened this issue Nov 17, 2020 · 2 comments
Closed

Windows file path metadata is not being removed #108

deanWpennington opened this issue Nov 17, 2020 · 2 comments
Labels
question Further information is requested windows

Comments

@deanWpennington
Copy link

No tool I have tried, including this one removes the file path which includes the name of my PC to windows and my name which is the user ID also in windows otherwise known in an EXIF as owner & Computer. Does any tool eliminate these?


ExifCleaner 3.4.0
Electron 10.1.2
win32 10.0.18363
Locale: en-US

@szTheory
Copy link
Owner

Maybe it's filesystem metadata rather than image metadata. For example on a Mac there is Spotlight metadata that requires a separate process to to remove as reported in this issue. You can test it out by installing the stand-alone exiftool program (which ExifCleaner is based on) from https://exiftool.org/ and then running exiftool my_image_here.jpg and check the results. If exiftool can't detect that metadata, but your Windows file explorer does, it's probably filesystem metadata.

Can you upload example file here, possibly from another user account on your computer or from within a virtual machine? And if possible a screenshot of where on your operating system's interface it's displaying the data that isn't being eliminated (like in the Mac issue linked above). I am considering adding support for removal of filesystem metadata to ExifCleaner, so this will be helpful to track it down and figure out a reproducable process for removing the data.

@szTheory szTheory changed the title ExifCleaner-Setup-3.4.0.exe Windows file path metadata is not being removed Nov 17, 2020
@szTheory
Copy link
Owner

I'm going to close this for now until we can get more information

@szTheory szTheory added the question Further information is requested label Jan 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested windows
Projects
None yet
Development

No branches or pull requests

2 participants