About 4,390 results
Open links in new tab
  1. How to stop and restart Audio Service using a batch file?

    May 26, 2017 · I made a batch file with the following line net stop audiosrv & net start audiosrv It just flashes and closes, not actually doing the command. I think I saw something …

  2. Audio Service Not Starting/Functioning Properly - Stack Overflow

    Oct 27, 2019 · Tried adding System as permission group for AudioSrv and AudioEndpointBreaker to find out both already had Administrators, my user, and System with full Control.

  3. How to kill a windows service with a space in the name using …

    Aug 26, 2010 · Another option would be go get the PID of the AudioSrv service from the tasklist /svc command and use that in taskkill. The problem with using taskkill is that the Windows …

  4. The audio service is not running - Windows 7 - Stack Overflow

    Jan 4, 2019 · 1 - Windows + R 2 - cmd + Enter (open as administrator) 3 - SC config Audiosrv start= auto + Enter 4 - REG ADD "HKLM\SYSTEM\CurrentControlSet\Services\Audiosrv" /V …

  5. c# - IconPath not exsist - Stack Overflow

    Jun 21, 2020 · Found a solution. The file that I'm searching for is located in C:\Windows\System32\AudioSrv.dll. Notice how there is an @ part as first character? It looks …

  6. New Windows Service installed, fails to start: "System error 2 ...

    Nov 5, 2013 · The working service now has an executable name length of 17. Unfortunately I didn't save the old one but it was closer to 30 or 35 characters. The service name (service …

  7. ISimpleAudioVolume::SetMasterVolume for specific application

    Mar 13, 2023 · ISimpleAudioVolume::SetMasterVolume method sets the master volume level for the audio session. In my opinion, you couldn't use the method for specific application. I …

  8. c# - Unexplained crashes related to ntdll.dll - Stack Overflow

    Dec 11, 2018 · I have an application that I've written that crashes intermittently, but I'm unable to capture an exception at the application layer. I always get an entry in the event log but doesn't …

  9. Registry items being removed with script - Stack Overflow

    Nov 15, 2018 · Good morning all, I have an interesting issue with the code put together below, but first a bit of a background. Onedrive doesn't like working with domain roaming profiles. When …

  10. C# CoreAudio API problem with null session names

    Nov 28, 2019 · I'm trying to build a windows application in C# to control and manage the Windows Volume Mixer by using the Core Audio api. The issue I'm facing is regarding getting Session …