Skip to content

Instantly share code, notes, and snippets.

@ritalin
Forked from anonymous/kill-all-msbuild.ps1
Created August 17, 2012 00:16
Show Gist options
  • Save ritalin/3374734 to your computer and use it in GitHub Desktop.
Save ritalin/3374734 to your computer and use it in GitHub Desktop.
R.I.P grown MSBuild Process
Get-Process -name "MSBuild" | foreach {Stop-Process -id $_.id}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment