RE: Listing processes and killing processes through command line in Windows
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. There is also a gui version of the client tool, wrkill.
Examples of commandline syntax :
rkill view \\servername
to get the process list on servername
kill \\servername pid
to kill process pid on servername
rkill \\servername process.exe
to kill a process by name on servername
Shayla
Received on Wed Jan 29 19:58:32 2003
This archive was generated by hypermail 2.1.8
: Wed Aug 23 2006 - 14:03:39 EDT
|