Movatterモバイル変換


[0]ホーム

URL:


XDA logo

How to remotely unlock your Windows PC via a fingerprint scanner on Android

An Android phone running Remote FIngerprint Unlock with a Windows 11 laptop showing the lock screen in the background
4
4
By Skanda Hazarika & João Carrasqueira
Updated 
Sign in to yourXDA account
Jump links

Jump Links

follow
Follow
followed
Followed
Thread9
Here is a fact-based summary of the story contents:
Try something different:

Windows 11 PCs can be unlocked in a multitude of ways, including passwords, PINs, fingerprints, orfacial recognition with Windows Hello. But what if you don't have alaptop with an IR camera or fingerprint sensor? Well, you can still unlock your PC with a fingerprint by using your phone.

That's thanks to the Remote Fingerprint Unlock app, created by XDA Forums memberAndrew-X. This app lets your Android phone's fingerprint sensor serve as an authentication device for your PC, and it's fairly easy to use. If you really want bimetric authentication and don't want to buy another laptop, we can help you set it up.

Surface Laptop Studio 2
Forgot your password? Here's to get back into your Windows PC

Don't lose hope yet

Remote Fingerprint Unlock system requirements

Things you need to get this app working

An image showing the remote Fingerprint app installed on an Android phone.

Remote Fingerprint Unlock supports the following device configurations:

  • Windows module:
    • x86 or x64 architectures
      • Note that Arm64 AKAWindows on Arm devices aren't supported. We've reached to the developer about this incompatibility, and we'll keep you updated with any info provided.
    • Windows Vista, Windows 7, Windows 8/8.1, Windows 10, or Windows 11 PCs
  • Android module:
    • Android 6.0+

The fingerprint authentication may fail to work on some devices, forcing you to troubleshoot by uninstalling the app and removing the stored fingerprints on your phone via the settings before trying again. It may or may not work even after troubleshooting, so keep that in mind. We were unable to get this app working on aOnePlus 12, but your mileage may vary.

How to set up Remote Fingerprint Unlock

Setting up Remote Fingerprint Unlock is fairly simple. All you need to do is download the Android app, install the Windows Fingerprint Credential Module, and go through the setup process in the app. As mentioned earlier, the utility doesn't require an Internet connection, but a local network is still needed. Hence, you have to make sure that your Windows PC and your Android phone are connected to the same Wi-Fi/access point.

  1. Download and install Remote Fingerprint Unlockfrom the Google Play Store. You may have to download the APK from an external source, such as APKMirror, if Play Store doesn't let you download the app for your version of Android.
  2. Download and install the latestWindows Fingerprint Credential modulefor your Windows PC. The file's location has since moved from its original location, but we recommend going through it anyway as there's information that lets you verify the integrity of the file.
  3. When prompted, clickYes to allow the module to automatically create the necessary TCP/UDP rules, so the two modules can communicate.

    If you're using a firewall other than Windows Firewall, you may need to create TCP/UDP rules to allow the modules to communicate.

  4. Lock your PC by pressingWindows + L. You can also use the Start menu.
  5. Open the Android app and go to theScan section using the hamburger menu on the left.
  6. Swipe down to scan for devices and select your laptop.
  7. Tap on the PC you want to set up. You can choose to give it a name and/or send a Wake-on-LAN packet if you have the pro version.
  8. After adding the PC, go to theAccounts section of the app (on your phone).
  9. Tap the three-dot menu next to your PC name and chooseAdd Account. Enter the username and password of the account you want to remotely unlock. For Microsoft accounts, the username is your email address.
    Screenshot of Remote Fingerprint Unlock on Android showing a detected PC
    Screenshot of Remote Fingerprint Unlock on Android showing the option to add an account to a PC
  10. If you have more than one account, you'll need to use the three-dot menu next to that account to make it the default.

Now that the modules are installed, you can try unlocking the PC.

  1. Lock your Windows PC and you should see a new user calledFingerprint Unlock. If it says the module is active, then you are able to proceed.
  2. Open Remote Fingerprint Unlock on your phone and go to theUnlock section (it should go there by default).
  3. Scan your fingerprint.

Your Windows PC will automatically unlock if you follow these steps. We recommend you check out theXDA Forums thread if you have any issues setting it up.

Remote Fingerprint Unlock features

Both free and Pro versions are available

The free version of Remote Fingerprint Unlock supports the following features:

  • Support for remotely unlocking both local and online Microsoft accounts via fingerprint scanner
  • Set up 1 PC with 1 account for remote unlocking
  • Wi-Fi Tethering support

The pro features ($1.99 in-app purchase) include:

  • No advertisements
  • Adding multiple Windows PCs
  • Adding multiple accounts per Windows PC
  • Support Wake-on-LAN

Is it safe to use?

There's no reason to worry

We understand that some of you may be wary of installing a Windows application like this. While we can't guarantee that the app is safe to use since it isn't open source, we do believe that the developer is trustworthy after having run it through various malware analysis tools and asking the developer to address what issues the tools picked up on.

For the sake of clarity, below you can find the conversation between XDA's former Editor-in-Chief Mishaal Rahman and the developer, so you can decide for yourself:

Mishaal:

I ran it throughVirusTotal andHybridAnalysis and they picked up the following results:

  • Ikarus picks it up as "PUA.RVplatform"
  • TrendMicro picks it up as "Suspicious_GEN.F47V0908"
  • Filseclab picks it up as "Adware.CsdiMonetize.AI.twym"

Andrew-X:

So, I did a few changes to the setup files a week ago and I have managed to reduce the number of detections to only 1/63 on VirusTotal, McAfee AV's scanner being the only one that detected my setup as Adware. I have sent an email to them to report the false detection and I still haven't received a response. This is the reason that I haven't contacted you.

Surprisingly, I have scanned the latest release again and it comesclean. They probably updated their scanning engine, or whitelisted my setup but didn't respond back. Either way, I'm glad that it's finally not being falsely reported anymore.

However, the x86 version is still tagged as being malicious by Endgame, as seenhere, even though the same AV does not detect the x64 version as being malicious. I'll see if I can contact them somehow about this.

On Hybrid-Analysis, Filseclab detects it as being Adware.CsdiMonetize.AI.twym, most likely because I still include a Windows Update required for the application to run on Windows versions older than 10. The writing to the remote process "C:\Windows\System32\wusa.exe" refer to the aforementioned updates which are installed using the "wusa.exe" process and "C:\Windows\System32\cscript.exe" refers to the .vbs script that creates the Windows Firewall exceptions for the LogonUI.exe process (the process under which the application runs). The script is taken fromhere.

From the XDA Forums thread, the developer also shared the following information:

I've spent about 40% of the development time making the app as secure as possible. The communication between modules is secured using TLS (SSL). The accounts are stored on your computer as they are required when unlocking. However, they are encrypted using a key that is generated based on your fingerprint. As perthis article, the generated key is backed by a Trusted Execution Environment, which prevents an attacker from gaining access to the key even if he had compromised the kernel. In other words, only the enrolled fingerprints on your phone can access the key. If you do uninstall, reset your app or even if you change one of your registered fingerprints, the file where the accounts are stored is lost forever and you will need to reconfigure your accounts.

Lastly, research has been done to ensure that, even locally, your accounts are as safe as possible. No password is stored in-app and everything is done locally (between the app and the Windows module) and I'm not, in any way, shape or form, sending through the Internet or seeing anything that you type in-app.

read more

As of August 2024, none of the security vendors listed under VirusTotal flags the Windows module of Remote Fingerprint Unlock (version 1.3.0 is the latest version at the time of writing). For enthusiasts, the installer is based on Inno Setup, which means you can easily decompile it usinginnounp or similar and take a sneak peek inside. All in all, we find the developer's explanations to be sufficient.

Alternative option: PC Bio Unlock

Screenshot of PC Bio Unlock on a Windows 11 PC

PC Bio Unlock, which isavailable on GitHub, from Meis Apps is a viable alternative that works similarly. It also relies on an Android app and a helper for your PC, but the big difference is that PC Bio Unlock actually supports Windows on Arm, and there's even a version for Linux. More recently, the developers have even started on macOS support.

Here are the features offered by PC Bio Unlock:

  • Windows
    • Unlock the Windows Login/Lockscreen
    • Unlock UAC prompt
  • Linux
    • sudo unlocking
    • polkit (pkexec) unlocking
    • GNOME, GDM, KDE and SDDM

The Android app is free to use, but you can unlock the following pro features via in-app purchase:

  • Auto Unlock (when phone is in Wi-Fi or Bluetooth range)
  • Wear OS Notification (allows unlocking through a watch)
  • Unlimited devices

The configuration process of PC Bio Unlock is extremely similar to that of Remote Fingerprint Unlock. First, install the desktop companion app and set up the service, then install the Android app and follow the on-screen instructions to pair them. Besides Wi-Fi, it also supports discovering the target PC via Bluetooth. Because all of the files are available on GitHub, you can also audit the files easily to make sure there's nothing sneaky that could be a threat to your security.

PC Bio Unlock icon
PC Bio Unlock

A convenient utility for Windows and Android users

Being able to unlock almost any Windows PC with a fingerprint scanner on your phone is pretty useful, especially if your PC lacks a biometric sensor. Mostmodern laptops do have Windows Hello support, but if you're rocking an older machine or a desktop PC, then this can go a long way. These ingenious solutions are surprisingly easy to set up, and they get the job done better than you might expect. The Android app version that's available to download may have some compatibility issues with your phone depending on its make and model, so keep that in mind.

Follow
Followed
Share
FacebookXWhatsAppThreadsBlueskyLinkedInRedditFlipboardCopy linkEmail
royal-kludge-s98-featured-1
This is the best mechanical keyboard for work and it's discounted for Black Friday
nvidia-geforce-rtx-5060-review-02
These are the best Black Friday GPU deals for 1080p, 1440p, and 4K
Motorola Sound MA1 featured
Save a whopping 61% off the only Google-authorised wireless Android Auto bridge this Black Friday
See More

[8]ページ先頭

©2009-2025 Movatter.jp