Jump to content

How to find witch video card!


Recommended Posts

Ive been making a program that finds the specs of the computer, cpu speed, RAM, hdd space and so on... but i would like to find witch video card is inserted too.

Were do i find that, maybe in the regedit like i did with the cpu speed?

$cpu = RegRead("HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System\CentralProcessor\0", "~MHz")

If you know were to find it, plz help me...thx

Link to comment
Share on other sites

This is indeed reinvent the wheel. Windows have msinfo32 and many audit programs exist...

But for you question, the answer is:

Start a console, start debug

a single dash '-' will appear, write exatly

d c000:0010

a press enter, if the video card model does not appear write 'd' again and press enter until it appears. After write:

q

to leave.

Edited by ezzetabi
Link to comment
Share on other sites

You mean that you want to see the model card name on a system where drivers are already installed? Oh dear.

Try checking here

HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Class\{4D36E968-E325-11CE-BFC1-08002BE10318}\0000

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...