Download Card Readers drivers for Windows, firmware, bios, tools, utilities. The script identifies the driver.inf file name and uses PnPUtil.exe to delete the driver. The script can delete the driver even if a smart card or smart card device isn't connected to the computer. To create and use such a script, follow these steps: Create a batch file that contains the following command sequence: @echo off for /r%windir.
-->This article describes how to resolve a problem where users can't sign in to Windows until the incorrect driver is removed.
Applies to: Windows 10, version 2004, Windows 10, version 1909, Windows 10, version 1903
Original KB number: 4563240
Summary
If you use a Personal Identity Verification (PIV) smart card or any multifunction device that uses PIV smart cards that rely on the Windows Inbox Smart Card Minidriver, you may have received an incorrect driver update. When you try to use a smart card to authenticate to Windows, you might receive error messages such as 'This smart card cannot be used' or 'The operation requires a different smart card.'
The incorrect update contains the 'FEITIAN - SmartCard - 1.0.0.3' provider app that installs the Feitian xPass Smart Card driver. This is a legitimate, signed update that was published by a verified partner. However, it was inadvertently targeted to a broader set of devices than it was originally intended for.
Saicoo Drivers free download - CopyTrans Drivers Installer, Adaptec ASPI Drivers, My Drivers, and many more programs.
The driver has been pulled from the Windows Update publishing system. To mitigate any adverse effects, any user who received the update has to manually roll back to the Windows inbox driver. For more information, see the 'Resolution' section.
Symptoms
Saicoo Card Reader Driver Rt5161/5169
What you get: saicoo CAC USB smart card Reader, CD driver, 18-month and lifetime technical support. Sale Bestseller No. 2 Identiv SCR3310v2.0 USB Smart Card Reader. FULLY COMPLIANT - Complies with all major industry standards, including ISO/IEC 7816, USB CCID, PC/SC, and Microsoft WHQL. As well as, EMV 2011 Ver 4.3 Level 1 and GSA FIPS 201. What you get: saicoo CAC USB smart card Reader, CD driver, 18-month and lifetime technical support. New & Used (7) from $9.74 FREE Shipping on orders over $25.00 shipped by Amazon. Frequently bought together.
You observe one or more of the following symptoms:
Saicoo Driver Windows 10
- You try to sign in to Windows by using a PIV smart card or a device (such as a YubiKey) that supports PIV smart cards and relies on the Windows Inbox Smart Card Minidriver. However, you can't sign in.
- You try to sign in to Windows by using a non-Feitian-branded PIV smart card device. However, you can't sign in. If the device supports Fast Identity Online (FIDO) capabilities, such as U2F or FIDO2, those capabilities continue to work.
- The invalid xPass Smart Card driver doesn't correctly interface with other non-Feitian devices that rely on the inbox driver. This generates error messages such as 'This smart card cannot be used.'
The following example shows the results of the certutil -scinfo command that runs on an affected computer. The certificates were generated as part of a Microsoft AD CS enrollment. However, they're no longer able to interface with the YubiKey PIV device after the xPass Smart Card driver is installed.
Cause
The Feitian xPass Smart Card driver version 1.0.0.3 specifies SCFILTERCID_2777BE07-6993-4513-BD80-C184FCB0AB2D as a compatible identifier in the .inf file of its driver package. However, the Windows inbox smart card minidriver for PIV smart cards (Identity Device (NIST SP 800-73 [PIV])) uses the same compatible identifier. If you connect a non-Feitian device that uses the inbox driver to your computer, Windows recognizes the Feitian driver as compatible. Windows downloads, installs, and loads the Feitian driver.
For more information about how Windows selects drivers for a device, see Overview of the Driver Selection Process and How Windows selects a driver for a device.
Resolution
If the Feitian xPass Smart Card driver has been installed on your computer, you have to remove it to revert to the inbox Identity Device (NIST SP 800-73 [PIV]) driver. After you remove the xPass Smart Card driver, Windows automatically loads the inbox driver for the device.
To do this, you can manually delete the driver, or create and run a script to delete it.
Determine whether your computer is affected
In Settings, select Updates & Security > View update history. You should be able to identify the driver update in the list.
Manually delete the driver
To manually remove the driver, follow these steps:
Connect the smart card device to the computer.
Start Device Manager. You can start Device Manager from Control Panel, or by pressing Windows + R, and then entering devmgmt.msc.
Select Smart cards, right-click xPass Smart Card, and then select Uninstall device.
When you're prompted, select Delete the driver software for this device, and then select Uninstall.
Create a script to delete the driver
To automate the driver removal, create a script that can run in a batch file. The script identifies the driver .inf file name and uses PnPUtil.exe to delete the driver. The script can delete the driver even if a smart card or smart card device isn't connected to the computer. To create and use such a script, follow these steps:
Create a batch file that contains the following command sequence:
On the affected computer, run the batch file in an administrative Command Prompt window.
More information
If you've followed the steps in the 'Resolution' section but you need additional help, go to the Microsoft Support website.