Update manuals in Docs/

This commit is contained in:
Markus Fleschutz
2022-11-18 17:02:20 +01:00
parent fa7823858f
commit a8ce6ede69
516 changed files with 577 additions and 574 deletions

View File

@@ -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