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