ATKey.Card NFC Minidriver — Standard User Deployment via AD GPO

By default, updating to the ATKey Smart Card Minidriver through Device Manager requires an administrator password on every machine — which doesn't scale across an organization.
This guide sets up Group Policy so standard (non-admin) users can install the driver and use fingerprint verification automatically, with a one-time setup by IT.

Prerequisites

  • Administrator access to Active Directory and the Group Policy Management Console (GPMC).

  • Target computers grouped into a dedicated Active Directory Organizational Unit (OU), so the policy can be scoped to just those machines.

Step 1: Prepare the Minidriver and Folder Path

  1. Download the ATKey Smart Card Minidriver and extract it.

  2. Create a folder on a server reachable by target computers, e.g. C:\minitest, and grant the permissions = Everyone: Read.

  3. Copy the extracted package into it and note the network path, e.g. \\<YourServer>\minitest.

  4. Open “atkmd.inf” (setup information of minidriver, you can found it in extracted folder) and get the ClassGuid: {990A2BD7-E738-46c7-B26F-1CF8FB9F1391}

Step 2: Create an OU (Organizational Unit)

  1. In Active Directory Users and Computers, create a new Organizational Unit (OU) to scope this policy.

  2. Move the target computers into this OU or choose the existing OU list.

Step 3: Edit GPO: Configure the DevicePath Registry Setting

  1. Run gpmc.msc → right-click the OU created in step 2 → Create a GPO in this domain, and Link it here.

  2. Right click the GPO to “Edit” → Select “Computer Configuration” → Preferences → Windows Settings → Registry → right-click → New Registry Item.

  3. Set the path to: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion

  4. Find DevicePath and append the shared folder path: %SystemRoot%\inf;\\<YourServer>\minitest

—————————————————————————————————————————————————

Step 4: Whitelist the Driver Class (Exempts Admin Requirement)

  1. Right click the GPO to “Edit” → Select “Computer Configuration → Policies → Add a Administrative Templates → System → Driver Installation

  2. Open Allow non-administrators to install drivers for these device setup classesEnabledpaste the “ClassGuid” from Step 1.

Step 5: Standard user Side: Sign In as Standard User and apply the rules

  1. Run cmd “gpupdate/force” , to apply the new policy.

  2. Restart the computer

  3. Reconnect the reader and insert the card — the driver updates automatically (a second tap may be needed).



NOTES:

  1. Do not update the driver manually through Device Manager — this will be blocked by UAC

  2. Make sure the PC is in the OU → force update the policy → reboot → re-connect reader/630 (a second tap may be needed)

—————————————————————————————————————————————————

—————————————————————————————————————————————————

—————————————————————————————————————————————————