megahyperion Posted October 23, 2004 Posted October 23, 2004 Is there a macro or any way to get the cpu speed, ram size, and video card model? If not can I suggest one when the newest version rolls out.
Helge Posted October 23, 2004 Posted October 23, 2004 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 theregistry-functions in AutoIt.For your question on the ram size, you could start by taking alook in the help-file and I`m pretty sure you would finda function that gives you plenty of information on the computer`s memory..
Wb-FreeKill Posted October 24, 2004 Posted October 24, 2004 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now