本文介绍了检索HDD ATA属性的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要获得硬盘驱动器ATA属性,例如:

- 接口类型(SATA-II)(重要的)

- 转速(RPM) )

- 外形因素

- 等等。




我尝试使用WMI

   Win32_DiskDrive类 

,但遗憾的是它没有提供所需的信息。



请解释一下,我应该使用哪些函数来获取这些信息?

解决方案

I need to get hard disk drive ATA properties such as:
- interface type (SATA-II) (importantly)
- rotation speed (RPM)
- form-factor
- etc.


I try to use WMI with

"Win32_DiskDrive class"

, but unfortunately it does not provide required information.

Please explain me, what functions I should use to get this information?

解决方案


这篇关于检索HDD ATA属性的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-20 07:17