frgnca / AudioDeviceCmdlets

AudioDeviceCmdlets is a suite of PowerShell Cmdlets to control audio devices on Windows
MIT License
743 stars 92 forks source link

Set-DefaultAudioDeviceMute <bool> #14

Closed frgnca closed 7 years ago

frgnca commented 7 years ago

Add optional -Force parameter to Set-DefaultAudioDeviceMute, still defaults to toggle

frgnca commented 7 years ago

@cdhunt @FearNotDaniel Could this be an acceptable compromise regarding pull request #8?

Set-DefaultAudioDeviceMute        #Mute Toggle
Set-DefaultAudioDeviceMute $true  #Mute ON
Set-DefaultAudioDeviceMute $false #Mute OFF
cdhunt commented 7 years ago

Thank you @frgnca.