Remove all json files at once

Solved
mpuissance4 Posted messages 14750 Registration date   Status Contributor Last intervention   -  
g3n-h@ckm@n Posted messages 14350 Status Member -
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. jee pee Posted messages 31927 Registration date   Status Moderator Last intervention   9 992
     
    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. mpuissance4 Posted messages 14750 Registration date   Status Contributor Last intervention   2 171
       
      Hello and thank you very much.
      0
    2. g3n-h@ckm@n Posted messages 14350 Status Member 949
       
      or in an admin cmd:

      del /f /q
      0
    3. Alice
       
      I had the same problem and I tried entering ".json" in the search bar.
      With "*.json" it works! Thanks for the solution :)
      0
      1. g3n-h@ckm@n Posted messages 14350 Status Member 949 > Alice
         
        hello with what I wrote last year, it deletes them without even listing them ^^
        0