Skip to content

Instantly share code, notes, and snippets.

@QuaCKeReD
Created May 7, 2015 10:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save QuaCKeReD/a4e0135b9c99d44826cc to your computer and use it in GitHub Desktop.
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
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