This project was created so I could quickly toggle Bluetooth without having to go to Settings > Devices > Bluetooth on Windows 10 laptop.
-
Download the latest release here.
-
Extract zip file, right-click on quick-bt.exe and select "Create Shortcut".
-
With the file location open, press the Windows logo key + R, type
shell:startup
, then select OK. This opens the Startup folder. -
Copy and paste the shortcut to the app from the file location to the Startup folder.
-
Install Python 3.8.x
-
Clone this repository, open
cmd
on the project directory. -
Install dependencies by running:
pip install -r requirements.txt
-
Run
python.exe -m quickbt
inside project directory.
- Windows x64 binaries are available now. Click here.