Rename to close-google-chrome.ps1

This commit is contained in:
Markus Fleschutz
2021-10-29 12:51:47 +02:00
parent a00cb9a299
commit bd4e4b8303
5 changed files with 31 additions and 3 deletions

View File

@ -4,7 +4,7 @@
.DESCRIPTION
This script closes the Google Chrome Web browser gracefully.
.EXAMPLE
PS> ./close-chrome
PS> ./close-google-chrome
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK

View File

@ -11,5 +11,7 @@
https://github.com/fleschutz/PowerShell
#>
#Requires -RunAsAdministrator
& "$PSScriptRoot/close-program.ps1" "Task Manager" "Taskmgr" "Taskmgr.exe"
exit 0 # success