R
Ritesh
I am working on creating a single image which could be
deployed on multiple hardware platforms. The important
requirement for this is that drivers get installed
automatically during deployment without any user
intervention depending on the hardware model.
I can detect hardware model using hwinfo32.exe and then
load driver's .inf file path for that particular hardware
in
HKLM\Software\Microsoft\Windows\Currentversion\DevicePath
registry. But my image after rebooting still shows devices
in Other Devices list (i.e drivers uninstalled)
I want windows 2000 to kick start driver loading........
something similar when windows does plug and play
installation of devices. How do I do that ? Can someone
please help ?
deployed on multiple hardware platforms. The important
requirement for this is that drivers get installed
automatically during deployment without any user
intervention depending on the hardware model.
I can detect hardware model using hwinfo32.exe and then
load driver's .inf file path for that particular hardware
in
HKLM\Software\Microsoft\Windows\Currentversion\DevicePath
registry. But my image after rebooting still shows devices
in Other Devices list (i.e drivers uninstalled)
I want windows 2000 to kick start driver loading........
something similar when windows does plug and play
installation of devices. How do I do that ? Can someone
please help ?