remove mac download file prompt / warning

Mac Terminal :

defaults write com.apple.LaunchServices LSQuarantine -bool NO

reboot

To reverse this and get the file quarantine message back,

defaults write com.apple.LaunchServices LSQuarantine -bool YES

reboot

You may also like...