10 lines
627 B
Batchfile
Executable File
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 |