wmic获取cpu、磁盘、网卡信息序列号

 

wmic cpu get ProcessorId > c:\t.txt && wmic logicaldisk where Caption="C:" get VolumeSerialNumber >> c:\t.txt && wmic nic where 'PhysicalAdapter="TRUE" and NetEnabled="true"' get MACAddress,NetConnectionID >> c:\t.txt

posted on 2022-12-15 18:27  东篱南山  阅读(202)  评论(0编辑  收藏  举报

导航