Remove part file name in bunch of files


  1. Posts : 625
    Windows 10 Pro x64
       #1

    Remove part file name in bunch of files


    I have a bunch of files that have the same name in all the files. I do not want to go through all 244 files and remove it manually. They are MP3's that I have purchased and saved. I got hit with ransonware a few weeks ago, and it renamed all of my mp3's with the extension .id[42B18849-2275].[checkcheck07@qq.com]. I was able to pull all of those files into a converter and convert them to mp3 again, and they now work, but every single one of them has .id[42B18849-2275].[checkcheck07@qq.com]. How can I remove that part from all of the files at once?
      My Computers


  2. Posts : 13,301
    Windows 10 Pro (x64) 21H2 19044.1526
       #2
      My Computers


  3. Posts : 625
    Windows 10 Pro x64
    Thread Starter
       #3

    thomaseg1 said:
    Thanks, but I don't know what to do. I don't know how to use it.
      My Computers


  4. Posts : 4,801
    Windows 11 Pro 64 Bit 22H2
       #4

    If the MP3's have the original name as well as the Ransomware name, you can Highlight all of the files, and choose Rename, and delete the part of the name you don't want.
      My Computer


  5. Posts : 2,487
    Windows 10 Home, 64-bit
       #5

    You have a choice between spending the time required to learn a renaming program or spending the time needed to rename the files manually.

    The path of least resistance might be to do it manually, 10 or 20 files a day.

    You might be able to figure out the renamer application in an hour or less; or in 10 hours. I have no idea how easily you learn that type of thing.

    I've faced the same issue with mp3s, but I was faced with thousands to rename, so I took the time necessary to learn the application.

    It might be simpler than you think if all files are incorrectly named in the same way--such as having all the bad stuff immediately before the ".mp3"------or if you need to delete a certain number of characters from one end of the file name.

    The interface and available help files of the renamer application is critical. Some are much more intuitive than others.

    You might have some way to recover by using Windows file history.........I don't know, I've never used it.
      My Computer


  6. Posts : 118
    Windows 10
       #6

    RainbowPride said:
    I have a bunch of files that have the same name in all the files. I do not want to go through all 244 files and remove it manually. They are MP3's that I have purchased and saved. I got hit with ransonware a few weeks ago, and it renamed all of my mp3's with the extension .id[42B18849-2275].[checkcheck07@qq.com]. I was able to pull all of those files into a converter and convert them to mp3 again, and they now work, but every single one of them has .id[42B18849-2275].[checkcheck07@qq.com]. How can I remove that part from all of the files at once?
    This is easy. First get a copy of Bulk Rename Utility:

    Download - Bulk Rename Utility

    Take a look at this screenshot:

    Remove part file name in bunch of files-capture.png

    Drag all the files into the Window and Select All. (1) Now any change you make will be reflected in the filenames on the Right Side. Use the Remove Last Option (2) until the file names are correct. Then hit Rename (3) and the changes will take effect.
      My Computer


  7. Posts : 989
    Microsoft Windows 10 Home
       #7

    PowerShell:

    Code:
    $FileLoc = 'c:\Files\Rescuesd'
    $ext = '.id[42B18849-2275].[checkcheck07@qq.com]'
    
    Get-ChildItem -Path $FileLoc -File | # Add '-Recdrse' to include files from subfolders
     ?{$_.Name -match '\.id\[42B18849-2275\]\.\[checkcheck07@qq\.com\]$' } |
     Rename-Item -NewName {$_.Name.Replace($ext, '.mp3')}
      My Computer


  8. Posts : 1
    Windows
       #8

    RainbowPride said:
    I have a bunch of files that have the same name in all the files. I do not want to go through all 244 files and remove it manually. They are MP3's that I have purchased and saved. I got hit with ransonware a few weeks ago, and it renamed all of my mp3's with the extension .id[42B18849-2275].[checkcheck07@qq.com]. I was able to pull all of those files into a converter and convert them to mp3 again, and they now work, but every single one of them has .id[42B18849-2275].[checkcheck07@qq.com]. How can I remove that part from all of the files at once?
    What kind of converter is this ? did you pay the ransom to get the decryptor ?

    I'm also hit by this, will you kindly share if you have ways to recover ?
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 04:44.
Find Us




Windows 10 Forums