Windows 10: Manually sorting and batch renaming photos in Windows 10

Discus and support Manually sorting and batch renaming photos in Windows 10 in Windows 10 Gaming to solve the problem; recently got a new computer with Windows 10. I know how to manually move my pictures in a folder to put them in the order I wa by moving them one at a... Discussion in 'Windows 10 Gaming' started by JudyHammond2, Mar 23, 2022.

  1. Manually sorting and batch renaming photos in Windows 10


    recently got a new computer with Windows 10. I know how to manually move my pictures in a folder to put them in the order I wa by moving them one at a time to a new position, and I also know how to batch rename them. The problem I am having is that once they are renamed, some of the photos don’t stay where I put them. They return to their original position in the file. Also, I will get one or two file names the same i.e., Filename 1, Filename 1, Filename 2, Filename 2, Filename 3, Filename 4, Filename 5, etc.. I want to be able to arrange the photos myself and not the way

    :)
     
    JudyHammond2, Mar 23, 2022
    #1
  2. dxf_974 Win User

    Batch Sorting of 50 JPEG files

    Hi & Thanx in Advance

    I use Win 19 and have 300 jpeg's in a folder and to make my next work steps easier I need to use a BATCH process routine to RENAME all of the PHOTOS preferably going from something like river.jpeg to 10.jpeg. Then lake.jpeg to 20.jpeg and so on. That
    way I'll have a new file starting with 10.jpeg , 20.jpeg and so on for the entire file in the folder. This BATCH processing move can save me a bundle of time. There are over 300 photos in this project. Thnax.
     
    dxf_974, Mar 23, 2022
    #2
  3. renaming photos imported into windows 10

    Hi,

    Thank you for posting your query in Microsoft Community.

    Sorry for the inconvenience caused.



    To better understand the query, please answer the following questions:


    • Are you trying to rename the photos through file explorer?

    • Do you receive any error message when you try to rename the photos?

    If you are trying to rename the photos before being imported to Windows 10, please be informed that you will have to first import the photos and then rename it later. I would suggest you to try renaming the photos through file explorer by following
    the steps below and check if fit helps.

    1. Press Windows key + E to open file explorer.

    2. Click “this pc” on the left pane.

    3. Open the folder/drive where the photos are located.

    4. Right click on the photo which you would like to rename and select ‘rename”.

    Also, refer the help article posted by Andre Da costa on how to import photos in Windows 10 for reference

    http://answers.microsoft.com/en-us/...-windows/d8258fff-729e-45df-8afd-1f1195d7b6c5

    Hope this helps in resolving the issue. If the issue persists, do get back to us. We will be happy to assist you.

    Thank you.
     
    Anju Thekkethil, Mar 23, 2022
    #3
  4. 10SUCKS Win User

    Manually sorting and batch renaming photos in Windows 10

    Manually sorting photos on Windows 10

    Have just bought a new PC - because my XP and Vista platforms are no longer being supported by the boys at Microsoft.

    Have now spent the better part of 4 days trying to manually sort my thousands of photos, only to find out that the new 10 does not allow it. How absurd !!! This after years of beta trials and input by users like me who are not comfortable applying patches
    to a system developed by the so called experts. Suggest they move their operation from Redmond to Tumwater or is it Dumbwater?

    Ranting is over - Microsoft get this fixed ( and putting photos on the cloud is not an option)
     
    10SUCKS, Mar 23, 2022
    #4
Thema:

Manually sorting and batch renaming photos in Windows 10

Loading...
  1. Manually sorting and batch renaming photos in Windows 10 - Similar Threads - Manually sorting batch

  2. Manually sorting and batch renaming photos in Windows 10

    in Windows 10 Network and Sharing
    Manually sorting and batch renaming photos in Windows 10: recently got a new computer with Windows 10. I know how to manually move my pictures in a folder to put them in the order I wa by moving them one at a time to a new position, and I also know how to batch rename them. The problem I am having is that once they are renamed, some...
  3. Manually sorting and batch renaming photos in Windows 10

    in Windows 10 Software and Apps
    Manually sorting and batch renaming photos in Windows 10: recently got a new computer with Windows 10. I know how to manually move my pictures in a folder to put them in the order I wa by moving them one at a time to a new position, and I also know how to batch rename them. The problem I am having is that once they are renamed, some...
  4. batch rename files

    in Windows 10 Support
    batch rename files: hello, id like to remove characters in file names... using cmd, ive been able to remove "." (the dot) and replace it with a space and but hopefully keep the extention id like bou.bou.bou.txt to be renamed to bou bou bou.txt i tried : ren *.*.??? * *.??? obviously i want to...
  5. Rename files in batch.

    in Windows 10 Network and Sharing
    Rename files in batch.: Hi All.. I am having some files nearly 2000 in nos. in a particular folder. I just need to replace some portion. Is it possible that I can do it instantaneously.. if so please guide....Details are furnished below.Old file Name : P12478-12-71-41-1781-01.dwg...
  6. sorting photos in windows 10

    in Windows 10 Software and Apps
    sorting photos in windows 10: can I sort and move photos inside a folder? https://answers.microsoft.com/en-us/windows/forum/all/sorting-photos-in-windows-10/e731bd12-0a70-430d-888a-6ae705a67039
  7. Batch Renaming photos

    in Windows 10 Network and Sharing
    Batch Renaming photos: I have been renaming groups of photps but suddenly its not doing it the same way. What I am doing: 1. Control A to select all photos in the folder 2. Right clicking first photo and selecting “rename” 3. Typing title, i.e. “March 2019” then hitting return In the past,...
  8. Batch Rename in Powershell

    in Windows 10 Network and Sharing
    Batch Rename in Powershell: I'm trying to rename all the image files in a folder by appending a 1- in front of each file name using this command: Dir Rename-Item -NewName {$_.name -replace "IMG_*.*","1-IMG_*.*"} A typical file name is IMG_0001-Wolf.jpg. I get the following error message for each...
  9. How to batch rename multiple files while keeping the sorting order

    in Windows 10 Support
    How to batch rename multiple files while keeping the sorting order: Pretty hard to explain what I wish to do in a clear title... Hello ! I'll explain with an example, files names will sound silly but I'm sumplifying the issue. I have a folder called "test", in this folder I have 3 images (.jpg). One image is the picture of the number "1"...
  10. Windows 10 Batch Folder Renaming - cmd?

    in Windows 10 Network and Sharing
    Windows 10 Batch Folder Renaming - cmd?: I am looking to rename a bunch of folders ex test 01 test 02 test 03 and change them to test 001 test 002 test 003 I am assuming easiest way would to be using cmd I thought it would be ren "*" "*_0*" not sure what i am doing wrong...