Tagged Questions

1
vote
1answer
73 views

Visual Basic hard disk acceleration sensor

Is there a way to detect the motion sensor in the hard disk with visual basic .net? I know that hard discs has an acceleration sensor to turn the hard disk off when the computer falls from a height. ...
1
vote
7answers
2k views

How can I find the Harddisk Device Serial Number without using the WMI in .NET?

I want to get the hardwired serial number from the hard disk but NOT using WMI. I tried using WMI code, and it doesn't work on my machine for sure. So is there any alternative in .NET for finding the ...