Created
May 24, 2020 00:44
-
-
Save nevack/4a5846f0753d55bdb608682b8ea8c501 to your computer and use it in GitHub Desktop.
This file contains 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
# Get MAC address | |
sudo defaults read /Library/Preferences/com.apple.Bluetooth.plist DeviceCache | |
# Blacklist it | |
sudo defaults write /Library/Preferences/com.apple.Bluetooth.plist IgnoredDevices -array-add '70-26-05-b1-18-5f' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment