Select a task to view details on:
Hardware: Device Manager Object Properties You can open the properties dialog of any device attached to your computer
and listed in the Device Manager by calling the devmgr.dll,
using the DeviceProperties_RunDLL function with the /DeviceID and the registry path of the device.
The registry path of the device starts at
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum and is typically the
next three folders down (starting with
ACPI,
Root,
HID, etc.). The target folder will contain the
ClassGUID key.
Example calls:
Rundll32.exe devmgr.dll DeviceProperties_RunDLL /DeviceID
ACPI\PNP0000\4&11876118&0
Rundll32.exe devmgr.dll DeviceProperties_RunDLL /DeviceID Root\VSO_IOCD\0000
Rundll32.exe devmgr.dll DeviceProperties_RunDLL /DeviceID
HID\Vid_046d&Pid_c404\6&1ee4c77f&0&0000
RUNDLL32.EXE devmgr.dll DeviceProperties_RunDLL /DeviceID {Key\Key\Key}
|