windows-driver.rst
changeset 2490 cf18fc475250
parent 2230 9e6ad6607a9e
equal deleted inserted replaced
2489:072c3ec3837c 2490:cf18fc475250
   275 http://msdn.microsoft.com/en-us/library/ff552958.aspx
   275 http://msdn.microsoft.com/en-us/library/ff552958.aspx
   276   Tools for Signing Drivers
   276   Tools for Signing Drivers
   277 http://www.microsoft.com/download/en/details.aspx?id=16770
   277 http://www.microsoft.com/download/en/details.aspx?id=16770
   278   Admin Tools Pack
   278   Admin Tools Pack
   279 
   279 
   280 Invoking a Device Properties Dialog Box from a Command-line Prompt.
   280 Invoking a Device Properties Dialog Box from a Command-line Prompt
   281 ===================================================================
   281 ==================================================================
   282 
   282 
   283 You need get device-instance-ID-parameter::
   283 You need get device-instance-ID-parameter::
   284 
   284 
   285   cmd# rundll32.exe devmgr.dll,DeviceProperties_RunDLL /DeviceID "ACPI\PNP0F03\4&1A8C8C2E&0"
   285   rundll32.exe devmgr.dll,DeviceProperties_RunDLL /DeviceID "ACPI\PNP0F03\4&1A8C8C2E&0"
   286 
   286 
   287 * http://msdn.microsoft.com/en-us/library/ff548170.aspx
   287 https://docs.microsoft.com/en-us/windows-hardware/drivers/install/invoking-a-device-properties-dialog-box-from-a-command-line-prompt
   288 
   288   Invoking a Device Properties Dialog Box from a Command-line Prompt.
   289 Driver Selection Process.
   289 http://msdn.microsoft.com/en-us/library/ff548170.aspx
   290 =========================
   290   Old URL for previous link.
       
   291 
       
   292 Driver Selection Process
       
   293 ========================
   291 
   294 
   292 Windows uses the following criteria to select a driver for a device:
   295 Windows uses the following criteria to select a driver for a device:
   293 
   296 
   294 * Windows selects the driver that has the lowest rank value as the best match for the device.
   297 * Windows selects the driver that has the lowest rank value as the best match for the device.
   295 * For drivers that have equal rank, Windows selects the driver that has the most recent date.
   298 * For drivers that have equal rank, Windows selects the driver that has the most recent date.