Jump to content

Hardware check


 Share

Recommended Posts

Hi!

I'm currently working on a project to check the hardware of pc components.

Like if the processor has no error, no RAM errors, HDDD check, ...

I'f seen many info tools (These are quit good!) But I'm looking for a check function.

Is this possible in AutoIT?

Or how write I them...

Thanks,

YoseMite

Link to comment
Share on other sites

Hi!

I'm currently working on a project to check the hardware of pc components.

Like if the processor has no error, no RAM errors, HDDD check, ...

I'f seen many info tools (These are quit good!) But I'm looking for a check function.

Is this possible in AutoIT?

Or how write I them...

Thanks,

YoseMite

AutoIt is a scripting language. It has no low-level capabilities that don't come from other software (Windows APIs, DLLs, COM interfaces). AutoIt is truly excellent for many things, but I doubt its usefulness for low-level hardware diagnostics.

As for a RAM check, almost every live CD distro of Linux has MEMTEST86 in its boot menu, also The Ultimate Boot CD.

If all you want is access to monitoring that Windows already does, then AutoIt can help. Most of the performance counter and hardware status messages can be accessed via WMI.

:)

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
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...