If you have a PowerShell prompt open and several instances to kill the following command will do the trick.
Kill the processes
One of my favorite examples:stop-process -name phantomjs
Get List of Processes
If you don't know the name, use the following command to get a list of all processes runningGet-Process
No comments:
Post a Comment