Skip to content

Instantly share code, notes, and snippets.

@tomarbuthnot
Created April 4, 2018 20:20
Show Gist options
  • Save tomarbuthnot/33c6ba8209017a3e96b4734d6f0bac7e to your computer and use it in GitHub Desktop.
Save tomarbuthnot/33c6ba8209017a3e96b4734d6f0bac7e to your computer and use it in GitHub Desktop.
Get-Process | Where-Object {$_.ProcessName -eq "Explorer"} | Stop-Process -Force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment