Files
management-scripts/Stop-Chrome.ps1
T

1 line
71 B
PowerShell
Raw Normal View History

2021-02-17 22:58:38 -05:00
get-process | where { $_.Name -like "chrome" } | stop-process -force