Update turn-volume-off.ps1

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

View File

@ -1,6 +1,6 @@
<# <#
.SYNOPSIS .SYNOPSIS
Turns the volume off Turn audio off
.DESCRIPTION .DESCRIPTION
This PowerShell script mutes the default audio device immediately. This PowerShell script mutes the default audio device immediately.
.EXAMPLE .EXAMPLE
@ -8,7 +8,7 @@
.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 {