Remove all json files at once

Solved
Hello

I recovered over 1,000 photos from my brother on Google Photos
and I got a file that is indeed the image IMG_0996IMG_
and this one 0996.JPG.json

In image

I would like to remove all the json files at once, is that possible?

I tried Ant Renamer

I didn't succeed, any idea, any solution,

Thank you for your help

Best regards MP4

--
Time heals all wounds, even if it doesn't spare us some scars.*^_^*.

1 answer

  1. Moderator
    Hello,

    If they are all in the same directory, in the explorer you can sort by the file type column and all the json files will be grouped together, then you can select them all at once and delete them.

    Or in the explorer, in the search bar you type
    *.json
    and you will only see these files displayed.

    Best regards
    7
    1. Contributor
      Hello and thank you very much.
      0
    2. or in an admin cmd:

      del /f /q <the path="" of="" the="" folder="" />
      0
    3. I had the same problem and I tried entering ".json" in the search bar.
      With "*.json" it works! Thanks for the solution :)
      0
    4. @Alicehello with what I wrote last year, it deletes them without even listing them ^^
      0