How to prevent Found New Hardware Wizard in C#
am 23.01.2008 02:04:05 von MennoCurrently I'm developing a program in C# to install an USB device drivers.
During the execution of this program the USB device must be connected to the
PC by the user. When the device is connected the Found New Hardware Wizard
pop's up. In need to prevent this, because my application will install the
proper drivers. Does anyone know how I can do this?