2014-08-12

CPU and system info on Windows

Just few examples of wmic utility to get CPU and system info
wmic cpu get /format:list
or
wmic cpu list full /format:list

to get some particular field
wmic cpu get deviceid,SocketDesignation

system info
wmic COMPUTERSYSTEM list full /format:list
wmic COMPUTERSYSTEM get name,model,NumberOfProcessors /format:list

help
wmic /?
wmic cpu /?
etc.

systeminfo
use /S to connect to remote host

No comments:

Post a Comment