Windows: Kill All Chrome Processes At Once

Run this on the command line:

taskkill /F /IM chrome.exe /T
/F = force kill
/IM = image name
/T = kill all child processes as well

To create a shortcut, right-click the desktop, then New -> Shortcut.

For location, type the following:

taskkill.exe /F /IM chrome.exe /T

Then, give your shortcut a name like “Kill Chrome”, and you’re done.


This entry was posted in Browsers, Windows. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>