To get information of cpu and memory in windows os
更新:HHH   时间:2023-1-7


Open an elevated command prompt using following method:

Click Start and click All Programs, click Accessories, then right-click Command Prompt, select Run as Administrator, click "Yes".


In Command Prompt windows, input "wmic" and press enter.

Input "cpu get *" to get cpu information.


Input "memorychip" to get memory information.


: )

返回系统运维教程...