All drivers support the following OS

  1. Ekey Biometric Usb Devices Driver Download For Windows 10 Windows 10
  2. Ekey Biometric Usb Devices Driver Download For Windows 10 64
  3. Ekey Biometric Usb Devices Driver Download For Windows 10 Free
  4. Ekey Biometric Usb Devices Driver Download For Windows 10 64-bit
  5. Ekey Biometric USB Devices Driver Download For Windows 10

We don't have any change log information yet for version 2.0.1.1 of Biometric Fingerprint Reader. Sometimes publishers take a little while to make this information available, so please check back in a few days to see if it has been updated. SuperOneClick is a free Android device rooting software for Windows and Linux, developed by XDA Developers.SuperOneClick features an easy to use rooting application for most Android handset models.Just download the program, put your phone in USB. The Mantra MFS 100 driver download guide has been especially prepared for users who are looking to download the latest driver package for this mantra MFS 100 fingerprint scanning device. We are sharing mantra MFS 100 driver download links for windows operating systems. Download Mantra MFS 100 driver software for windows to scan fingerprint for Aadhaar related work.

  • Windows 10, 8.1, 8, 7 with Service Pack 1 (SP1)
  • Windows Server 2016, 2012, 2008 R2

Main Drivers

WBF (Windows Biometric Framework) drivers are the main drivers for most applications that use SecuGen fingerprint readers and devices containing SecuGen fingerprint USB sensors.

This installs WBF drivers for the following devices:

  • Hamster IV (HSDU04P, HFDU04)
  • Hamster Plus (HSDU03P, HSDU03M, HFDU03FR/FRS)
  • Hamster Pro 10 (HU10)
  • Hamster Pro 20 (HU20, HU20-A, HU20-AP)
  • Hamster Pro Duo CL (XU20CL)
  • Hamster Pro Duo SC/PIV (XU20SCA, XU20SCI, XU20SCP, XU20ASCA)
  • ID-USB SC (XSDU03PSC, XSDU03MSC)
  • ID-USB SC/PIV (XSDU04PSC, XFDU04SC)
  • OptiMouse Plus (MSDU03P, MSDU03M, MFDU03FR/FRS)
  • USB Sensors (FDU03FR/FRS, FDU04, SDU03M, SDU03P, SDU04P, U10, U20, U20-A, U20-AP, U20-ASF-U)

This supplies the WBF drivers for manual installation of the following devices:

  • All of the devices listed above
  • Hamster Pro (HUPx)
  • USB Sensor (UPx)

Legacy Drivers

Some third party software that support SecuGen devices might require “Legacy” drivers instead of the main (WBF) drivers.

Ekey Biometric Usb Devices Driver Download For Windows 10 Windows 10

This installs legacy drivers for the following devices:

  • Hamster IV (HSDU04P, HFDU04)
  • Hamster Plus (HSDU03P, HSDU03M, HFDU03FR/FRS)
  • Hamster Pro 10 (HU10)
  • Hamster Pro 20 (HU20, HU20-A, HU20-AP)
  • Hamster Pro Duo CL (XU20CL)
  • Hamster Pro Duo SC/PIV (XU20SCA, XU20SCI, XU20SCP, XU20ASCA)
  • ID-USB SC (XSDU03PSC, XSDU03MSC)
  • ID-USB SC/PIV (XSDU04PSC, XFDU04SC)
  • OptiMouse Plus (MSDU03P, MSDU03M, MFDU03FR/FRS)
  • USB Sensors (FDU03FR/FRS, FDU04, SDU03M, SDU03P, SDU04P, U10, U20, U20-A, U20-AP, U20-ASF-U)
Ekey Biometric USB Devices Driver Download For Windows 10

Individual legacy driver for manual installation of devices based on:

  • UPx sensors (e.g. Hamster Pro, HUPx)

Individual legacy driver for manual installation of devices based on:

  • U10 sensors

Individual legacy driver for manual installation of devices based on:

  • U20 sensors

Ekey Biometric Usb Devices Driver Download For Windows 10 64

Individual legacy drivers for manual installation of devices based on:

  • U20-A sensors
  • U20-AP sensors
  • U20-ASF-U sensors

Individual legacy drivers for manual installation of devices based on:

  • FDU02 sensors
  • FDU03 / SDU03 sensors
  • FDU04 / SDU04 sensors

Other Downloads

SecuGen Fingerprint Management Application
(64-bit) (32-bit)

For Windows 7 only: Install this after installing the WBF driver. The FMA is used to enroll and manage fingerprints within Windows Biometric Framework applications on Windows 7 only. (FMA is not needed for later versions of Windows because the enroll and manage functions are natively included in those versions of Windows.)

For U20 and U10 type of devices only: Use this tool to configure the Fake Finger Rejection threshold and enable logging of events for devices based on the following sensors: U10, U20, U20-A, U20-AP

-->

Vendors can provide an INF file to install a WBDI driver.

Ekey Biometric Usb Devices Driver Download For Windows 10 Free

The following is a list of guidelines for biometric device installation. The code examples in this topic are taken from the WudfBioUsbSample.inx file of the WudfBioUsbSample:

  • WBDI drivers should specify a class of 'Biometric.' Set ClassGuid equal to the value that corresponds to GUID_DEVCLASS_BIOMETRIC in Devguid.h:

  • In your .HW section, provide AddReg directives to specify three sections that contain entries to be added to the registry:

  • Provide the named sections referred to in the .HW section. The [Biometric_Device_AddReg] section sets values for the biometric device, including the exclusive flag and system wake/device idle. To be recognized by Windows Biometric Framework, UMDF-based WBDI drivers must set the 'Exclusive' value to 1. The first two lines of the [Biometric_Device_AddReg] section specify access control list (ACL) rights so that the device can only be opened by an administrator or the local system account. When you specify these ACL rights, third-party applications cannot open the device and capture fingerprint data when the WinBio service is not running. For example:

    A WBDI driver that exposes functionality to a legacy (non-WBDI) biometric stack should set the Exclusive value to zero. If this value is set to zero, the Windows Biometric Framework does not attempt to control the device and the device is not exposed through WBF.

    Vendors can have a single driver binary that can work with legacy stacks and WBF, but the two cannot operate simultaneously. WBF will only operate if the device can be opened with exclusive access.

  • The second named section contains registry values for the plug-in adapters. The sample uses the Microsoft-provided sensor adapter and storage adapter. This section also enables Windows log-in support by setting the SystemSensor value:

  • Finally, the third section sets the following registry values for the database service. The identifying GUID must be unique for each vendor database of a certain format. For instance, in this code example from the sample, change 6E9D4C5A-55B4-4c52-90B7-DDDC75CA4D50 to your own unique GUID in your INF file.

  • To differentiate WBDI and legacy drivers, vendors must set a Feature Score for the driver in the INX file. Feature Score is not set in the WudfBioUsbSample sample. For more information about setting a Feature Score, see Ranking a Biometric Driver on Windows Update.

Ekey Biometric Usb Devices Driver Download For Windows 10 64-bit

For information about INX files and how they differ from INF files, see Using INX Files to Create INF Files.

Ekey Biometric USB Devices Driver Download For Windows 10

In order to replace a WBDI driver with a legacy driver, use the following procedure:

  1. Close all currently active WBF applications.

  2. Uninstall the WBDI driver.

  3. Stop the WBF service, restart it, and then stop it again.

  4. Install the legacy driver.