views:

382

answers:

1

I have several python.exe processes running on my Vista machine and I would like to kill one process thanks to the Windows task manager. What is the best way to find which process to be killed. I've added the 'command line' column on task manager. It can help but not in all cases. is there a better way?

+1  A: 
sunqiang
Although I agree with saying that Process Explorer is a must-have, your specific example does not tell more that the Task Manager.
RaphaelSP
isn't the command line "C:\Python25\python.exe" "D:\python\stack\stack.py" telling us the script name "stack.py" with full path instead of just a bare "python.exe"?
sunqiang
It does indeed, but Task Manager also provides a "command line" column (containing the same information as Process EXplorer's "command line" field.However, Process Explorer's "Find Windows's process" tool could probably be put to good use.
RaphaelSP
@RaphaelSP, thanks for the info. the Task Manager which provides a "command line" column needs windows vista of windows 7?I can't find it on windows xp.
sunqiang
Nice catch: the "command line" column only appears starting from Vista. My bad.
RaphaelSP