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

turn bluetooh on/off

Mac
2
2
264
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.
  • T
    Temo Mori
    last edited by Aug 4, 2022, 12:57 PM

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

    R 1 Reply Last reply Aug 5, 2022, 12:52 AM Reply Quote 0
    • R
      Russ @Temo Mori
      last edited by Russ Aug 5, 2022, 12:52 AM Aug 5, 2022, 12:52 AM

      @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
      1 out of 2
      • First post
        1/2
        Last post