Update close-chrome.ps1

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

View File

@ -40,7 +40,7 @@ clean-repos.ps1, Cleans all Git repositories under the current/given directory f
clear-recycle-bin.ps1, Removes the content of the recycle bin folder (can not be undo!)
clone-repos.ps1, Clones well-known Git repositories
close-calculator.ps1, Closes the calculator program gracefully
close-chrome.ps1, Closes Google Chrome gracefully
close-chrome.ps1, Closes the Google Chrome Web browser
close-cortana.ps1, Closes Cortana gracefully
close-edge.ps1, Closes Microsoft Edge gracefully
close-file-explorer.ps1, Closes Microsoft File Explorer gracefully

1 Script Description
40 clear-recycle-bin.ps1 Removes the content of the recycle bin folder (can not be undo!)
41 clone-repos.ps1 Clones well-known Git repositories
42 close-calculator.ps1 Closes the calculator program gracefully
43 close-chrome.ps1 Closes Google Chrome gracefully Closes the Google Chrome Web browser
44 close-cortana.ps1 Closes Cortana gracefully
45 close-edge.ps1 Closes Microsoft Edge gracefully
46 close-file-explorer.ps1 Closes Microsoft File Explorer gracefully

View File

@ -95,7 +95,7 @@ Mega Collection of PowerShell Scripts
| Script | Description | Help |
| ---------------------------------------------------- | ------------------------------------------------------------------ | --------------------------------------- |
| [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 Google Chrome gracefully | [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-edge.ps1](Scripts/close-edge.ps1) | Closes Microsoft Edge gracefully | [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) |

View File

@ -2,7 +2,7 @@
.SYNOPSIS
close-chrome.ps1
.DESCRIPTION
Closes the Web browser Google Chrome gracefully
Closes the Google Chrome Web browser
.EXAMPLE
PS> ./close-chrome
.NOTES