Help! I Accidentally Changed Location Data for All Photos in My Folder, Can I Undo It?

0
11
Asked By CuriousWanderer42 On

I made a huge mistake while using ExifTool to change location data on a photo. Instead of just updating one photo, I accidentally applied the command to the entire Pictures folder. Is there a way to undo this? I'm really worried about losing my data!

4 Answers

Answered By TechSavant99 On

You might want to restore your files from backups if you have them. If you're using OneDrive, you can easily recover previous versions. Just check your OneDrive app for options to restore. It sounds like you might be in luck if nothing in the folders was affected.

BackupBuff -

Yeah, I can help with OneDrive! You just need to go to the OneDrive website, navigate to the Pictures folder, and there should be an option to view version history. From there, you can restore your files to an earlier state.

PhotoFixer90 -

Also, if you have backups on an external hard drive, just plug it in and look for the most recent copies of your pictures!

Answered By ExifToolExpert On

Just a heads up, ExifTool isn't a PowerShell cmd-let, so be careful jumping between the two. Make sure you're on solid ground regarding what each tool can and can't do.

Answered By ScriptMaster34 On

Remember, changing files through PowerShell doesn't have a built-in undo feature. Treat this more like a Windows tech support issue. Searching online for help or looking through tech forums could give you better guidance!

Answered By DetailDoctor On

It's tough to assist without knowing the exact command you used. It would really help if you could share the specific code you applied that caused this issue. The more precise you are, the better advice you'll get!

LostInBytes -

I totally get that, it was really just a simple mistake on my part. What I did was run: .exiftool -gpslatitude="**insert here**" -gpslongitude="**insert here**" -gpslatituderef="N" -gpslongituderef="E" "C:Usersinsert hereOneDrivePictures" without specifying a file name. Lesson learned!

AttentionToDetail -

Ah, I see where it went wrong! Always double-check these commands before running them to make sure you're targeting the right files!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.