View Proccess :
tasklist /S [computer name] /U [Username] /P [Password]
Kill Proccess :
taskkill /S [computer name] /U [Username] /P [Password] /IM [Proccess]
You can also kill a process using the PID (Process ID) of the process :
taskkill /S [computer name] /U [Username] /P [Password] /PID 196
You can use /F to forcefully terminate the process.
Monday, June 8, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment