How to disable warning when changing file extension osx

This post will show you how to change the warning that happens in osx when you try to change the file extension in finder.

open terminal

type in


defaults write com.apple.finder FXEnableExtensionChangeWarning -bool false
killall Finder

you can now change the file extensions without a warning dialog popping up!

Leave a Reply