Update turn-volume-on.ps1

This commit is contained in:
Markus Fleschutz 2022-03-25 10:06:35 +01:00 committed by GitHub
parent 45f770e9fc
commit b2a16c4e5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {