Do auto connect. http://bluetoothinstaller.com/bluetooth-command-line-tools/ https://stackoverflow.com/questions/24771116/how-can-i-create-a-button-or-hotkey-that-will-automatically-connect-my-bluetoo ``` #SingleInstance,force ;https://autohotkey.com/board/topic/83571-autohotkey-connect-to-bluetooth/ ^F1:: Run, bthprops.cpl Sleep, 2000 Send, {tab}{tab}{enter}{tab}{enter} Sleep, 200 Send,!{Tab} return ```