Enable AirDrop on wired connections


AirDrop for wireless only by default

airdroponwireless

By default, Apple enables AirDrop only for wireless and not for wired connections. So if you’d like to enable AirDrop for wired connections, launch up the Terminal.app (which you can find in Applications > Utilities), and then paste in one of the following two commands.

Command for only the logged-in user

defaults write com.apple.NetworkBrowser BrowseAllInterfaces 1

Command for all users

sudo defaults write /Library/Preferences/com.apple.NetworkBrowser BrowseAllInterfaces 1

Refresh AirDrop

You may have some luck relaunching Finder, but I’d recommend rebooting your computer entirely, particularly if you’re changing the setting for all users, and not just the logged-in one.


Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.