How to Rename File Extensions
A file extension is typically a three-letter code that follows a dot (.) in the file name. The extension allows you to conveniently and easily associate files of a certain type with the respective program; for example, the extension ".xls" defines Microsoft Excel spreadsheet files. Changing a file extension may enable a different program to automatically recognize and work with a file.
Instructions
-
Using Windows Explorer
-
1
Click "Computer" from the Start menu in Windows to open Windows Explorer.
-
2
Navigate to the folder with the file to be renamed, using Windows Explorer.
-
-
3
Right-click on the desired file and select "Rename" from the menu.
-
4
Erase the final three letters of the file extension; for example, if the file is "report.log", make it simply "report."
-
5
Type the new extension after the dot (.)--for instance, you may make the above example "report.txt"--and press "Enter" to rename the file.
In Windows Command Prompt
-
6
Click "Start" In Windows, type the command "cmd" and press "Enter" on your keyboard to open the command prompt window.
-
7
Use the command "cd directory name"--for example, "cd user/smith/"--to navigate to the folder with a file you have to rename.
-
8
Type the command "move file.ext1 file.ext2"--for example, "move report.log report.txt"--and then press "Enter" on the keyboard to rename the file extension.
-
1