Hello Jocelyn,
Welcome to Microsoft Q&A forum.
Unfortunately, I am unable to open the link that you provided, therefore cannot be able to tell what you've tried so far? Can you please help confirming that?
In the meantime, you can try these steps to reinstall the audio services.
- Using CMD.
- Type "Command Prompt" in the search bar and select "Run as administrator".
- Type these commands in order:
- net stop audiosrv
- net stop AudioEndpointBuilder
- net start AudioEndpointBuilder
- net start audiosrv
- Using PowerShell.
- Type "PowerShell" in the search bar and select "Run as administrator"
- Type these commands in order,
- Get-Service RpcSs, DcomLaunch, PlugPlay, AudioEndpointBuilder, Audiosrv | Format-Table -Auto
- Set-Service AudioEndpointBuilder -StartupType Automatic
- Set-Service Audiosrv -StartupType Automatic
- Restart-Service AudioEndpointBuilder -Force
- Restart-Service Audiosrv -Force
- Restart your PC.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.