Add more AirDrop commands

This commit is contained in:
Marcel Bischoff 2015-12-30 22:48:56 +01:00
parent d9d3d4f85d
commit eaf7a7a4c2

View File

@ -1028,9 +1028,15 @@ locate -i *.jpg
### AirDrop ### AirDrop
#### Enable AirDrop over Ethernet and on Unsupported Macs
```bash ```bash
# Enable AirDrop over Ethernet and on Unsupported Macs
defaults write com.apple.NetworkBrowser BrowseAllInterfaces -bool true defaults write com.apple.NetworkBrowser BrowseAllInterfaces -bool true
# Enable (Default)
defaults remove com.apple.NetworkBrowser DisableAirDrop
# Disable
defaults write com.apple.NetworkBrowser DisableAirDrop -bool YES<Paste>
``` ```
### AppleScript ### AppleScript