Simple but can be very useful.
- Open up a command prompt
- Go the file folder containing the files you need to rename
- Enter this: ren *.(current extension name) *.(extension you want)
- If done correctly it will rename all the file extensions to the specified one!
Example:
ren *.jpg *.png <<< this will rename all jpg extensions found, to png extensions.