问题描述:
在VISTA系统下,除了在使用系统属性里查看内存使用状态,还可以在命令行提示符下使用MEM查看内存状态。
解决方案:
下面是MEM命令使用参数:
C:\\Users\\lenovo>mem /?
Displays the amount of used and free memory in your system.
MEM [/PROGRAM | /DEBUG | /CLASSIFY]
/PROGRAM/P Displays status of programs currently loaded in memory.
中文解释:显示正加载进入内存的程序状态。不能将 /program 开关和 /debug 开关或 /classify 开关一起使用。可以将 /program 缩写为 /p。
/DEBUG/D Displays status of programs, internal drivers, and other
information.
中文解释:显示当前加载程序和内部驱动程序的状态,并显示其他的编程信息。不能将 /debug 开关和 /program 开关或 /classify 开关一起使用。可以将 /debug 缩写为 /d。
/CLASSIFY/C Classifies programs by memory usage. Lists the size of
programs, provides a summary of memory in use, and lists
largest memory block available.
中文解释:显示加载到常规内存和高端内存区的程序状态。该开关项以十进制和十六进制标记列出了每个程序的大小,并且提供了内存使用摘要,并列出了可用的最大内存块。不能将 /classify 开关和 /program 开关或 /debug 开关一起使用。可以将 /classify 缩写为 /c。
注意:此命令不需要管理员权限就能运行。
适用范围
windows vista home Premium