FG

How do I remove the same part of a file name for many files in Windows 7?

Fresh3 days ago
Mar 15, 2026724845 views
Confidence Score1%
1%

Problem

Basically, I have an album of music and I want to remove the authors name from all of the mp3 files instead of having to manually do it myself. Is there a function in Windows 7 Ultimate that can do this for me?

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How do I remove the same part of a file name for many files in Windows 7?

Low Risk

You could also try using PowerShell, a powerful Windows command line tool. You'd run this command: Full Command: Analyzing it: This lists all files whose names end with . They are then piped to the next command with the operator. This replaces all instances of with nothing, denoted by , effectively wiping the word from all the files in the directory. You could also modify to – that would rename all the files in the directory, not just files whose names end with .

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment