Smart Card Reader

(imported topic written by SystemAdmin)

Hey guys,

Need some help identifying if a smart reader is installed and what hardware name it has. i.e. Broadcom

I know the service name is scardsvr.exe so I have relevance to find if that exists on our computers.

q: (service name of it, exists image path of it) of services whose (service name of it as lowercase contains 
"scardsvr") A: SCardSvr, True   q: (service names of it, image paths of it) of services whose (service name of it as lowercase contains 
"scardsvr") A: SCardSvr, %25SystemRoot%25\System32\SCardSvr.exe

But I also need to know the hardware name of the smart card reader. Any advice would be appreciated.

thanks,

Baraq

(imported comment written by NoahSalzman)

I googled for “smartcard broadcom wmi” which lead me to

this page

.

From that I would guess that this WMI query might point you down the right path:

selects “* from Win32_PnPSignedDriver Where DeviceClass = ‘SMARTCARDREADER’” of wmi

On my machine I get results if I leave off the “where” clause… but I don’t have any smart card readers installed so I don’t know if that will actually work.

(imported comment written by SystemAdmin)

That’s perfect.

Here’s what I get.

q: selects 
"* from Win32_PnPSignedDriver Where DeviceClass = 'SMARTCARDREADER'" of wmi A: Caption A: ClassGuid=
{50DD5230-BA8A-11D1-BF5D-0000F805F530
} A: CompatID= A: CreationClassName A: Description=RICOH SmartCard Reader A: DeviceClass=SMARTCARDREADER A: DeviceID=PCMCIA\RICOH-BAY8CONTROLLER-F1B2\1 A: DeviceName=RICOH SmartCard Reader A: DevLoader A: DriverDate=20070309000000.******+*** A: DriverName A: DriverProviderName=RICOH Company, Ltd. A: DriverVersion=1.8.0.1 A: FriendlyName A: HardWareID=PCMCIA\RICOH-Bay8Controller-F1B2 A: InfName=oem27.inf A: InstallDate A: IsSigned=True A: Location A: Manufacturer=RICOH Company, Ltd. A: Name A: PDO=\Device\PcCard0-0 A: Signer=Microsoft Windows Hardware Compatibility Publisher A: Started A: StartMode A: Status A: SystemCreationClassName A: SystemName