We can kill the process by using taskkill command by passing either name of the task or Process id
c:/> taskkill /IM firefox.exe
or
c:/> taskkill /PID 435
435 is the process id
to know more about task kill type : C:/> taskkill /?
Learn to Develop an iPhone or iPad App in 4 Weeks Learn the latest and greatest markup language in the market with Robin Nixon(HTML & HTML5) Now $29 Only(75% Off)
We can kill the process by
Wed, 06/30/2010 - 21:14 — AnonymousWe can kill the process by using taskkill command by passing either name of the task or Process id
c:/> taskkill /IM firefox.exe
or
c:/> taskkill /PID 435
435 is the process id
to know more about task kill type : C:/> taskkill /?