Wednesday, November 26, 2014

Some Useful Commands in DOS for Windows Administrators


C:\>tasklist |sort /r /+58

The tasklist command list all running process and services on the system. Adding the |sort /r /+58 sorts or arranged the output according from highest memory usage on the top down to the lowest below. This works on Windows 7 and might also work on other version of Windows.

tasklist










This page will be my personal reference for DOS Commands. I will update and put other commands here from time to time.