我想知道是否有某个命令可以输入cmd来打印系统信息,例如RAM,硬盘存储,操作系统等。我环顾四周但找不到任何东西。如果有,请给我语法和使用它的示例。谢谢!
答案 0 :(得分:2)
Windows Management Instrumentation(WMI)可能对您有用。
E.g。 wmic cpu get Name
打印有关CPU的信息
请参阅:http://www.deepakg.com/blog/2007/08/using-wmic-for-gathering-system-info/,http://blogs.technet.com/b/askperf/archive/2012/02/17/useful-wmic-queries.aspx和https://superuser.com/questions/334641/whats-the-equivalent-command-of-wmic-memlogical-in-windows-7
您也可以使用systeminfo
答案 1 :(得分:0)
start "" /w "C:\Program Files\Common Files\Microsoft Shared\msinfo\msinfo32.exe" /report "%temp%\msinfo.txt" /categories +all & more "%temp%\msinfo.txt"
此外还有一些其他命令。查看每个/?
上的帮助。
nslookup -type=ANY www.smh.com.au
vssadmin list shadowstorage
winsat features -eef -v
SCHTASKS /query /fo:list
whoami
hostname
quser.exe
ipconfig
driverquery.exe /fo list
mrinfo
gpresult.exe
openfiles.exe
netstat
powercfg.exe
QUERY USER /server:myserver
tasklist