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

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.


Open up a command prompt as administrator and run:

net stop audiosrv
net start audiosrv

This restarts the Windows service responsible for handling audio.


For Windows 7, I used this and hope it will work for all Windows flavors:

  1. Right click on My Computer
  2. Chose Manage
  3. Select Device Manager in the left panel
  4. Expand Sound, video and game controllers
  5. Find your audio driver and right click on it.
  6. Chose Disable
  7. Right click on the audio driver again
  8. Chose Enable

It should start working now.