Add more AirDrop commands
This commit is contained in:
parent
d9d3d4f85d
commit
eaf7a7a4c2
@ -1028,9 +1028,15 @@ locate -i *.jpg
|
||||
|
||||
### AirDrop
|
||||
|
||||
#### Enable AirDrop over Ethernet and on Unsupported Macs
|
||||
```bash
|
||||
# Enable AirDrop over Ethernet and on Unsupported Macs
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user