|
that is the PCI and AGP bus sniffer and report generator, it's a "command line" tool.. reason that the window close when you run it because it need to be ran under CMD shell,
if you want the tool to generate a report, at the prompt type in this below line and hit enter key.
pci32 -b >businfo.txt
the report will be saved in the program installed folder..
---
under win XP you can get a full report of your system information..
go to Start ->Run and type in one of the command line below and hit enter key,
a file called 'sysinfo.txt' will be saved in your C:,
you should be able to see your video card info in the saved file under the section [Display]
winmsd -report c:\sysinfo.txt
-Or-
"%CommonProgramFiles%\Microsoft Shared\MSInfo\msinfo32.exe" /report C:\sysinfo.txt
|