Any way to kill a program

t3hmuffinman

Senior member
Sep 10, 2004
536
0
0
so... having some problems with programs, and I was wondering if there was another way to shutdown a program without task manager... i've been having to restart every time :(
 

timswim78

Diamond Member
Jan 1, 2003
4,330
1
81
I used to ude a freeware utility called enditall. It worked well under Win98, but I have not tried it under Win XP or 2k. Also, I find that it works better to kill the process rather than the application with the task manager.
 

FungusFeet

Senior member
Aug 11, 2003
322
0
0
Originally posted by: timswim78
I used to ude a freeware utility called enditall. It worked well under Win98, but I have not tried it under Win XP or 2k. Also, I find that it works better to kill the process rather than the application with the task manager.
I also used EnditAll when it was freeware, which it isn't now :(.
 

statik213

Golden Member
Oct 31, 2004
1,654
0
0
Win2k/Xp/2003?
Then:
do Start->Run
Type:

tskill process

where process is the name of the process you want terminated.
You can also use wildcards for the process name.
e.g.
tskill explor*
should kill explorer and any other process begining w/ explor.


Here's the full syntax:


TSKILL processid | processname [/SERVER:servername] [/ID:sessionid | /A] [/V]

processid Process ID for the process to be terminated.
processname Process name to be terminated.
/SERVER:servername Server containing processID (default is current).
/ID or /A must be specified when using processname
and /SERVER
/ID:sessionid End process running under the specified session.
/A End process running under ALL sessions.
/V Display information about actions being performed.


 

timswim78

Diamond Member
Jan 1, 2003
4,330
1
81
Originally posted by: FungusFeet
Originally posted by: timswim78
I used to ude a freeware utility called enditall. It worked well under Win98, but I have not tried it under Win XP or 2k. Also, I find that it works better to kill the process rather than the application with the task manager.
I also used EnditAll when it was freeware, which it isn't now :(.

It is here:
http://www.docsdownloads.com/Tier1/enditall.htm