Created
October 1, 2009 20:07
-
-
Save nesium/199206 to your computer and use it in GitHub Desktop.
Disable OS X CrashReporter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Disable the OS X Crash reporter (quit dialog after an application crash) | |
defaults write com.apple.CrashReporter DialogType none | |
#To enable the crash reporter (default) change none to prompt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment