Kbase P21938: What is kill.exe and tlist.exe
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  25/03/2003 |
|
Status: Unverified
GOAL:
What is kill.exe and tlist.exe
GOAL:
Where to find kill.exe & tlist.exe
GOAL:
How to use kill.exe & tlist.exe
GOAL:
Kill.exe
FIX:
In the windows environment, sometimes you can not kill processes from the task manager because of user permissions. Utilities such as Kill.exe and tlist.exe allows you to see the active process running on the server so that the desired process can be terminated without having to reboot the entire system. This is most necessary when the process is hung and a system reboot is not feasible in a production environment.
These executables and more can be found at: http://www.mattkruse.com/utilities/ .
1. Download Kill.exe and tlist.exe.
2. Once you save the file on your system.
3. Unzip and extract both files into a temporary directory
4. Open a command prompt and go to the location of where you've extracted the two files.
5. execute the following command to list all active processes on system:
tlist -t | more kill -f
**Please note that the -t option is important and provides a treelike output to show which process is the parent or child.
6. There are many ways to kill the process depending on the type of kill.exe that is being used. If you choose to use and download the one that is available at the above URL (in this solution), then to kill the process, you will need to perform the following command:
kill -f <PID>