MacOS – How to stop the “Are you sure you want to open it?” dialog box from displaying when I open an app

macmacos

Every time I open the "Amazon MP3 Downloader" app (by downloading a new MP3 from Amazon.com in Safari) I get this dialog box:
alt text

I'm used to seeing this the first time after I open a new app I've downloaded, but usually I don't see the dialog box after the first time I press the "Open" button.

Is there a setting somewhere I can use to indicate that yes, I am sure I want to open "Amazon MP3 Downloader" without this dialog box?

Best Answer

If you need to do this manually on a file (or files) you can run the following command to remove the Quarantine flag:

xattr -d com.apple.quarantine /PATH/TO/FILE(S)

So in your case since the quarantine flag is not being removed you will want to run the command with sudo as the primary cause for the flag not being removed after hitting "Open" is because you don't have permissions to do so.