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
b3b380f762b33fbb998a62cee167235d04394c8a
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