A single file can be renamed easily on Windows 10, but it becomes more complicated when you need to rename or change the extension of several files in the same folder.
Even though you may use third-party tools (like Microsoft PowerToys to ensure speed), Windows 10 offers multiple options to change the names of files through File Explorer or PowerShell. In this guide, we will guide you How to simultaneously rename several files on Windows 10, including their extension, without using a third-party tool.
How to simultaneously rename several files on Windows 10 Using Windows File Explorer ?
In Windows 10, File Explorer provides the fastest way to rename one or more files.
First Way using file explorer to simultaneously rename several files on Windows 10
- Open a folder with the files you wish to rename once you have File Explorer.
- You can choose them by clicking an empty field right from the file and dragging the pointer over the file you wish to select the fastest way to rename your files.
- They would be highlighted in blue if they were chosen correctly.
- After the files have been selected, right click and rename any file.
- Give a new name to your file and the new name applies to all the files when you press Enter.
Second way using file explorer to simultaneously rename several files on Windows 10
- Go to the folder with the files you wish to rename without leaving File Explorer.
- To see the details, click on the tab View.
- Then the Select All option will show. (You can also select all files with the Ctrl+A keyboard shortcut. You can also try using the Ctrl Button, then click on the files, if you need to rename various files, but not every one.)
- Near the upper right side of File Explorer, click on the tab Home,
- Clicking on the Enter key will have the same name once you have finished. The last option is to click the Home tab, then the Rename option.
Rename files using the Command Prompt
- Locate the folder containing the files that you wish to rename.
- While pressing Shift, right-click anywhere in that folder and select Open command prompt here.
- If command prompt option is not visible then taskbar search write cmd it will show cmd program open it. Copy path of folder from file explorer address bar.
- In command prompt write cd <path>
- When the Command Prompt window appears, type the ren command, followed by the current file type and the file type to be converted.
- `While Command Prompt provides greater flexibility than the standard method, it is not the most advanced choice.
- This is the most convenient tool if you wish to alter numerous file extensions simultaneously. Therefore, if you want to swiftly convert text files to HTML files utilise the Command Prompt.
- That's it; after running this command on the Command Prompt, all of your selected files will be converted to the new format.
Rename files using the PowerShell
- Open PowerShell by typing powershell in the Search box.
- Press Enter after entering the command 'cd' and the path to the folder containing the files you wish to rename.
- Always keep the files you wish to rename in a separate folder to avoid accidentally renaming other files.
- Now, you may modify the renaming of your files by adding numerous instructions.
- We'll use a command that replaces "1" with blank "New",
- There are additional commands available here.
- In our situation, we'll input the following command:
- Dir | Rename-Item –NewName { $_.name –replace “ 1“,”New” }
This feature provides the most possibilities, but it is time consuming and hard for novices, which is why we anticipate that the majority of customers will bypass this solution. If you have some spare time and wish to learn more about this programme, you can experiment with various options and commands.
Read More | The best way to log out of Facebook across all of your devices.
Hi, I’m vijay dhanda, a tech enthusiast and blogger with a passion for computer and electronics. With years of experience in the field, I love sharing my knowledge and expertise with others through my technical blogs. Along with my love for technology, I’m also interested in games and health. Whether I’m writing about the latest gaming trends, new electronics gadgets, or sharing my health tips and tricks, my goal is to provide readers with valuable insights and information they can rely on. Hope you like the content I am writing and share your feedback.