frgnca / AudioDeviceCmdlets

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

Feature Request - Disable Audio Device like it is possible in mmsys.cpl #61

Open FrankieDevOp opened 1 year ago

FrankieDevOp commented 1 year ago

Hello,

this is a higly confusing topic so i try my best to write it as clearly as possible. When you open "Sound" (mmsys.cpl) you have the possibility to disable the sound device. This would be very helpful because some setups require that the device is disabled in sounds.

The confusing part is, you can "disable" sound devices already with powershell with: Get-PnpDevice -Class AudioEndpoint | Disable Pnp-Device (or with wmic) BUT this disables it in the device manager and it removes it from Sounds. This is not what my FR tries to achieve.

LG