Disable “Example is an application downloaded from the internet”

A lot of people, including myself, get quite annoyed by OS X’s “Example is an application downloaded from the internet” dialog box. So, here’s a quick and easy way to disable it. Please note, this technique uses Terminal.app, so if you’re uncomfortable using the command line, it’s best to not try this approach.

Disable Example is an application downloaded from the internet

Open up Terminal.app (found in User/Applications/Utilities) and type (or copy and paste) the following command:

defaults write com.apple.LaunchServices LSQuarantine -bool NO

To re-enable the “Downloaded from the internet” feature, just type this:

defaults write com.apple.LaunchServices LSQuarantine -bool YES

Also, be sure to use the killall Finder command to activate it! :D

We're testing out a new service called Spread.Us. Help us share our stories!

About Mitch Johnson

I'm a 15 year old Apple fanboy. I write code and design websites. I write about programming, coding, design and Apple on my blog, and I post random stuff on my Tumblr. I also tweet a lot.

View all posts by Mitch Johnson
Post comment as twitter logo facebook logo
Sort: Newest | Oldest

Thanks buddy, you have improved the world.

Trackbacks

  1. [...] Disable “Example is an application downloaded from the internet” | Macgasm Posted on September 14, 2010 by timelady via macgasm.net [...]