Windows 10: Renaming of many files.

Discus and support Renaming of many files. in Windows 10 Support to solve the problem; I have done it before, but cannot remember what to do. I have a bunch of pictures from the Grand Canyon, taken on different cameras and cell phones.... Discussion in 'Windows 10 Support' started by Sven1458, Dec 7, 2015.

  1. Sven1458 Win User

    Renaming of many files.


    I have done it before, but cannot remember what to do.
    I have a bunch of pictures from the Grand Canyon, taken on different cameras and cell phones.
    All have differed names and I would like to make them all the same like:
    change from: img_001_dgep.jpg and so on
    to: GC2014_1.jpg, GC2014_2.jpg and so on.
    I know there is a simple way of doing it, but I can’t remember how.
    Anyone?

    Thanks
    Sven

    :)
     
    Sven1458, Dec 7, 2015
    #1

  2. Renaming group of files

    Powershell would look a bit like this:

    cd $env:userprofile\AppData\Local\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\LocalState\Assets

    New-Item -ItemType directory -path $env:userprofile\desktop\ -Name new_images -Force

    Get-ChildItem * |Copy-Item -destination "$env:userprofile\Desktop\new_images"

    cd $env:userprofile\desktop\new_images

    $names = Get-ChildItem *

    foreach($name in $names)

    {

    Rename-Item -Path $name -NewName "$name.jpg"

    }
     
    pestell159, Dec 7, 2015
    #2
  3. upgrade windows10 leaves many files renamed...is there?

    Greetings

    is there any way to remove the additional filename addition after upgrading to Win10?

    filename rename formula or batch file etc...?

    underlined portion is an example of the portion of the file adding in the rename?

    The original file name remains intact except for the middle portion.

    originalfilename.d20140908-u041050.xxx

    I can do it manually but I have 13 gigs of docs let alone software archive.

    Appreciate anyone's time, help and resolutions.
     
    AlcyoneMagi, Dec 7, 2015
    #3
  4. PJLLB Win User

    Renaming of many files.

    Test this first (I just did but you should confirm):
    In a command prompt, use the command: rename img*.txt GC2014*.txt
    Make sure you're in the correct directory in the command prompt.
     
    PJLLB, Dec 7, 2015
    #4
  5. Sven1458 Win User
    I just remembered,
    select all files and then rename the first file to what you want. any file after that will have the same name with a (1), (2) aso behind it.
    Thanks
    Sven
     
    Sven1458, Apr 4, 2018
    #5
Thema:

Renaming of many files.

Loading...
  1. Renaming of many files. - Similar Threads - Renaming many files

  2. Renaming many files

    in Windows 10 Gaming
    Renaming many files: Hi,I have many jpg file with different name. I just need to add one word at the beginning of the text and rest would be same. Here is the example,cgaxis_models_105_03_01.jpgcgaxis_models_105_03_01_bump.jpgI would like to...
  3. Renaming many files

    in Windows 10 Software and Apps
    Renaming many files: Hi,I have many jpg file with different name. I just need to add one word at the beginning of the text and rest would be same. Here is the example,cgaxis_models_105_03_01.jpgcgaxis_models_105_03_01_bump.jpgI would like to...
  4. File Renaming

    in Windows 10 Gaming
    File Renaming: Is there a way to change the automatic 1 at the end each each file with the same name? My company would like me to rename files for them. I need to name pictures the same name at the same time. I know that I can batch rename them but it always ends with a 1, 2, 3 etc... I...
  5. Renaming one folder renamed many other files?

    in Windows 10 Ask Insider
    Renaming one folder renamed many other files?: I made a new folder on my desktop today, and when I renamed it, it gave me some error pop-up (that I forgot to take a screenshot of), and when I dismissed it, many other files and apps on my desktop got renamed as well. I do not remember selecting any files on my desktop...
  6. File renaming

    in Windows 10 Gaming
    File renaming: when i try to change a movie file name in windows 11 it plays video. When I right click to rename https://answers.microsoft.com/en-us/windows/forum/all/file-renaming/a20da827-42c9-49eb-b5af-85946e1f9808
  7. need a way to rename many files from a csv or text file, please!

    in Windows 10 Ask Insider
    need a way to rename many files from a csv or text file, please!: preferably cmd powershell, but if theres no other way, a third party tool, but im heavily leaning on powershell for this. i have like a 1000 files im fixing up their file names in excel. then i want to rename all the files in order of my csv/txt list submitted by...
  8. Renaming files

    in Windows 10 Software and Apps
    Renaming files: I am looking for a program or application that I can use to rename a large number of files in batch mode. I have 5 folders, each containing about 800 .tif files. The file names consist of a few letters followed by a 3 digit number. I need to combine them all into one folder...
  9. Renaming a file

    in AntiVirus, Firewalls and System Security
    Renaming a file: Just had a "bios" update on HP computer and now I cannot rename a file without getting the message " Don't have permission to save in this locatin. Contact the administrator to obtain permission. I AM THE ADMINISTRATOR AND ONLY USER! How is this fixed … please?...
  10. Virus? Many files renamed with .zonapzudot

    in Windows 10 Installation and Upgrade
    Virus? Many files renamed with .zonapzudot: so recently i installed one app and my PC got virus or something a lot of files are renamed with .zonapzudot but not in the windows file is there any way to recovery it with like cmd command like sfc ? or something i readied and said it can reset files to default form or...