Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Name: Evil Squall Date: June 14, 2001 at 08:08:33 Pacific
Reply:
msconfig to: start => run => type in msconfig => OK => Startup
Uncheck anything that you don't want it to start up... restart windows..
cheers...
0
Response Number 2
Name: tsuji Date: June 14, 2001 at 09:48:52 Pacific
Reply:
What you need are two utilities : Kill.exe and tlist.exe which come with the windows resource kit. Tlist.exe to identify the process identity and kill.exe to actually kill it in a command line. But, windows resource kit (Console Management) is not freeware.
I've tried to find if free download is avail out there. If your OS is win95, try :
http://www.mattkruse.com/utilities/
But it won't work for win98 (version is important here). I guess there must be somebody to put them or clone of them up on their sites for free download.
Summary: Does anyone know how to kill a task from the command line? ie. do the equivalent of a 'ctrl-alt-del' and 'end task' with a commandline utility of some sort. ...
Summary: Is it possible to kill a process from the command line (i.e. the DOS window)? For instance, suppose I open the DOS window and type "start notepad.exe". the notepad text editor appears on my screen. no...
Summary: Does anyone know how to KILL a TASK from the command line? ie. do the equivalent of a 'ctrl-alt-del' and 'end task' with a commandline utility of some sort??? ...