StatCounter

View My Stats
Showing posts with label Taskkill.exe (Kill the task that running on local and remote machine). Show all posts
Showing posts with label Taskkill.exe (Kill the task that running on local and remote machine). Show all posts

Tuesday, February 10, 2009

Taskkill.exe (Kill the task that running on local and remote machine)

Taskkill.exe (Kill the task that running on local and remote machine)


Examples:
TASKKILL /S system /F /IM notepad.exe /T
TASKKILL /PID 1230 /PID 1241 /PID 1253 /T
TASKKILL /F /IM notepad.exe /IM mspaint.exe
TASKKILL /F /FI "PID ge 1000" /FI "WINDOWTITLE ne untitle*"
TASKKILL /F /FI "USERNAME eq NT AUTHORITY\SYSTEM" /IM notepad.exe
TASKKILL /S system /U domain\username /FI "USERNAME ne NT*" /IM *
TASKKILL /S system /U username /P password /FI "IMAGENAME eq note*"

U can run this command through process class in .NET