Invoking a Device Properties Dialog Box from a Command-line Prompt.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 25 Oct 2010 14:12:49 +0300
changeset 623 fd703dc282b7
parent 620 2ddec78833f4
child 624 76016e0c69f9
Invoking a Device Properties Dialog Box from a Command-line Prompt.
driver-win.rst
--- 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