Skip to content

How to disable warning when changing file extension osx

December 19, 2012 Finder

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!

You must be <a href="https://jonathansblog.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fjonathansblog.co.uk%2Fhow-to-disable-warning-when-changing-file-extension-osx">logged in</a> to post a comment.