mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-04 22:38:34 +02: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-calculator.ps1, Closes the calculator program gracefully
|
||||||
close-chrome.ps1, Closes the Google Chrome Web browser
|
close-chrome.ps1, Closes the Google Chrome Web browser
|
||||||
close-cortana.ps1, Closes Cortana gracefully
|
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-file-explorer.ps1, Closes Microsoft File Explorer gracefully
|
||||||
close-firefox.ps1, Closes the Firefox Web browser gracefully
|
close-firefox.ps1, Closes the Firefox Web browser gracefully
|
||||||
close-program.ps1, Closes the given program 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-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-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-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-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-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) |
|
| [close-program.ps1](Scripts/close-program.ps1) | Closes the given program gracefully | [Help](Docs/close-program.md) |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
.SYNOPSIS
|
.SYNOPSIS
|
||||||
close-edge.ps1
|
close-edge.ps1
|
||||||
.DESCRIPTION
|
.DESCRIPTION
|
||||||
Closes the Web browser Microsoft Edge gracefully
|
Closes the Microsoft Edge Web browser
|
||||||
.EXAMPLE
|
.EXAMPLE
|
||||||
PS> ./close-edge
|
PS> ./close-edge
|
||||||
.NOTES
|
.NOTES
|
||||||
|
Loading…
Reference in New Issue
Block a user