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

10 lines
627 B
Batchfile
Executable File

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