Skip to content

Instantly share code, notes, and snippets.

@scharlton2
Created April 17, 2018 21:31
Show Gist options
  • Save scharlton2/4a62685bb0ef71f98dcaf141ef03b1ad to your computer and use it in GitHub Desktop.
Save scharlton2/4a62685bb0ef71f98dcaf141ef03b1ad to your computer and use it in GitHub Desktop.
kill all instances of internet explorer using powershell
Get-Process -Name iexplore | Stop-Process
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment