To view the tasks running
Type : tasklist in Command prompt
To find the task
Type : tasklist | findstr taskname in Command prompt
Ex: tasklist | findstr chrome
to kill a task
Type taskkill /pid pidnumber /f
Ex: taskkill /pid 1222 /f
No comments:
Post a Comment