mddanishyusuf / dailyhack

🐱‍💻 Tiny Tiny Hacks we use in our daily life.
https://dailyhack.now.sh/
149 stars 15 forks source link

Handy macOS terminal commands 🛠️ #50

Open kerrtravers opened 5 years ago

kerrtravers commented 5 years ago

Stop iTunes from responding to the keyboard media keys

launchctl unload -w /System/Library/LaunchAgents/com.apple.rcd.plist 2> /dev/null

Disable the "Are you sure you want to open this application?" dialog

defaults write com.apple.LaunchServices LSQuarantine -bool false

Tell macOS to always show all files in finder

defaults write com.apple.finder AppleShowAllFiles YES
mddanishyusuf commented 5 years ago

thanks for sharing cool hacks

koho194 commented 5 years ago

Is there a way to reverse 'Stop iTunes from responding to the keyboard media keys'

(it also prevents Spotify from responding to the keyboard media keys)

fajarsiddiqfs commented 5 years ago

Yo man this is so cool!