How to kill tasks by username using Windows command line

Published on Author JFLeave a comment

Open CMD or PowerShell as administrator. taskkill /? Review the options. tasklist To see the running tasks. What I found interesting is that I had a bunch of winword.exe running. If I did: taskill winword.exe It would give me an error and say it couldn’t find winword.exe However, if I did it by filtering by… Continue reading How to kill tasks by username using Windows command line