Sound Stops in Windows Vista

I hear that Microsoft didn’t take one of my BETA bug reports very seriously. Even after updating the drivers through windows update, audio is an issue.

Sound is still stopping on my Analog Devices sound card, with no errors, just an absence of noise.

Since Beta 2, I’ve adopted this method (which seems to be the quickest without writing a command script):

Step 1

Run command prompt with Administrator privlidges

Run the Command Prompt

  • Click the Start button
  • Type cmd
  • Right-click on ‘Command Prompt’ and click ‘Run as Administrator’
  • Accept the UAC Prompt

Step 2

Restart the Audio Service

Restart the Audio Service

  • Type net stop audiosrv and press Enter.
  • Type net start audiosrv and press Enter.
  • Type exit to close the command prompt

Now go and play that CD you wanted to listen to!

Making it automatic

If you are like me and hate typing that in everysingle time, we can create a simple script to do the work for you. Start Notepad and type the first two lines of the above commands into it:

net stop audiosrv
net start audiosrv

Save the file as restartaudio.cmd in Desktop.

Now, whenever the audio plays up, right-click on the file, and select Run as Administrator.

Related posts:

  1. Uninstall Ranger from a Computer without the RangerRemove User Sometimes it might be necessary to remove Sentinel’s Ranger software...
  2. Adding Printers will Hang a Vista Logon to a Domain Vista's UAC prevents standard users from installing printer drivers by...
  3. Tunnelling on the fly I’ve just been tweaking with SSH. One of the common...
  4. Edit files with Notepad++ From Anywhere on your Network Notepad++ is a very handy tool. It rocks. What is...
  5. IIS and those pesky Flash files Doesn’t it drive you mad when you set up an...

Related posts brought to you by Yet Another Related Posts Plugin.

You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>