Created
November 1, 2018 15:40
-
-
Save grounzero/8451e0088a62d4a0cf86db1540aca86d to your computer and use it in GitHub Desktop.
Kill all chrome.exe instances in windows
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TASKKILL /IM chrome.exe /F | |
pause |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment