generate a list of devices installed in a PC through command line

6,436

Use Device Console devcon findall *

gives output like this


USB\VID_04F3&PID_0103&MI_01\7&361A51D9&0&0001               : USB Input Device
STORAGE\VOLUME\_??_USBSTOR#DISK&VEN_JETFLASH&PROD_TRANSCEND_8GB&REV_1100#78A56NWJSMAL7NX3&0#{53F56307-B6BF-11D0-94F2-00A0C91EFB8B}: Generic volume
PCI\VEN_8086&DEV_0044&SUBSYS_1426103C&REV_02\3&11583659&0&00: Intel(R) processor DRAM Controller - 0044
ACPI\PNP0C32\2                                              : Direct Application Launch Button
USB\VID_0FCE&PID_017E\YT910AXUJ4                            : ST27i
USB\VID_058F&PID_6387\K1IRYQ8W                              : USB Mass Storage Device
USB\VID_03EB&PID_0902\6&3095C40C&0&1                        : Generic USB Hub
STORAGE\VOLUME\{E316F6E1-1DFD-11E2-A36B-1C659D9277A0}#00000000007E0000: Generic volume
ROOT\MS_AGILEVPNMINIPORT\0000                               : WAN Miniport (IKEv2)
ROOT\LEGACY_TUNEUPUTILITIESDRV\0000                         : TuneUpUtilitiesDrv
ROOT\LEGACY_AMWRTDRV\0000                                   : amwrtdrv
.....

For more info go here

For download go here. Make sure you read comments too.

Share:
6,436

Related videos on Youtube

Grey
Author by

Grey

Updated on September 18, 2022

Comments

  • Grey
    Grey over 1 year

    I want to generate a complete list of devices and drivers installed in a PC which includes the serial number or id of the device through the command line driverquery /v /fo csv > drvlist.csv i used this script but the serial or any id which determines a device unique from the other is not included. Is there any script through command line that outputs a list with serial or device id?

  • Grey
    Grey almost 10 years
    Is there any way to have the list using only the command line without using or downloading any third party apps or kit?
  • Ale
    Ale about 5 years
    Would this list devices with no installed drivers?