mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-01-25 23:28:46 +01:00
Update turn-volume-on.ps1
This commit is contained in:
parent
45f770e9fc
commit
b2a16c4e5c
@ -1,14 +1,14 @@
|
|||||||
<#
|
<#
|
||||||
.SYNOPSIS
|
.SYNOPSIS
|
||||||
Turns the volume on
|
Turn audio on
|
||||||
.DESCRIPTION
|
.DESCRIPTION
|
||||||
This PowerShell script unmutes the audio output.
|
This PowerShell script immediately unmutes the audio output.
|
||||||
.EXAMPLE
|
.EXAMPLE
|
||||||
PS> .\turn-volume-on
|
PS> .\turn-volume-on
|
||||||
.LINK
|
.LINK
|
||||||
https://github.com/fleschutz/PowerShell
|
https://github.com/fleschutz/PowerShell
|
||||||
.NOTES
|
.NOTES
|
||||||
Author: Markus Fleschutz / License: CC0
|
Author: Markus Fleschutz | License: CC0
|
||||||
#>
|
#>
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
Loading…
Reference in New Issue
Block a user