I want a command for the Windows commandline which shows all PCI BUS connected Devices information like , LSPCI command does in LINUX . Can I use WMIC TOOL in XP to get that info . If so please help me in giving a step by step procedure in getting that information .

link|improve this question
DOS tools will not work in XP, you need some native windows command line tools. There is no DOS in Windows NT series. – Jens Erat Nov 1 '11 at 12:25
old question bumped up by community ;p. We quite commonly have people confusing cmd/windows command shell with 'dos'. I'm rather surprised this one didn't get caught. – Journeyman Geek Nov 1 '11 at 12:28
feedback

1 Answer

There is not a command-line method to enumerate PCI devices included with Windows XP. However, you can download the DevCon utility from Microsoft and use it to accomplish this.

The above link lists all the command line options for it, including this one that will list all present PCI devices:

devcon find pci\*
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.