Forum Discussion
dzrtfox
15 years agoContributor
It might not be the cleanest/best approach, but I execute a PowerShell script to terminate my application at the end of any tests that don't shut it down correctly... Just one line of script:
Stop-Process -processname <yourProcessName> <--- insert your process name without the '<' or '>'
Stop-Process -processname <yourProcessName> <--- insert your process name without the '<' or '>'