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

View File

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

View File

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