driver-win.rst
changeset 623 fd703dc282b7
parent 620 2ddec78833f4
child 624 76016e0c69f9
equal deleted inserted replaced
620:2ddec78833f4 623:fd703dc282b7
   179 
   179 
   180   http://msdn.microsoft.com/en-us/library/ff552958.aspx
   180   http://msdn.microsoft.com/en-us/library/ff552958.aspx
   181                 Tools for Signing Drivers
   181                 Tools for Signing Drivers
   182   http://www.microsoft.com/whdc/driver/install/drvsign/best-practices.mspx
   182   http://www.microsoft.com/whdc/driver/install/drvsign/best-practices.mspx
   183                 Code-Signing Best Practices
   183                 Code-Signing Best Practices
       
   184 
       
   185 * Invoking a Device Properties Dialog Box from a Command-line Prompt.
       
   186 
       
   187 You need get device-instance-ID-parameter:
       
   188 
       
   189   cmd# rundll32.exe devmgr.dll,DeviceProperties_RunDLL /DeviceID "ACPI\PNP0F03\4&1A8C8C2E&0"
       
   190 
       
   191   http://msdn.microsoft.com/en-us/library/ff548170.aspx