Ecco come terminare dei processi basandosi sul nome tramite PowerShell

PowerShell

Get-Process | ? {$_.processname -match "w3wp"}  | kill
Tags:
PowerShell200 Script85
Potrebbe interessarti anche: