Files
management-scripts/Stop-Chrome.ps1
T

1 line
71 B
PowerShell

get-process | where { $_.Name -like "chrome" } | stop-process -force