Created for switching default sound source between my monitor speakers and headphones with 1 click.
- Windows OS
- Download and copy NirCmd to your windows directory NirCmd
- Find the names of your sound sources for your PC
nircmd showsounddevices
- Pick the two you want to switch between
- Edit the SwitchSoundSource+.bat file with the names of your sound sources (replace exampleSource1 and exampleSource2 with the 2 sound source names on your pc)
SET defaultSoundSource="exampleSource1"
SET soundSource0="exampleSource1"
SET soundSource1="exampleSource2"
- Save the SwitchSoundSource+.bat
- Run SwitchSoundSource.vbs
- Create shortcut to the .vbs file and set icon location to ico file in this folder (or your own custom icon)
- Set hotkey via shortcut properties
@author Glenn Chon Contact me if you know someone that's hiring!