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
9cf0db665231eb12747c50431d3184ee1a6c7f31
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