Fix for Error “The Audio Service is not running” in Windows
- 取得連結
- X
- 以電子郵件傳送
- 其他應用程式
英文版的windows10 可能會遇到這個問題,請參考
https://www.winhelponline.com/blog/audio-service-not-running-volume-icon/
To resolve the issue, reinstate the Windows Audio Endpoint Builder service on Windows 10 using the following registry fix:
Windows Registry Editor Version 5.00 ; Restores the Windows Audio Endpoint Builder service on Windows 10 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\AudioEndpointBuilder] "Description"="@%SystemRoot%\\System32\\AudioEndpointBuilder.dll,-205" "DisplayName"="@%SystemRoot%\\system32\\AudioEndpointBuilder.dll,-204" "ErrorControl"=dword:00000001 "FailureActions"=hex:80,51,01,00,00,00,00,00,00,00,00,00,03,00,00,00,14,00,00,\ 00,01,00,00,00,60,ea,00,00,01,00,00,00,c0,d4,01,00,00,00,00,00,00,00,00,00 "Group"="AudioGroup" "ImagePath"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,\ 74,00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,\ 00,76,00,63,00,68,00,6f,00,73,00,74,00,2e,00,65,00,78,00,65,00,20,00,2d,00,\ 6b,00,20,00,4c,00,6f,00,63,00,61,00,6c,00,53,00,79,00,73,00,74,00,65,00,6d,\ 00,4e,00,65,00,74,00,77,00,6f,00,72,00,6b,00,52,00,65,00,73,00,74,00,72,00,\ 69,00,63,00,74,00,65,00,64,00,20,00,2d,00,70,00,00,00 "ObjectName"="LocalSystem" "RequiredPrivileges"=hex(7):53,00,65,00,43,00,68,00,61,00,6e,00,67,00,65,00,4e,\ 00,6f,00,74,00,69,00,66,00,79,00,50,00,72,00,69,00,76,00,69,00,6c,00,65,00,\ 67,00,65,00,00,00,00,00 "ServiceSidType"=dword:00000001 "Start"=dword:00000002 "Type"=dword:00000020 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\AudioEndpointBuilder\Parameters] "ServiceDll"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,\ 00,74,00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,\ 41,00,75,00,64,00,69,00,6f,00,45,00,6e,00,64,00,70,00,6f,00,69,00,6e,00,74,\ 00,42,00,75,00,69,00,6c,00,64,00,65,00,72,00,2e,00,64,00,6c,00,6c,00,00,00 "ServiceDllUnloadOnStop"=dword:00000001
- Copy the above contents to Notepad.
- Save the file with .reg extension — e.g.,
audioendpoint_service.reg
- Double-click the registry file to apply the settings to the registry. Click Yes when prompted for confirmation.
- Open the
C:\Windows\System32
folder and verify if the fileAudioEndpointBuilder.dll
exists. If it doesn’t, you may need to run DISM and SFC to restore the file.AudioEndpointBuilder.dll
is the DLL for the Windows Audio Endpoint Builder service. - Restart Windows for the changes to take effect.
The audio functionality should have been restored now!
之後就應該可以解決 Windows Audio 這個服務沒辦法啟動的問題
留言
張貼留言