To turn off file quarantine default behaviour (reboot required):
defaults write com.apple.LaunchServices LSQuarantine -bool NO
To disable quarantine for already downloaded files:
find $HOME/Downloads -type df -exec xattr -d com.apple.quarantine '{}' \;
It's a great hint btw.

Although I suggest if you disable
file quarantine, you should also force Finder to always show file extensions (Finder Preferences / Advanced / Show all filename extensions). Otherwise you could launch a malicious app that disguises itself as a PDF (without the extension it's hard to tell what you're trying to launch).
Recent comments
6 days 17 hours ago
1 week 16 hours ago
1 week 17 hours ago
1 week 1 day ago
1 week 1 day ago
1 week 5 days ago
1 week 5 days ago
3 weeks 3 days ago
3 weeks 3 days ago
3 weeks 5 days ago