Turn your bluetooth off. This will disable your bluetooth mouse and keyboard and hence you will have to use the built-in ones.
The problem is that at some point the keyboard that is nagging you to connect would have connected to your laptop. Your laptop remembers this and hence accepts incoming pairing request prompting you to verify it.
Our aim is to make the machine forget that it was ever connected to this device. In order to do this, you will need to edit a file called com.apple.Bluetooth.plist. This file is located in /Library/Preferences and ~/Library/Preferences folder. This file is in binary so in order to be able to edit it, you will have to convert it to xml first. So, open up terminal and type:
sudo plutil -convert xml1 /Library/Preferences/com.apple.Bluetooth.plist
Now you can go on to finder or whatever you have and edit this file. Remove
sudo plutil -convert binary1 /Library/Preferences/com.apple.Bluetooth.plist
Do the same for the com.apple.Bluetooth.plist file located in ~/Library/Preferences folder as well. If that folder does not have this file, copy it over from /Library/Preferences folder.
Once you are done, turn the bluetooth on and now it shouldn't prompt you for pairing requests.
No comments:
Post a Comment