Added Files
This commit is contained in:
9
Powershell/Scripts/close-chrome.ps1
Normal file
9
Powershell/Scripts/close-chrome.ps1
Normal file
@@ -0,0 +1,9 @@
|
||||
<#
|
||||
.SYNTAX close-chrome.ps1
|
||||
.DESCRIPTION closes Google Chrome gracefully
|
||||
.LINK https://github.com/fleschutz/PowerShell
|
||||
.NOTES Author: Markus Fleschutz / License: CC0
|
||||
#>
|
||||
|
||||
& "$PSScriptRoot/close-program.ps1" "Google Chrome" "chrome" "chrome"
|
||||
exit 0
|
||||
Reference in New Issue
Block a user