Windows 10: Batch Rename Deletes Files

Discus and support Batch Rename Deletes Files in Windows 10 Performance & Maintenance to solve the problem; Hey all, I just upgraded to Windows 10 last night, and I've been playing around with the new File Explorer. One thing I tried was the batch rename... Discussion in 'Windows 10 Performance & Maintenance' started by HochDeutsch, Mar 30, 2016.

  1. Batch Rename Deletes Files


    Hey all,

    I just upgraded to Windows 10 last night, and I've been playing around with the new File Explorer. One thing I tried was the batch rename function (by which I mean just selecting multiple files and clicking "rename"). I quickly realized that it behaves differently than in Windows 8, where re-renaming a previously batch renamed file group would cause all files in the group after the first to start scaling up from what would have been the last number in the group before the rename. (So for example, if you had "file (1), file (2), and file (3)" and group renamed them to "file", the new names would be "file (1), file (4), file (5)".)

    Windows 10 corrects this problem and renames the files properly, except that it seems to adjust their orders erratically. When I observed this reordering, I tried to reverse it by clicking "Undo Rename". My PC gave me a warning message saying that undoing would cause some of the files to have the same name as other files, so I clicked "Skip" for all of those files. The effect of this was to delete all offending files in the group (almost all of them), and they seem to have been permanently deleted, because they did not end up in my recycle bin.

    It's not a big deal in this case because those files weren't super important, but I do find this behavior alarming. Is there a way to correct the batch rename feature, or in the alternative, to at least recover the files it deleted?

    :)
     
    HochDeutsch, Mar 30, 2016
    #1
  2. Tryx3 Win User

    Resetting Windows Update Components

    The TenForums batch file, which you run as Admin, has done all the clearing out for you. You do not need to rename anything.

    Amongst the actions of the batch file is temporarily stopping the Windows services that lock the folders you are talking about so that the batch file can then delete them / rename them.

    Denis
     
    Tryx3, Mar 30, 2016
    #2
  3. How do you search for and replace a character in multiple filenames?

    Hi Kevin,

    For the feature that you're looking for, I believe that you need to rename the files one-by-one.

    Though, I found an article that you can try. Please ensure to read the instructions thoroughly.

    Here's the link: How to Batch Rename Multiple Files in Windows.
     
    Winter Firefly, Mar 30, 2016
    #3
Thema:

Batch Rename Deletes Files

Loading...
  1. Batch Rename Deletes Files - Similar Threads - Batch Rename Deletes

  2. Allow batch file renamer to work?

    in Windows 10 Network and Sharing
    Allow batch file renamer to work?: I'm trying to use a batch file renamer in order to add terms to the beginning of a file:picture1.jpgpicture2.jpgadd "2022 - " to the beginning to give:2022 - picture1.jpg2022 - picture2.jpgFirst off, I'd like a suggestion as to a safe one to use. Free is obviously preferable,...
  3. Allow batch file renamer to work?

    in Windows 10 Gaming
    Allow batch file renamer to work?: I'm trying to use a batch file renamer in order to add terms to the beginning of a file:picture1.jpgpicture2.jpgadd "2022 - " to the beginning to give:2022 - picture1.jpg2022 - picture2.jpgFirst off, I'd like a suggestion as to a safe one to use. Free is obviously preferable,...
  4. Allow batch file renamer to work?

    in Windows 10 Software and Apps
    Allow batch file renamer to work?: I'm trying to use a batch file renamer in order to add terms to the beginning of a file:picture1.jpgpicture2.jpgadd "2022 - " to the beginning to give:2022 - picture1.jpg2022 - picture2.jpgFirst off, I'd like a suggestion as to a safe one to use. Free is obviously preferable,...
  5. 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...
  6. 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...
  7. Is there a way to batch rename files?

    in Windows 10 Ask Insider
    Is there a way to batch rename files?: I have a file with pictures formatted as "A-B-C" and need to change all the dashes to underscore such as "A_B_C". Is there a way to do this as a batch in the folder somehow? submitted by /u/gingernuts13 [link] [comments]...
  8. Uniquely Renaming Large Batch of Files

    in Windows 10 Ask Insider
    Uniquely Renaming Large Batch of Files: Hello team. Looking to see if anyone has any pointers for my situation at work: I have 90 PDF files that need to be renamed, each of them having unique names that have to deal with a supplier and consignee pair. I have a list of all of the file names in an excel sheet and...
  9. How to Batch Rename files ?

    in Windows 10 Software and Apps
    How to Batch Rename files ?: I have a lot of files i want to give names to. I already found a way to get names into a text I need. So all these names i have in text, i want to give to other files. How do i do this in a batch process ? Currently trying to learn FastStone Image viewer. Seems to be...
  10. Renaming Multiple File Extensions With a Batch File

    in Windows 10 Customization
    Renaming Multiple File Extensions With a Batch File: Hello, Pretty self explanatory question, but not turning up the results I need. If I use a command line window to change a bunch of file types, I can do the following: CD LocalDirectory\Is\Located\Here REN *.jpg *.tif This changes every file that has a JPG extension to...