|
|
Command / CMD Process Explorer for Windows
Ever run into a situation where your task manager is no longer functional due to a virus / trojan. This tool is a command line version of the task manager which allows you to see processes and kill them. I came along this handy little tool under this exact same circumstance.
- To view the process tree
X:\Documents and Settings\admin\Desktop\tools>Process.exe
Command Line Process Viewer/Killer/Suspender for Windows NT/2000/XP V2.03
Copyright(C) 2002-2003 Craig.Peacock@beyondlogic.org
ImageName PID Threads Priority CPU Owner
Idle 0 1 0 96 Error 0x6 : The handle is invalid.
System 4 62 8 1 Error 0x5 : Access is denied.
smss.exe 804 3 11 0 NT AUTHORITY\SYSTEM
csrss.exe 884 14 13 0 NT AUTHORITY\SYSTEM
winlogon.exe 920 21 13 0 NT AUTHORITY\SYSTEM
services.exe 964 17 9 0 NT AUTHORITY\SYSTEM
lsass.exe 976 21 9 0 NT AUTHORITY\SYSTEM
ati2evxx.exe 1128 5 8 0 NT AUTHORITY\SYSTEM
svchost.exe 1144 18 8 0 NT AUTHORITY\SYSTEM
svchost.exe 1392 67 8 0 NT AUTHORITY\SYSTEM
firefox.exe 2748 29 8 0 WARP0\admin
notepad.exe 1852 1 8 0 WARP0\admin
- To kill a specific process, use the "-k" option and process id
X:\Documents and Settings\admin\Desktop\tools>Process.exe -k 1852
Command Line Process Viewer/Killer/Suspender for Windows NT/2000/XP V2.03
Copyright(C) 2002-2003 Craig.Peacock@beyondlogic.org
Killing PID 1852 'notepad.exe'
- Credits: Beyond Logic
- To download this program go .
- To see the full instruction set and use of the program go .
|
|
|