Advertisement
Guest User

Untitled

a guest
Aug 30th, 2015
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. # turn bluetooth off
  2. cp /Library/Preferences/com.apple.Bluetooth.plist ~/com.apple.Bluetooth.plist
  3. cp /Library/Preferences/com.apple.Bluetooth.plist ~/com.apple.Bluetooth.plist.backup
  4. # edit ~/com.apple.Bluetooth.plist
  5. sudo cp ~/com.apple.Bluetooth.plist /Library/Preferences/com.apple.Bluetooth.plist
  6. cd /Library/Preferences
  7. sudo chown root:wheel com.apple.Bluetooth.plist
  8. defaults read /Library/Preferences/com.apple.Bluetooth.plist
  9. # turn bluetooth on
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement