Files

1 line
71 B
PowerShell
Raw Permalink Normal View History

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