使用WMI别名获取CPU信息

使用WMI别名获取CPU信息

wmic baseboard list brief /format:hform >MyPC.htm


wmic cpu list full /format:hform >>MyPC.htm


wmic bios list brief /format:hform >>MyPC.htm

输出为myPc.html

猜你喜欢

转载自chenhua-1984.iteye.com/blog/1837292