wmic获取cpu、磁盘、网卡信息序列号
摘要:wmic cpu get ProcessorId > c:\t.txt && wmic logicaldisk where Caption="C:" get VolumeSerialNumber >> c:\t.txt && wmic nic where 'PhysicalAdapter="TRUE
阅读全文
posted @ 2022-12-15 18:27