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