RE: Listing processes and killing processes through command line in Windows

2003-01-31 Thread MOHESOWA BYAS
PROTECTED]] Sent: Wednesday, January 29, 2003 23:36 To: MOHESOWA BYAS Subject: RE: Listing processes and killing processes through command line in Windows There are free ps tools from www.sysinternals.com - pslist and pskill http://www.sysinternals.com/ntw2k/freeware/pstools.shtml Robert

RE: Listing processes and killing processes through command line in Windows

2003-01-31 Thread Larry Seltzer
However i'm not able to execute the commands on a remote machine, what privileges do i need to have to execute the commands on a remote pc (all Win 2K Professional machines)? The Windows 2000 Resource Kit has a PTREE command (not included in the default install) that lets you view the process

Listing processes and killing processes through command line in Windows

2003-01-29 Thread MOHESOWA BYAS
Hi, are there any windows utility that allows listing of all processes running on the machine on the command line? is it possible to kill a process through the command line? If windows does not allow this, are there any 3rd pary tools that may be used? Thanks Regards

RE: Listing processes and killing processes through command line in Windows

2003-01-29 Thread Anthony, Shayla
The Windows NT Resource Kits, both NT4 and Windows 2000 Professional, include a remote kill process commandline utility rkill.exe . To be able to kill a process or processes running on a remote server, you must have admin privileges and the rkillsrv.exe service must be installed and running.