【发布时间】:2019-09-13 00:06:59
【问题描述】:
我如何获得有关硬盘的信息。例如制造商、型号、类型等?也许有人知道任何图书馆。请不要告诉我:“在 Google 中搜索”。忘了提。我需要借助 Python 找出答案。
【问题讨论】:
-
这是序列号,但我想知道有关硬盘的所有信息。
标签: python python-3.x windows
我如何获得有关硬盘的信息。例如制造商、型号、类型等?也许有人知道任何图书馆。请不要告诉我:“在 Google 中搜索”。忘了提。我需要借助 Python 找出答案。
【问题讨论】:
标签: python python-3.x windows
我找到了。它是库 WMI。 Win32_DiskDrive 类。
【讨论】:
FROM Boot up menu , press f12 or f10 while booting you will find it there.
【讨论】: