mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-18 16:39:03 +02:00
Update manuals in Docs/
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
## The PowerShell Script *close-edge.ps1*
|
||||
## The *close-edge.ps1* PowerShell Script
|
||||
|
||||
This PowerShell script closes the Microsoft Edge Web browser gracefully.
|
||||
|
||||
@@ -40,7 +40,7 @@ https://github.com/fleschutz/PowerShell
|
||||
|
||||
TaskKill /im msedge.exe /f /t
|
||||
if ($lastExitCode -ne "0") {
|
||||
& "$PSScriptRoot/give-reply.ps1" "Sorry, Microsoft Edge isn't running."
|
||||
& "$PSScriptRoot/speak-english.ps1" "Sorry, Microsoft Edge isn't running."
|
||||
exit 1
|
||||
}
|
||||
exit 0 # success
|
||||
|
Reference in New Issue
Block a user