Remote Unlock Bluetooth Plugin This plugin extends the functionality of RemoteFingerUnlock by enabling Bluetooth unlocking capabilities for the Windows lock screen.
With this plugin installed, users can utilize Bluetooth devices to unlock their Windows lock screen through the RemoteFingerUnlock application.
Build Method: To build the plugin, use the following cmake command:
Build Method: To build the plugin, use the following cmake command:
cmake -G Ninja -B ./build
cmake --build ./build --target all
Installation:
- After building the plugin, use the provided
install.reg
file to install it. Double-clicking on theinstall.reg
file will add the necessary registry entries to place the plugin in the appropriate location.
This plugin is compatible with RemoteFingerUnlock on Windows operating systems.
For any issues or feedback regarding this plugin, please visit the support page on our website.
You can download RemoteFingerUnlock and related plugins from rfu.czqu.net.
This project is licensed under the terms of the GNU General Public License v3.0 (GPLv3). You should have received a copy of the GNU General Public License along with this project. If not, see GPLv3 License.
I use the log.c
library developed by rxi in this project. Modifications have been made to support wchar
.
I referenced code from the Windows Classic Samples repository by Microsoft for the Bluetooth implementation in this project. The code is licensed under the MIT License.