Click here to Skip to main content
15,888,984 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to get HDD serial and CPU serial ? I tried with C# using System.Management but it works only when we logged in as admin!! is there any way that we can get all these info without admin access
Posted
Updated 1-Aug-11 19:21pm
v3

To best of my knowledge, you need elevated privileges indeed. This information is considered to be too critical to trust it to the users with regular privileges. There is nothing else you can do.

—SA
 
Share this answer
 
For HDD, try this:
http://www.eggheadcafe.com/articles/20021019.asp[^]

For CPU, I don't know...
 
Share this answer
 
Comments
Madhav Hatwalne 2-Aug-11 8:15am    
Thanks but it retrives only Volume information not HDD

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900