Find USB connected Credit Card devices (see example HKEY search)
Using this to find UAC status, but would like to use something similar to find all machines with USB credit cards devices connected. Anyone doing that today?
RegistryValueReturn(HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System,EnableLUA,TEXT)
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
anonymous_9363
6 years ago
USB devices aren't enumerated in that way. You'll need to look up the OEM IDs for the different devices and search for those.
I found this, if it helps...