Forcing Windows to re-scan for drivers

Posted by Martin on Stack Overflow See other posts from Stack Overflow or by Martin
Published on 2010-05-05T00:15:31Z Indexed on 2010/05/05 0:18 UTC
Read the original article Hit count: 296

As part of our software's installation, we install drivers for a required 3rd party hardware component. Currently it's up to the user to manually scan for their hardware's drivers once our installation is completed.

Is there an easy way to get Windows to automatically look for the drivers we installed? If so, how does it work? Do we need to tell the OS for which hardware device we have drivers, or just that we have drivers in a certain location? Or can we just install the drivers to System32 folder and trigger a driver rescan?

© Stack Overflow or respective owner

Related posts about Windows

Related posts about drivers