Sometimes I turn off the computer using the headsets, but I usually use the speakers more.
This would be a quality of life feature.
Yes. You can use NirSoft's SoundVolumeCommandLine utility. It's a freeware tool that allows the user to set, amongst many functions, the default playback device.
You'll want to use the /SetDefault
command line parameter, as detailed in the tool's documentation.
Once you have created the command you need, simply create a 1-line batch file to call it, and then add that batch file to the Startup group in the Windows Start menu.
/SetDefault
command line parameter instead. If the name of the speakers does not contain spaces (it shouldn't), do not use quotes when specifying it after that parameter. After the name of the speakers, add a space, then specify 1
to indicate multimedia. You can also specify all
to indicate every audio type, but I recommend starting with 1
to get things working.
Commented
Jun 2 at 21:44