Skip to content

Instantly share code, notes, and snippets.

@OsirisTerje
Created September 5, 2021 12:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save OsirisTerje/a0948d4d337201772cfb4547afb88cd6 to your computer and use it in GitHub Desktop.
Save OsirisTerje/a0948d4d337201772cfb4547afb88cd6 to your computer and use it in GitHub Desktop.
Cmd script for killing VS Test process including MSBuild - because sometimes these just hang
taskkill /T /F /FI "IMAGENAME eq vstest.*"
taskkill /T /F /FI "IMAGENAME eq TE.Processhost.*"
taskkill /T /F /FI "IMAGENAME eq testhost.*"
taskkill /T /F /FI "IMAGENAME eq MSBuild.*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment