⚠️ You probably do NOT want to use this for anything security-critical ⚠️
I am not responsible for anyone bypassing the login on a system you install this to!
This utility allows to authenticate in WSL using Windows Hello
- Download
WindowsHelloAuthenticator.exefrom the Releases page or the Actions tab - Save the file to
/usr/local/bin/WindowsHelloAuthenticator.exein your WSL distro. - Ensure that the file is owned by
root:rootand has0755permissions - Copy
pam_configfrom this repo to/usr/share/pam-configs/windows-hello - Run
sudo pam-auth-update --package --enable windows-hello
If your distro does not have pam-auth-update, you'll need to update the files in /etc/pam.d/ manually