Skip to content

Instantly share code, notes, and snippets.

@QuaCKeReD
Created May 7, 2015 10:54
Show Gist options
  • Select an option

  • Save QuaCKeReD/a4e0135b9c99d44826cc to your computer and use it in GitHub Desktop.

Select an option

Save QuaCKeReD/a4e0135b9c99d44826cc to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo defaults write /Library/Preferences/com.apple.Bluetooth.plist ControllerPowerState -bool yes
sudo killall blued
sudo defaults write /Library/Preferences/com.apple.Bluetooth.plist ControllerPowerState -bool no
sudo launchctl start com.apple.blued
@QuaCKeReD
Copy link
Copy Markdown
Author

no blued processes found on high Sierra

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment