Update close-edge.ps1

This commit is contained in:
Markus Fleschutz 2021-10-04 14:28:20 +02:00
parent 29153b6308
commit c203d2e78d
3 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@ clone-repos.ps1, Clones well-known Git repositories
close-calculator.ps1, Closes the calculator program gracefully
close-chrome.ps1, Closes the Google Chrome Web browser
close-cortana.ps1, Closes Cortana gracefully
close-edge.ps1, Closes Microsoft Edge gracefully
close-edge.ps1, Closes the Microsoft Edge Web browser
close-file-explorer.ps1, Closes Microsoft File Explorer gracefully
close-firefox.ps1, Closes the Firefox Web browser gracefully
close-program.ps1, Closes the given program gracefully

1 Script Description
42 close-calculator.ps1 Closes the calculator program gracefully
43 close-chrome.ps1 Closes the Google Chrome Web browser
44 close-cortana.ps1 Closes Cortana gracefully
45 close-edge.ps1 Closes Microsoft Edge gracefully Closes the Microsoft Edge Web browser
46 close-file-explorer.ps1 Closes Microsoft File Explorer gracefully
47 close-firefox.ps1 Closes the Firefox Web browser gracefully
48 close-program.ps1 Closes the given program gracefully

View File

@ -97,7 +97,7 @@ Mega Collection of PowerShell Scripts
| [close-calculator.ps1](Scripts/close-calculator.ps1) | Closes the calculator program gracefully | [Help](Docs/close-calculator.md) |
| [close-chrome.ps1](Scripts/close-chrome.ps1) | Closes the Google Chrome Web browser | [Help](Docs/close-chrome.md) |
| [close-cortana.ps1](Scripts/close-cortana.ps1) | Closes Cortana gracefully | [Help](Docs/close-cortana.md) |
| [close-edge.ps1](Scripts/close-edge.ps1) | Closes Microsoft Edge gracefully | [Help](Docs/close-edge.md) |
| [close-edge.ps1](Scripts/close-edge.ps1) | Closes the Microsoft Edge Web browser | [Help](Docs/close-edge.md) |
| [close-file-explorer.ps1](Scripts/close-file-explorer.ps1) | Closes Microsoft File Explorer gracefully | [Help](Docs/close-file-explorer.md) |
| [close-firefox.ps1](Scripts/close-firefox.ps1) | Closes the Firefox Web browser gracefully | [Help](Docs/close-firefox.md) |
| [close-program.ps1](Scripts/close-program.ps1) | Closes the given program gracefully | [Help](Docs/close-program.md) |

View File

@ -2,7 +2,7 @@
.SYNOPSIS
close-edge.ps1
.DESCRIPTION
Closes the Web browser Microsoft Edge gracefully
Closes the Microsoft Edge Web browser
.EXAMPLE
PS> ./close-edge
.NOTES