Last active
November 23, 2020 19:14
-
-
Save rodmcnew/7928ab17612ab71ddb4ee6d7faa9d3d2 to your computer and use it in GitHub Desktop.
How to MacOs
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
#from https://apple.stackexchange.com/questions/159548/prevent-auto-pairing-for-certain-devices-bluetooth | |
#mac address from sudo defaults read /Library/Preferences/com.apple.Bluetooth.plist DeviceCache | |
sudo defaults write /Library/Preferences/com.apple.Bluetooth.plist IgnoredDevices -array-add 88-d0-39-c3-ee-31 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment