mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-22 16:03:22 +01:00
Update close-edge.ps1
This commit is contained in:
parent
29153b6308
commit
c203d2e78d
@ -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
|
||||
|
|
@ -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) |
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user