diff --git a/Scripts/close-microsoft-edge.ps1 b/Scripts/close-microsoft-edge.ps1 index 86ded9b2..a594baff 100755 --- a/Scripts/close-microsoft-edge.ps1 +++ b/Scripts/close-microsoft-edge.ps1 @@ -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 diff --git a/Scripts/close-mozilla-thunderbird.ps1 b/Scripts/close-mozilla-thunderbird.ps1 index 52cb38f8..b9ff6f52 100644 --- a/Scripts/close-mozilla-thunderbird.ps1 +++ b/Scripts/close-mozilla-thunderbird.ps1 @@ -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