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
2c257b6fedbe6e19b2a62a6a8945299ebfce36df
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