Sunday, March 1, 2009

How To View and Kill Processes On Remote Windows Computers

To view processes on a remote Computer ,you will need to know the username and password on the Computer you want to view the processes. Once you have the user account information, the syntax for using tasklist
tasklist.exe /S SYSTEM /U USERNAME /P PASSWORD
Now if there was a process that needed to be killed, you can use the taskill command. As with tasklist, you will also need the Username and Passoword on the remote Computer. The syntax for using taskkill is
taskkill.exe/S SYSTEM /U USERNAME /P PASSWORD /IM PROCESS

No comments:

Post a Comment