Skip to content

Instantly share code, notes, and snippets.

Created August 16, 2012 02:44
Show Gist options
  • Save anonymous/3365921 to your computer and use it in GitHub Desktop.
Save anonymous/3365921 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