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