TRIGGERcmd
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    turn bluetooh on/off

    Mac
    2
    2
    218
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Temo MoriT
      Temo Mori
      last edited by

      How can i do a command to turn on (and another to turn off) the bluetooth on my macbook?

      RussR 1 Reply Last reply Reply Quote 0
      • RussR
        Russ @Temo Mori
        last edited by Russ

        @Temo-Mori, I found this article that gives a couple different methods.

        You could install blueutil and use that:

        brew install blueutil
        

        Then toggle it on or off like this:

        blueutil on
        blueutil off
        

        Or you could try this Apple Script method:

        osascript -e 'tell application "System Events" to tell process "SystemUIServer" to tell (menu bar item 1 of menu bar 1 whose description is "bluetooth") to {click, click (menu item 2 of menu 1)}'
        

        Russell VanderMey

        1 Reply Last reply Reply Quote 0
        • First post
          Last post