要禁止它,很简单。在 Lauchpad 里面,点击“工具-终端”,然后依次输入以下命令:
defaults write com.apple.finder FXEnableExtensionChangeWarning -bool false
killall Finder
想反悔就输入:
defaults write com.apple.finder FXEnableExtensionChangeWarning -bool true
killall Finder
update: Rasmus 留言说:其实只要直接在 Finder 中按"Command + ,"进入 Preferences,然后选择 “Advanced” – 取消 “Show warning before changing an extension” 前面的勾就可以了