ff72635z 当前离线
列兵
shuzx 当前离线
TOP
find 当前离线
少将
powerbat 当前离线
大校
wmic diskdrive get * /value复制代码
Dim cmicWmi As New System.Management.ManagementObjectSearcher("SELECT * FROM Win32_DiskDrive") Dim Uint32 As UInt32 For Each cmicWmiObj As ManagementObject In cmicWmi.Get Uint32 = cmicWmiObj("signature") Next TextBox1.Text = Uint32.ToString复制代码
wmic diskdrive get Caption,SerialNumber wmic logicaldisk get Caption,VolumeSerialNumber复制代码
ivor 当前离线
上校