Asked By
JimitPathak
0 points
N/A
Posted on - 09/18/2011
Can anybody tell me the Windows command (the one used in the Windows CMD tool) that shows the processes currently used both for the C and D drive?
PS: The Windows XP task manager does not show this information.
Thanks,
Jimit
Answered By
Kelvink
0 points
N/A
#124604
Display The Processes used both by C and D drive.
use tasklist command in cmd
it will show you current processes running on your computer
if we.. consider about …the tasklist.exe and its command. you can use… it as follows. just try to use them as you want
tasklist command parameters
/s Computer.. : Specifies the name or IP address. of a remote. computer (do not use backslashes). The default is the local computer.
/u DomainUser ..: Runs the.. command .with the. account .permissions of the user specified by User or DomainUser. The default is the permissions of the current logged on user on the computer issuing.. the command.
/p Password :.. Specifies the password of the user .account that is. specified in the /u parameter.
/fo ..{TABLE|LIST|CSV} :.. Specifies the format to. use for the output. Valid values are TABLE, LIST, ..and CSV. The default format for output is TABLE.
/nh :.. Suppresses column headers in the output. Valid. when the /for parameter is.v set to TABLE or CSV.
/fi FilterName : Specifies the types of process(and processes).. to include in or exclude from the query. The following table lists valid filter.. names, operators, and values.
Hope my answer will help you