- Vista SP1 安装Vista SP1后遇到声音问题的解决方案 Windows Vista Service Pack 1最新版本语言包公布
- Vista应用 SQL Server 2005 SP3 正式版下载(英文) Windows 7 x64 Build6936 BT种子下载(3.25G)
- Vista问答 解决Vista下IIS7.0 ASP 无法正常连Access 数据的问题 BrowseNewProcess 引起IE相关的四则故障及解决
- Vista评测 Vista SP1 DirectX 10.1游戏性能测试 Windows Vista SP1新变化全方位解析
- Vista教程 微软部门主管关于云计算和Azure的回答 Windows Vista操作系统下配置JAVA开发环境
在VISTA系统下,除了在使用系统属性里查看内存使用状态,还可以在命令行提示符下使用MEM 查看内存状态。
下面是MEM命令使用参数:
C:\Users\lenovo>mem /?
Displays the amount of used and free memory in your system.
MEM [/PROGRAM | /DEBUG | /CLASSIFY]
/PROGRAM or /P Displays status of programs currently loaded in memory.
中文解释:显示正加载进入内存的程序状态。不能将 /program 开关和 /debug 开关或 /classify 开关一起使用。可以将 /program 缩写为 /p。
/DEBUG or /D Displays status of programs, internal drivers, and other
information.
