Disable OS X crashreporter dialog after application force-quit

After every quit of application, OS X will bother you with “You have forced [appname] to quit” popup. Disabling it is really simply stupid :-).

What to do?

Simply open Terminal and write down:

defaults write com.apple.CrashReporter DialogType none

Comments