Last active
August 30, 2018 15:32
-
-
Save jamesguan/bc468d79d267fe0ebac04ad321d8750d to your computer and use it in GitHub Desktop.
enable airdrop on Mac
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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