Jump to content

[SOLVED] Computer hardware information with C#


Recommended Posts

Is it possible to get hardware information like Motherboard manufacturer, model, CPU model and speed, RAM installed, model, etc.  I'm looking to make a program for users of my site so all they'll have to do is run the program, then login through the program using their credentials from the website itself and all the hardware specs of their computer will be saved to the database, so people can compare computers...just as a fun "can I do it" project.

 

So anyone know a way to get access to this sort of information?

Link to comment
Share on other sites

That's odd, it says that I need to add "using System.Management;" to the beginning (which I did) then create a ManagementObjectSearcher.  Well, I get an error:

 

The type or namespace name 'ManagementObjectSearcher' could not be found (are you missing a using directive or an assembly reference?)

 

Why would this work in the actual compiled program and not when I'm trying to modify it for my own use...

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.