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