Last active
June 8, 2018 01:57
-
-
Save composite/f5850a35edf25c882385ac16ef7973a4 to your computer and use it in GitHub Desktop.
Kill all chrome process for shortcut on Windows (create new shortcut on desktop -> copy here and paste to run command -> change shortcut name you want (icon can change later) -> done!)
This file contains hidden or 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
| %WINDIR%\System32\cmd.exe /c "taskkill /F /IM chrome.exe & taskkill /F /IM chromedriver.exe" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment