Skip to content

How To Blog

  • Setup Surround Sound in Windows Computer Tips
  • How to Optimize and Spring Clean Your iPhone Storage With AnyTrans How-To
  • online video maker with music and pictures 2023 Reviews
  • How to Remove Metadata on Windows, Mac And Linux How-To
  • How to fix Werfault.exe error on Windows 7/8/10 Windows 10
  • Configure NGINX Reverse Proxy – Step by Step How-To
  • 10 Search Sites To Find People Online Cool Websites
  • Cheaper Geek Squad alternatives to fix your PC Computer Tips

How To Batch Rename Files In Windows 10

Posted on October 7, 2020 By blog_786 No Comments on How To Batch Rename Files In Windows 10

If you need to rename multiple files, manually renaming them will take too long. One way to save time is to batch rename files on a Windows 10 PC. There are both built-in features and third-party tools to bulk rename files on a Windows PC.

Each method offers a unique way to rename your files. For example, File Explorer helps you quickly rename files, but with limited functionality. The command line provides a few more features, but it’s not easy to use.

How To Batch Rename Files In Windows 10

Use File Explorer to batch rename files in Windows 10

If you just want to rename the files on your computer, you don’t need to install any applications. The built-in rename function also helps you to bulk rename files and you can use it from the context menu.

  1. Put all the files you want to name in one folder.
  2. Open the folder containing your files using explorer.
  3. Select all the files you want to batch rename. To select multiple files in order, click the first file in the list, hold Shift and click the last file. All files between the first and last file will be selected. To select multiple files in random order, select one file, then hold down the Ctrl key and click the files you want to select.

  1. Right-click any file and select Rename from the context menu on the screen.

How To Batch Rename Files In Windows 10

  1. The name of one of the selected files will become available for editing. Enter a new name for all selected files and press Enter.

How To Batch Rename Files In Windows 10

  1. All files you select will now have your new name. Each file name will have a number next to it to distinguish it from each other.

How To Batch Rename Files In Windows 10

  1. If you made a mistake when renaming files, press Ctrl + Z and the file name change will revert back.

How To Batch Rename Files In Windows 10

Batch Rename Files Using Command Prompt in Windows 10

If you need more options to batch rename files on your PC, you can use the command line. This allows characters like? and * to select and rename files. This gives you many ways to rename files, for example:

  • rename files with a specific extension.
  • You don’t have to click and select every file in a folder.
  • Bulk change extensions for your files
  • You can write a script to automatically rename your files.

The ren or rename command enables batch renaming of files in Windows.

  1. Search for Command Prompt by searching for Cortana and launch it.

  1. Enter the following to change the current working directory to where your files are.

    cd

How To Batch Rename Files In Windows 10

  1. To rename all files and add a suffix to their names, say Mahesh, you can use the following command.

    rename *. * ???? ?????????????????? – Mahesh. *

    Here’s what each option in the command means:

    rename is a command that allows you to rename files from the command line.

    *. * – selects all files in the current folder.

    ????????? ????????????? – Mahesh. * – question marks indicate the original filenames, Mahesh is the new word you want to add, and * at the end preserves the file extension. as before.

How To Batch Rename Files In Windows 10

  1. To change your file extensions, for example from JPG to PNG, you can use the following command.

    rename * .jpg * .png

How To Batch Rename Files In Windows 10

How To Batch Rename Files In Windows 10

The possibilities for batch renaming files using this command are endless.

– /

Rename multiple files at once using PowerShell in Windows 10

If you prefer PowerShell to execute commands, there is a command to rename one or more files at the same time on your Windows 10 computer. This command is a little more complex than the command line, but has more functionality.

Here’s how to replace John with Mike in all filenames.

  1. Use Cortana Search to find Windows PowerShell and open it.

  1. Run the following command in PowerShell to change to the directory where your files are located.

    cd

How To Batch Rename Files In Windows 10

  1. Type the following command in PowerShell and press Enter. This will replace John with Mike in all files in the selected folder.

    dir | rename-item -NewName {$ _. name -replace “John”, “Mike”}

How To Batch Rename Files In Windows 10

  1. You may receive an error message, but all of your filenames must be changed.
  2. There are many naming options you can use with this command to give different types of names for your files.

How To Batch Rename Files In Windows 10

Use PowerToys to batch rename files in Windows 10

Microsoft has a set of tools called PowerToys, one of which is PowerRename. This tool allows you to rename files in batch with many advanced options on your PC.

It is added to the context menu when you install it, so you can rename your files quickly and easily.

  1. Go to the PowerToys GitHub page and download the latest version to your computer.
  2. Install PowerToys on your computer.

  1. Use File Explorer to open the folder where your files are located.
  2. Select the files you want to rename.
  3. Right-click any one file and select PowerRename.

How To Batch Rename Files In Windows 10

  1. You will see many options for renaming files.

How To Batch Rename Files In Windows 10

How To Batch Rename Files In Windows 10

Batch rename files with a bulk rename tool in Windows 10

Bulk Rename Utility is a free tool to rename multiple files using different options on your computer. It has a single interface for renaming files and includes most of the parameters required for your task.

  1. Download and install the bulk rename utility on your computer.
  2. Run Bulk Rename Utility on your computer.
  3. Use the options on the left side of the section to select the folder where your files are located.

  1. Select all the files you want to rename on the right side of the section.

How To Batch Rename Files In Windows 10

  1. Use different options depending on how you want to rename the files in the frontend.

How To Batch Rename Files In Windows 10

  1. Click View in the lower right corner to see how the new name will look in your files.

How To Batch Rename Files In Windows 10

  1. Click Rename to actually rename the files.

How To Batch Rename Files In Windows 10

How To Batch Rename Files In Windows 10

Use group rename to bulk rename files in Windows 10

Rename Master is another free tool to batch rename files on PC.

  1. Download and install Rename Master on your computer.
  2. Open the tool.
  3. Select files and folders in the right pane.

  1. Click the Rename Script tab and select one or more options to rename the files.

How To Batch Rename Files In Windows 10

  1. Click Rename to start renaming files.

How To Batch Rename Files In Windows 10

How To Batch Rename Files In Windows 10

You can also use your own script to bulk rename files on Windows 10 PC.

What’s your favorite way to rename multiple files at once on a Windows 10 computer? Is it a conductor or another method? Let us know in the comments below.

–

Windows 10

Post navigation

Previous Post: How To Fix The “Scratch Disks Are Full” Error In Photoshop
Next Post: Differences Between Microsoft Excel Online And Excel For Desktop

Related Posts

  • 5 Great App Docks For Windows 10 Windows 10
  • What can I do if I get the Audio Renderer Error on Windows 10? Windows 10
  • F8 Not Working In Windows 10? 5 Things To Try Windows 10
  • How To Set Up Full Disk Encryption On Windows With Bitlocker Windows 10
  • Change Recycle Bin Settings in Windows 10 Windows 10
  • How to Remap Keys on Windows 10 Windows 10

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Archives

  • June 2023
  • May 2023
  • April 2023
  • November 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • March 2021
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • December 2019
  • July 2019
  • May 2019
  • April 2019
  • January 2019
  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • August 2018

Categories

  • Amazon Web Services
  • Apple Watch
  • Computer Tips
  • Cool Websites
  • Featured Posts
  • Free Software Downloads
  • Gadgets
  • Gaming
  • General Software
  • Google Software/Tips
  • Hardware
  • Help Desk
  • How-To
  • iOS
  • iPad
  • iPhone
  • Linux
  • Linux Tips
  • macOS
  • MS Office Tips
  • Networking
  • Office Tips
  • OS X
  • Product Reviews
  • Reviews
  • Safari
  • Smart Home
  • Smartphones
  • Software Reviews
  • technology
  • text
  • Tools Review
  • Troubleshooting
  • Tutorials
  • Uncategorized
  • Urdu Books PDF
  • Web Site Tips
  • Windows
  • Windows 10
  • Windows 7
  • Windows XP Tips
  • Wordpress

Recent Posts

  • 5K Player for Windows 10, 8, 7 Just a video player
  • 9 Best 10K Running Apps for 2023
  • 15 Best Strategy Games for Mac 2023
  • How to Password Protect a Folder in Windows Here Are Six Best Ways
  • what is the best tool for making pixel art and sprites?

Recent Comments

  1. How to reset Windows 10 from factory settings - How To Blog on The Easiest Way to Clean Install Windows 10
  2. How to reset Windows 10 from factory settings - How To Blog on 7 Best Programs to Immediately Install on Your New Computer
  3. How to reset Windows 10 from factory settings - How To Blog on What To Do If You Think Your Computer Or Server Has Been Infected With Malware
  4. 9 Best Ways to Fixing Safari Not Working on Mac? - How To Blog on How To Hard Reset a Mac OS X Computer & Reinstall The OS
  5. How to uninstall Avast antivirus on Mac - How To Blog on 4 Ways To Uninstall Apps On Mac
  • Use Google Maps’ Plus Codes To Share Your Location Easily How-To
  • How to manage multiple twitter accounts on same screen How-To
  • How to create an idea pin on Pinterest technology
  • Fix Windows Live Mail Error 0x800CCC0B Computer Tips
  • Which Webpages Should you Optimized For Adsense How-To
  • Effective way to Embed YouTube Videos How-To
  • How To Fix iMessage Waiting for Activation Error on iPhone iPhone
  • How To Reset Your Mac Admin Password? macOS

Copyright © 2023 How To Blog.

Powered by PressBook News WordPress theme

Go to mobile version