`
jackytang520
  • 浏览: 136050 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
社区版块
存档分类
最新评论

Disable the File Extension Change Warning in Mac OS X

    博客分类:
  • Mac
阅读更多


Assuming you have file extensions shown in the OS X Finder, attempting to change a file extension causes a warning dialog with a confirmation box to appear. This is annoying if you know what you’re doing and you have a compelling reason to change extensions, so let’s turn it off using the command line and defaults write.

First, open the Terminal, located within the /Applications/Utilities/ directory, then copy and paste in the following command:

defaults write com.apple.finder FXEnableExtensionChangeWarning -bool false

Follow that up by relaunching the Finder with killall:

killall Finder

To reverse the change and get the warning back when you attempt to change file extensions, use the following defaults write command:

defaults write com.apple.finder FXEnableExtensionChangeWarning -bool true

Kill the Finder again for changes to take effect.

 

转自:http://osxdaily.com/2012/04/11/disable-the-file-extension-change-warning-in-mac-os-x/

 

分享到:
评论

相关推荐

    mac os disable sleepimage

    mac os disable sleepimage

    Disable the Return Key in a TextBox

    Disable the Return Key in a TextBox

    PDF-XChange PDF Viewer SDK

    Viewer ActiveX SDK is a fully featured, ready to incorporate facsimile of the End User PDF-XChange Viewer, again embedded within a Window of the application, the developer is able to hide and disable ...

    Android代码-Disable Battery Warnings

    Disable Battery Warnings A simple Xposed module to disable the annoying low battery warning popup and sound.

    Oculus取消警告信息(Disable Health and Safety Warning)

    Oculus取消警告信息(Disable Health and Safety Warning)

    Visual_Assist_X的用法

    Visual_Assist_X的用法 Visual Assist X的用法 open file in solution 打开文件中的解决办法 ...enable/disable visual assist x启用/禁用视觉协助x visual assist x options视觉协助x选项 refactor重构 .....

    BURNINTEST--硬件检测工具

    - Minor change to the serial port test where, if "Disable RTS/CTS and DSR/DTR test phase" was selected the DTR and RTS lines would be explicitly disabled to prevent any toggling of these lines. ...

    Virtual Floppy driver

    SHELL Enable/disable the shell extension. OPEN Open a Virtual Floppy image. CLOSE Close a Virtual Floppy image. SAVE Save the current image into a file. PROTECT Enable/disable drive write protect...

    enable disable home

    enable and disable "HOME" button in android 4.0.3 above the version 4.0.3,we should modify the frameworks detail is described in the Enable_Disable_Home.rar

    qemu-0.13.0(编译过全处理器支持)

    -nographic disable graphical output and redirect serial I/Os to console -no-frame open SDL window without a frame and window decorations -alt-grab use Ctrl-Alt-Shift to grab mouse (instead of Ctrl-Alt...

    Bochs - The cross platform IA-32 (x86) emulator

    In addition to the default Bochs method using the CTRL key and the middle mouse button there are now the choices: - CTRL+F10 (like DOSBox) - CTRL+ALT (like QEMU) - F12 (replaces win32 'legacyF12'...

    With the help of this program one can disable close(x) butto

    With the help of this program one can disable close(x) button of the form.

    bVNC-Pro-Secure-VNC-Viewer_v4.1.0.apk

    WARNING: AnonTLS is not supported on Android 6, so to use Vino, the built-in VNC server for GNOME you have to disable Vino encryption requirement with "gsettings set org.gnome.Vino require-encryption ...

    UE(官方下载)

    A favorite method among power users is the Quick Open in the File menu. The benefit of the quick open dialog is that it loads up very... Vertical & Horizontal Split Window This is a convenient ...

    Android代码-Android-Bluetooth-Simulator

    Android Bluetooth Simulator ... is to change the import from android.bluetooth to dk.itu.android.bluetooth (and also add the INTERNET permission in the android manifest file). There is a sligh

    delphi2010皮肤控件-VCLSkinv5.30FS

    *Fix paint problem in Trackbar when skin file change. News in 3.33 2005.8.29 *Fix problem in TcxDBCheckbox. News in 3.32 2005.8.25 *Add close button on TPageControl. News in 3.31 *fix problem when ...

    Securing PHP Web Applications.pdf

    Changing File Permissions in UNIX, Linux, and Mac OS X 76 Changing Windows File Permissions 77 Changing File Permissions in PHP 87 Patching the Application to Allow User-Uploaded Image Files 88 Modify...

    How to disable_enable a timing check in a design.pdf

    后仿

    微软内部资料-SQL性能优化2

    Committed pages are those pages that when accessed in the end translate to pages in memory. Those pages may however have to be faulted in from a page file or memory mapped file. Backing Store Backing ...

    数位板压力测试

    sdk LCS/Telegraphics Wintab* Interface Specification 1.1: 16- and 32-bit API Reference ... The coordinate system will be right-handed, that is, the positive x axis points from left to right, and the ...

Global site tag (gtag.js) - Google Analytics