这是一个专为 Windows 笔记本电脑设计的工具,可以根据插电状态自动打开和关闭蓝牙设备,整个过程用户完全无感(除了报错弹窗)。
This is a tool designed specifically for Windows laptops. It can automatically and seamlessly turn your Bluetooth device on and off based on your power status.
You can download the entire software from https://github.com/Willaaaaaaa/auto-blue/releases.
- Unzip it in your preferable directory.
- Run
register.ps1to make it auto-start on boot. - [UNINSTALL] You can run
unregister.ps1to unregister the ScheduleTask and then you can remove all the files you downloaded.
Note
Once you decide to use this software and register it to your Task Scheduler(i.e. you ran register.ps1), you should NOT move/remove/rename the products we provided.
This project uses xmake as the build tool.
You can:
- Use
xmake buildto build this project. - Use
xmake runto build (if you haven't) and run the executable file. - Use
xmake installto install this tool (install to./installby default, you can pass-o xxxto change). - Use
xmake uninstallto uninstall this tool.
Note
Run xmake install will automatically enable this software auto-start on boot. xmake uninstall can reverse this operation.
Note
You can try to copy and paste the .lnk file of the auto-blue.exe into shell:startup. But it's not recommended. This method may be slow, just like your WeChat may take a while to appear after startup.