Disabling Airdrop

I've tried disabling Airdrop on my Mac mini using these commands in terminal:


[code]

defaults write com.apple.NetworkBrowser DisableAirDrop -bool YES

sudo killall Finder

[/code]

However it hides Airdrop, I can still send files from my iphone and the mac mini auto accepts them into my downloads folder.

how can i disable all communication through this protocol?

Mac mini (Late 2012), OS X Yosemite (10.10.1)

Posted on Dec 21, 2014 6:38 PM

Reply
2 replies

Dec 22, 2014 1:07 AM in response to Spiffdaddy

Maybe:

http://www.cultofmac.com/304343/fix-wifi-problems-ios-8-os-x-yosemite/

As for OS X Yosemite? Just open up Terminal and type in the following command to disable AWDL and AirDrop:

sudo ifconfig awdl0 down

And to restore AirDrop and AWDL:

sudo ifconfig awdl0 up

Read more at http://www.cultofmac.com/304343/fix-wifi-problems-ios-8-os-x-yosemite/#oW2IoEMS6 Sum2uc8.99


Same fix made here:

http://lifehacker.com/fix-yosemite-wi-fi-issues-with-a-terminal-command-16634140 63

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Disabling Airdrop

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.