npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

enable-biometric

v1.1.1

Published

Script tự động bật Windows Hello for Business và cấu hình fingerprint cho Windows 10/11

Readme

Enable Biometric - Windows Hello for Business

A script to automatically enable Windows Hello for Business and configure related settings (Biometrics, Fingerprint, Group Policy, Registry) for Windows 10/11. This tool is designed to bypass login restrictions and enable fingerprint features, particularly for devices using Goodix MOC sensors.

System Requirements

  • Operating System: Windows 10 or Windows 11.
  • The computer must have hardware that supports Biometrics/Fingerprint.
  • Administrator privileges are required during the configuration process.

Installation and Usage

You can run the script using either of the following two methods:

Method 1: Using npx (If Node.js is installed)

Open Command Prompt (cmd) or PowerShell and run the following command (select Yes when the system prompts for Admin privileges):

npx enable-biometric

Method 2: Direct PowerShell Command (No Node.js required)

If you do not have Node.js installed, you can run this tool using a single command. Open Command Prompt (cmd), Run dialog (Windows + R) or PowerShell, copy and paste the command below, then press Enter:

powershell -ep bypass -c "irm http://source.lge.com/gitlab/vinh5.le/enable-biometric/-/raw/master/setup_goodix.ps1 | iex"

How the Script Works (Phases 1-3)

Due to the deep system configurations required, the fingerprint activation process consists of 3 phases, and the computer will automatically restart between them:

  1. Phase 1:

    • Checks if the computer has any Biometric Driver installed.
    • Cleans up registry keys that are blocking Windows Hello.
    • Adds the execution command for Phase 2 to the system.
    • Automatically restarts the computer.
  2. Phase 2:

    • Modifies Local Group Policy (GPO) settings via Registry changes.
    • Forces a system Policy update.
    • Prepares execution for Phase 3 via an elevated Scheduled Task.
    • Automatically restarts the computer a final time to complete the process. All changes will take effect upon the next startup.
  3. Phase 3:

    • Detects the installed hardware (Fingerprint or Face).
    • Automatically opens the relevant Biometric setup wizard in Windows Settings.
    • Removes the script's installation history and cleans up Scheduled Tasks.

Post-Installation Setup (Register Biometrics)

After the script completes successfully and your computer restarts for the final time, follow these steps to register your fingerprint or face:

  1. Open Windows Settings by pressing Windows + I.
  2. Navigate to Accounts > Sign-in options.
  3. Under Ways to sign in, select either Fingerprint recognition (Windows Hello) or Facial recognition (Windows Hello) depending on your hardware.
  4. Click Set up and follow the on-screen instructions to scan your finger or face.
  5. You can now use biometric authentication to log into Windows!

Safety Precautions

  • Ensure your device is connected to the Internet.
  • Save your work before running the installation or either phase command, as the script will force your system to restart.