Mac: Disable Bluetooth Setup Assistant
I have my personal Mac Mini that I use at work. I control the KVM with Synergy. However, every time I reboot, the annoying Bluetooth Setup Assistant pops up and informs me that I don’t have a mouse connected. Little does it know…
I found an article at macosxhints.com about disabling the Keyboard Setup Assistant and have taken that knowledge to disable the Bluetooth Setup Assistant. Here’s how:
- Open Terminal
- Type:
cd /System/Library/CoreServices - Type:
sudo mv Bluetooth\ Setup\ Assistant.app/ Bluetooth\ Setup\ Assistant-OFF.app/ - Reboot!
That should do the trick!