A first contact with PowerShell

I was wanting to terminate Windows processes with a specific “command line”. The “taskkill /f /im” call to which I was familiar, only works for a specific executable, e.g. “taskkill /f /im plugin-container.exe“, written in the console (cmd.exe), will kill all running “plugin-container.exe” instances, but it is not precise enough for the termination of running … Continue reading A first contact with PowerShell