系统信息

@echo off
color f2
echo.
title 系统信息
ver
systeminfo|find "BIOS 版本"
systeminfo|find "初始安装日期"
systeminfo|find "物理内存总量"
systeminfo|find "虚拟内存"
systeminfo|find "启动设备"
pause>nul

原文地址:https://www.cnblogs.com/dLong/p/3210819.html