Invoking a Device Properties Dialog Box from a Command-line Prompt.
--- a/driver-win.rst Fri Oct 22 17:38:25 2010 +0300
+++ b/driver-win.rst Mon Oct 25 14:12:49 2010 +0300
@@ -181,3 +181,11 @@
Tools for Signing Drivers
http://www.microsoft.com/whdc/driver/install/drvsign/best-practices.mspx
Code-Signing Best Practices
+
+* Invoking a Device Properties Dialog Box from a Command-line Prompt.
+
+You need get device-instance-ID-parameter:
+
+ cmd# rundll32.exe devmgr.dll,DeviceProperties_RunDLL /DeviceID "ACPI\PNP0F03\4&1A8C8C2E&0"
+
+ http://msdn.microsoft.com/en-us/library/ff548170.aspx