frgnca/AudioDeviceCmdlets

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

Opened this issue · 0 comments

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