mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-23 16:33:20 +01:00
Merge branch 'master' of github.com:fleschutz/PowerShell
This commit is contained in:
commit
ca8867007b
@ -97,9 +97,9 @@ Mega Collection of PowerShell Scripts
|
||||
| [close-calculator.ps1](Scripts/close-calculator.ps1) | Closes the calculator application | [Help](Docs/close-calculator.md) |
|
||||
| [close-cortana.ps1](Scripts/close-cortana.ps1) | Closes Cortana | [Help](Docs/close-cortana.md) |
|
||||
| [close-file-explorer.ps1](Scripts/close-file-explorer.ps1) | Closes Microsoft File Explorer | [Help](Docs/close-file-explorer.md) |
|
||||
| [close-google-chrome.ps1](Scripts/close-google-chrome.ps1)| Closes the Google Chrome Web browser | [Help](Docs/close-google-chrome.md) |
|
||||
| [close-chrome-browser.ps1](Scripts/close-chrome-browser.ps1)| Closes the Chrome browser | [Help](Docs/close-chrome-browser.md) |
|
||||
| [close-program.ps1](Scripts/close-program.ps1) | Closes the given program gracefully | [Help](Docs/close-program.md) |
|
||||
| [close-microsoft-edge.ps1](Scripts/close-microsoft-edge.ps1)| Closes the Microsoft Edge Web browser | [Help](Docs/close-microsoft-edge.md) |
|
||||
| [close-edge-browser.ps1](Scripts/close-edge-browser.ps1)| Closes the Edge Web browser | [Help](Docs/close-edge-browser.md) |
|
||||
| [close-microsoft-store.ps1](Scripts/close-microsoft-store.ps1)| Closes the Microsoft Store app | [Help](Docs/close-microsoft-store.md) |
|
||||
| [close-netflix.ps1](Scripts/close-netflix.ps1) | Closes the Netflix app | [Help](Docs/close-netflix.md) |
|
||||
| [close-onedrive.ps1](Scripts/close-onedrive.ps1) | Closes Microsoft OneDrive | [Help](Docs/close-onedrive.md) |
|
||||
|
@ -2,7 +2,7 @@
|
||||
.SYNOPSIS
|
||||
Lists the installed text-to-speech voices
|
||||
.DESCRIPTION
|
||||
This script lists the installed text-to-speech voices. It requires PowerShell 2.0 or higher.
|
||||
This script lists the installed text-to-speech (TTS) voices.
|
||||
.EXAMPLE
|
||||
PS> ./list-voices
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user