-
Notifications
You must be signed in to change notification settings - Fork 0
Remove BioDB
github-actions[bot] edited this page May 22, 2026
·
1 revision
Resets the Windows Biometric Database by stopping the Windows Biometric Service, deleting all .dat files from C:\Windows\System32\WinBioDatabase, and restarting the service. This resolves fingerprint and facial recognition enrollment issues where biometric data has become corrupted or needs to be re-enrolled.
- Stops the Windows Biometric Service (
WbioSrvc) safely - Confirms the service is fully stopped before proceeding
- Removes all
.datbiometric database files - Restarts the service and verifies it's running
- Color-coded status output with error handling at each step
- PowerShell 5.1 or later
- Must be run as Administrator (stops system services and deletes system files)
- Windows 10/11
This script has no parameters.
.\Remove-BioDB.ps1Stops the biometric service, clears all .dat files, and restarts the service.
-
Stops the Windows Biometric Service (
WbioSrvc) - Verifies the service has stopped (exits with error if not)
-
Deletes all
.datfiles inC:\Windows\System32\WinBioDatabase - Restarts the Windows Biometric Service
- Confirms the service is running again
Console output with color-coded status messages:
- Green checkmarks for successful operations
- Yellow warnings if no
.datfiles are found - Red errors if the service fails to stop or start
| Issue | Solution |
|---|---|
Access is denied |
Run PowerShell as Administrator |
| Service won't stop | Check for dependent services; try Stop-Service WbioSrvc -Force manually |
No .dat files found |
Database was already empty β no action needed |
| Service won't restart | Check Event Viewer for errors; verify biometric hardware is connected |
| Fingerprint still not working after reset | Re-enroll fingerprint in Settings > Accounts > Sign-in options |
- Set-WHBRegistry.ps1 β Enables Windows Hello for Business registry keys
- v1.0 (2025-05-21): Initial release β Biometric database reset
- Overview
- Start-LyncCsvExporter
- Get-ComprehensiveLyncReport
- Get-LyncHealthReport
- Get-LyncInfrastructureReport
- Get-LyncServiceStatus
- Get-LyncUserRegistrationReport
- Export-ADLyncTeamsMigrationData
- New-Office365Accounts
- Sync-ContactsFromCsv
- Set-EmailToSharedAccount
- Set-SMTPForward
- Invoke-UserSignOutAndBlock
- Security Assessment Scripts (coming soon)
- Azure Automation (documentation pending)
- Get-GraphToken
- Get-GraphHeaders
- Get-AzureResourcePaging
- Get-EnterpriseAppUsage
- Get-ExchangeErrorsGraph
- Get-PBIWorkspaceUsageReport
- Intune Management (documentation pending)