Answers for "powershell kill process if running"

CSS
1

stop process id powershell

Stop-Process -ID 2137 -Force
Posted by: Guest on January-12-2021

Code answers related to "powershell kill process if running"

Browse Popular Code Answers by Language