Skip navigation

JSI Tip 6490. How do I invoke the device Properties dialog box from the command line?

You can use Device Manager to display the Properties of device.

NOTE: See How can I add a Details tab to the Windows XP Device Manager Properties dialog?

To invoke the device Properties dialog from the command line, see the following examples:

rundll32.exe devmgr.dll DeviceProperties_RunDLL /DeviceID root\system\0000

rundll32.exe devmgr.dll DeviceProperties_RunDLL /DeviceID ACPI_HAL\PNP0C08\0

rundll32.exe devmgr.dll DeviceProperties_RunDLL /DeviceID "PCI\VEN_8086&DEV_2445 &SUBSYS_010E1028&REV_12\3&172E68DD&0&FD"

NOTE: You must use quotes (") to encapsulate a device instance ID that contains an ampersand symbol (&).

NOTE: See Q164787 for additional information on the windows Rundll and Rundll32 Interface.



Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish