Win32_DiskDrive Signature property

后端 未结 4 2001
野的像风
野的像风 2021-02-11 07:30

Does anybody know what is the Signature property of the Win32_DiskDrive WMI class? Is it unique or users can change it like disk volume serial number?

Thanks.

4条回答
  •  温柔的废话
    2021-02-11 08:06

    Two comments that I think are very important for anyone following this path.

    • It can be changed using the diskpart tool
    • It is not reliable to access it via Signature - see Random value for disk Signature

提交回复
热议问题