Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.65 KB

File metadata and controls

34 lines (24 loc) · 1.65 KB

Auto-Blue

中文

这是一个专为 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.


Installation

Download from release (Recommended)

You can download the entire software from https://github.com/Willaaaaaaa/auto-blue/releases.

  • Unzip it in your preferable directory.
  • Run register.ps1 to make it auto-start on boot.
  • [UNINSTALL] You can run unregister.ps1 to 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.

Build from source

This project uses xmake as the build tool.

You can:

  • Use xmake build to build this project.
  • Use xmake run to build (if you haven't) and run the executable file.
  • Use xmake install to install this tool (install to ./install by default, you can pass -o xxx to change).
  • Use xmake uninstall to 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.