oblitum / Interception

The Interception API aims to build a portable programming interface that allows one to intercept and control a range of input devices.
http://oblita.com/interception
1.37k stars 267 forks source link

How to tell if Interception Driver is installed #38

Closed aegonzalez closed 7 years ago

aegonzalez commented 7 years ago

Hi, Is there a registry entry or other means besides using the devicetree tool to determine if the interception driver is installed? thanks.

oblitum commented 7 years ago

Hi. The DeviceTree tool is one good tool to check drivers that are actually loaded by the system, another tool is the driverquery Windows command.

About the drivers, you may check the registry entries and/or driver files path, they can be checked from installer sources. If you wish me to point which parts of the sources have that or ask any driver/installer source related information, please use the private repository issue tracker instead of this one, since this one regards the library solely.