Skip to content

Instantly share code, notes, and snippets.

@jamesguan
Last active August 30, 2018 15:32
Show Gist options
  • Save jamesguan/bc468d79d267fe0ebac04ad321d8750d to your computer and use it in GitHub Desktop.
Save jamesguan/bc468d79d267fe0ebac04ad321d8750d to your computer and use it in GitHub Desktop.
enable airdrop on Mac
Enable airdrop: defaults write com.apple.NetworkBrowser DisableAirDrop -bool NO
Disable airdrop: defaults write com.apple.NetworkBrowser DisableAirDrop -bool YES
https://answers.uillinois.edu/page.php?id=56564
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment