Clear, practical technology insights BSOD Code Lookup · Windows Error Code Lookup · Wi-Fi Troubleshooting · PC Troubleshooting Checklist

6 Ways to Rename Files and Folders in Windows 10

Explore 6 Ways to Rename Files and Folders in Windows 10 with a clear summary of the key facts, context, and practical details readers should know.

Table of Contents

This article provides a clear overview of 6 Ways to Rename Files and Folders in Windows 10, with the main facts, useful context, and practical details organized for easy reading.

Rename Files and Folders with File Explorer

File Explorer is an extremely useful tool on Windows 10. Particularly with this tool, we have up to 4 different ways to rename files and folders. In particular, there is a shortcut that allows you to rename files or folders without having to click. The renaming of files and directories is basically done in the same way.

Use the Home Menu

Access File Explorer by pressing Windows + E key combination and navigate to the file or folder to rename.

Click once on the file or folder to be renamed, then click the Home menu at the top of File Explorer, select ' Rename '

6 Ways to Rename Files and Folders in Windows 10 — Use the Home Menu screenshot 1 Choose 'Rename'

Enter the name you may need to change.

6 Ways to Rename Files and Folders in Windows 10 — Use the Home Menu screenshot 2 Enter a new name

When you're done typing, press Enter, or just click anywhere on the screen. New name will be saved.

Rename Files / Folders with Only 2 Clicks

Access File Explorer by pressing Windows + E key combination and navigate to the file or folder to be renamed.

Select the file with just 1 click, pause for 1 second, and then click one more time.

6 Ways to Rename Files and Folders in Windows 10 — Rename Files / Folders with Only 2 Clicks screenshot 3 Enter a new name

After the name is highlighted in green, enter a new name and press Enter to save the changes.

Use the Context Menu

To rename a file / folder from the Context Menu (context menu), right-click the file / folder and select Rename .

6 Ways to Rename Files and Folders in Windows 10 — Use the Context Menu screenshot 4 Select Rename

Enter a new name and press Enter to save any changes.

Use Keyboard Shortcuts

This is how you can file / folder without using the mouse.

Select the file or folder to be renamed using the arrow keys or enter its name. Once selected, press F2 to highlight the name of the file.

6 Ways to Rename Files and Folders in Windows 10 — Use Keyboard Shortcuts screenshot 5 Press F2 to highlight the name of the file

Enter a new name, then press the Enter key to save all changes.

Rename the File / Folder with Command Prompt

You can use the ren command in the Command Prompt to rename files or folders easily.

One of the fastest ways to open a Command Prompt in the desired folder is from File Explorer. First, open File Explorer and navigate to where the file / folder needs to be renamed. Click the address bar and type ' cmd ', then press the Enter key.

To rename the directory / file, you can use the following command:

ren "tên tệp hiện tại.đuôi mở rộng" "tên tệp mới.đuôi mở rộng"

For example, to rename the file 'Home Movies. ogv' to 'First Birthday. ogv' you use the following command:

ren "Home Movie.ogv" "First Birthday.ogv"
 
6 Ways to Rename Files and Folders in Windows 10 — Rename the File / Folder with Command Prompt screenshot 6 Enter the command in CMD

Rename the File / Folder with PowerShell

Windows PowerShell is even more powerful and flexible than the Command Prompt, with some short cmdlets to replace characters in file / folder names.

First, open File Explorer and navigate to where the file / folder needs to be renamed. Next, click File> Open Windows PowerShell, then click 'Open Windows PowerShell'.

To rename the directory / file, you can use the following command syntax:

rename-item "tên tệp hiện tại.đuôi mở rộng" "tên tệp mới.đuôi mở rộng"

For example, to rename the file 'SampleVideo. mp4' to 'My Video. mp4, use the following cmdlet command:

Rename-Item "SampleVideo.mp4" "My Video.mp4"
 
6 Ways to Rename Files and Folders in Windows 10 — Rename the File / Folder with PowerShell screenshot 7 Enter the command in PowerShell

Above are 6 ways to rename files, rename folders on Windows 10. If you need to rename files in batch, please refer to this guide of TipsMake. com.

FAQ

What is the main focus of 6 Ways to Rename Files and Folders in Windows 10?

The article explains the most important facts, context, and practical details related to 6 Ways to Rename Files and Folders in Windows 10.

Who may find this information useful?

It is useful for readers who want a clear overview, practical context, and a better understanding of the subject.

What should readers verify before taking action?

Check current product versions, official requirements, regional availability, and any details that may have changed since the original publication.

Discussion

Reader Comments 0

Sign in with email or Google to join the discussion.