driver-win.rst
changeset 624 76016e0c69f9
parent 623 fd703dc282b7
child 628 0af4870462ea
equal deleted inserted replaced
623:fd703dc282b7 624:76016e0c69f9
   187 You need get device-instance-ID-parameter:
   187 You need get device-instance-ID-parameter:
   188 
   188 
   189   cmd# rundll32.exe devmgr.dll,DeviceProperties_RunDLL /DeviceID "ACPI\PNP0F03\4&1A8C8C2E&0"
   189   cmd# rundll32.exe devmgr.dll,DeviceProperties_RunDLL /DeviceID "ACPI\PNP0F03\4&1A8C8C2E&0"
   190 
   190 
   191   http://msdn.microsoft.com/en-us/library/ff548170.aspx
   191   http://msdn.microsoft.com/en-us/library/ff548170.aspx
       
   192 
       
   193 * Driver Selection Process.
       
   194 
       
   195 Windows uses the following criteria to select a driver for a device:
       
   196 
       
   197  * Windows selects the driver that has the lowest rank value as the best match for the device.
       
   198  * For drivers that have equal rank, Windows selects the driver that has the most recent date.
       
   199  * For the drivers that have equal rank and date, Windows selects the driver that has the highest version.
       
   200  * Windows XP SP1 and later: For drivers that have equal rank, date, and version, Windows can select any driver.
       
   201  * Windows XP and Windows 2000: For drivers that have equal rank, date, and version, Windows can select any driver.
       
   202 
       
   203   http://msdn.microsoft.com/en-us/library/ff549553.aspx