1
0
mirror of https://github.com/fleschutz/PowerShell.git synced 2025-06-11 07:27:07 +02:00

Update both scripts

This commit is contained in:
Markus 2021-11-14 12:16:03 +01:00
parent 8769106967
commit 58d29c342a
2 changed files with 3 additions and 3 deletions

@ -1,6 +1,6 @@
<# <#
.SYNOPSIS .SYNOPSIS
Closes the Microsoft Edge Web browser Closes Microsoft Edge
.DESCRIPTION .DESCRIPTION
This script closes the Microsoft Edge Web browser gracefully. This script closes the Microsoft Edge Web browser gracefully.
.EXAMPLE .EXAMPLE
@ -11,5 +11,5 @@
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
#> #>
& "$PSScriptRoot/close-program.ps1" "Microsoft Edge" "msedge" "msedge" taskkill /im msedge.exe
exit 0 # success exit 0 # success

@ -1,6 +1,6 @@
<# <#
.SYNOPSIS .SYNOPSIS
Closes Mozilla's Thunderbird email client Closes Mozilla Thunderbird
.DESCRIPTION .DESCRIPTION
This script closes the Mozilla Thunderbird email client gracefully. This script closes the Mozilla Thunderbird email client gracefully.
.EXAMPLE .EXAMPLE