运行tasklist.exe
以检查远程系统上正在运行的进程。我有时会收到虚假错误(如下所列)。
命令:
tasklist.exe /nh /s \\RemotePcName /fi "memusage gt 200000"
ERROR:
Description = The paging file is too small for this operation to complete.
ERROR: The remote system must be running Windows 2000 or above.
当我手动检查有问题的远程系统时,它列出内存使用率为 17% (2.8/15.8GB),而它实际上运行的是 Windows 10!
这里可能发生什么事?