Skip to content

Instantly share code, notes, and snippets.

@composite
Last active June 8, 2018 01:57
Show Gist options
  • Select an option

  • Save composite/f5850a35edf25c882385ac16ef7973a4 to your computer and use it in GitHub Desktop.

Select an option

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!)
%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