アクションセンターを開き、下のタイルで 右クリック > 編集
Bluetoothを左上に配置する。
AutoHotkeyファイルで次の関数を適当なホットキーに割り当てる。
(タスクバーにBluetoothアイコンをおいておくとオンオフの状態がわかる)
switchBluetooth(){
Send, #a
Sleep, 300
Send, +{tab}
Sleep, 100
Send, {space}
Sleep, 100
Send, #a
}
# b::switchBluetooth()