Is there a way to restart audio without restarting a Windows 7 computer?

Sometimes, when I start my machine, the volume control is set to 100, but it plays relatively quiet. I can fix it by rebooting my machine. Is there a way to restart audio devices, without rebooting the computer?


Solution 1:

I also had to stop AudioEndpointBuilder and restart it

net stop audiosrv
net stop AudioEndpointBuilder
net start audiosrv
net start AudioEndpointBuilder

If you look at Windows' Task Manager's "services" tab, that might help you identify what services you have tied to audio.

Solution 2:

Open up a command prompt as administrator and run:

net stop audiosrv
net start audiosrv

This restarts the Windows service responsible for handling audio.