Breeze simplifies the Windows Hello experience by eliminating the need to manually click 'OK' after successful face recognition. It operates seamlessly as a Windows Service, monitoring credential dialogs and providing auto-confirmation with no extra steps required. Just set it up and enjoy a frictionless login.
Breeze is a utility designed to streamline the user experience while utilizing Windows Hello face recognition by eliminating the need for manual confirmation on credential dialogs. After Windows Hello successfully recognizes a user's face, Breeze automatically confirms the dialog, thereby reducing the number of unnecessary clicks and enhancing overall efficiency.
Once installed, Breeze functions as follows:
Windows Hello recognizes your face
↓
Credential dialog appears with "OK" button
↓
Breeze detects it via UI Automation API
↓
Confirms automatically (only for face recognition, not PIN)
↓
You're in. Zero clicks.
Breeze includes a series of commands for installation and management:
breeze-wh install — Installs and starts the service.breeze-wh uninstall — Stops and unregisters the service.breeze-wh start — Initiates the service.breeze-wh stop — Halts the service.breeze-wh status — Displays the current state of the service.breeze-wh upgrade — Updates to the latest version.breeze-wh --version — Shows the currently installed version.All commands requiring administrative rights are automatically escalated via User Account Control (UAC), simplifying the process for users.
Breeze configuration can be tailored via the config file located at C:\ProgramData\Breeze-WH\config.toml, which allows for adjusting settings such as enabling/disabling the service, logging levels, and debounce times for focus detection.
For optimal performance, Breeze requires:
Breeze enhances security and user convenience by seamlessly integrating with Windows Hello, delivering a hands-free experience during login processes.
No comments yet.
Sign in to be the first to comment.