mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-22 16:03:22 +01:00
Update turn-volume-down.ps1
This commit is contained in:
parent
6d0a982b50
commit
08140a4f59
@ -1,6 +1,6 @@
|
||||
<#
|
||||
.SYNOPSIS
|
||||
Turns the audio volume down (-10% by default)
|
||||
Turns the audio volume down
|
||||
.DESCRIPTION
|
||||
This PowerShell script turns the audio volume down (by -10% by default).
|
||||
.PARAMETER percent
|
||||
@ -10,7 +10,7 @@
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
.NOTES
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
Author: Markus Fleschutz | License: CC0
|
||||
#>
|
||||
|
||||
param([int]$percent = 10)
|
||||
|
Loading…
Reference in New Issue
Block a user