Files
windows-scripts/EnableDisableHeadphones/EnableRealtekSpeakers.bat
2023-12-05 19:39:38 -06:00

9 lines
539 B
Batchfile
Executable File

pushd "%~dp0"
SoundVolumeView.exe /Disable "Arctis 7 Game\Device\Headphones\Render"
SoundVolumeView.exe /Disable "Arctis 7 Chat\Device\Headset Earphone\Render"
SoundVolumeView.exe /Disable "Arctis 7 Chat\Device\Headset Microphone\Capture"
SoundVolumeView.exe /Disable "Creative BT-W3\Device\Speakers\Render"
SoundVolumeView.exe /Disable "Creative BT-W3\Device\Microphone\Capture"
SoundVolumeView.exe /Enable "Realtek(R) Audio\Device\Speakers\Render"
SoundVolumeView.exe /SetDefault "Realtek(R) Audio\Device\Speakers\Render" Multimedia
popd