PowerShell/Scripts/close-google-chrome.ps1
2021-10-29 12:51:47 +02:00

16 lines
352 B
PowerShell
Executable File

<#
.SYNOPSIS
Closes the Google Chrome Web browser
.DESCRIPTION
This script closes the Google Chrome Web browser gracefully.
.EXAMPLE
PS> ./close-google-chrome
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
& "$PSScriptRoot/close-program.ps1" "Google Chrome" "chrome" "chrome"
exit 0 # success