mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-06-18 19:07:04 +02:00
Update close-chrome.ps1
This commit is contained in:
parent
dfee8ef7db
commit
29153b6308
@ -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
|
||||
|
|
@ -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) |
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user