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