Jump to content

Macro to get cpu speed, ram, video card model ?


Recommended Posts

I can´t give you any examples on how to receive the information at tbe moment,

but both the CPU-speed and the GFX-card`s name can be found by using the

registry-functions in AutoIt.

For your question on the ram size, you could start by taking a

look in the help-file and I`m pretty sure you would find

a function that gives you plenty of information on the computer`s memory..

Link to comment
Share on other sites

Ive been making a program that finds:

cpu speed

how many RAM

Computer name

IP adresse

hdd space

and so on...

For CPU speed!

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


RAM

$Ram = MemGetStats()

$Mem = $ram[1] / 1024 + 1
$mem1 = Round($mem, 0)

I cant find out how to show the video card, yet

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...