Created
August 16, 2012 02:44
-
-
Save anonymous/3365921 to your computer and use it in GitHub Desktop.
R.I.P grown MSBuild Process
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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