Toggling Bluetooth on/off

Share your favorite FastKeys commands
Post Reply
User avatar
Oblomov
Posts: 184
Joined: Mar 4th, ’19, 19:44

Post by Oblomov » Jul 17th, ’20, 16:09

Code: Select all

SendMode Input
Run, ms-settings:bluetooth
WinWaitActive, Settings
Sleep 300
Send,{Tab}{Space}
WinClose, A
From:
https://superuser.com/questions/1168551 ... windows-10
Post Reply