mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-15 04:24:01 +01:00
Update both scripts
This commit is contained in:
parent
8769106967
commit
58d29c342a
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user