This website requires JavaScript.
Explore
Help
Sign In
emberkom
/
management-scripts
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
Files
1b68d12ab3942e232e651d6867d2d27fad2cc950
management-scripts
/
Stop-Chrome.ps1
T
1 line
71 B
PowerShell
Raw
Normal View
History
Unescape
Escape
update Adobe Connect download URL
2021-02-17 22:58:38 -05:00
get-process
|
where
{
$_
.
Name
-like
"chrome"
}
|
stop-process
-force
Reference in New Issue
Copy Permalink