9 lines
539 B
Batchfile
Executable File
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 |