M HYPE SPLASH
// news

windows showing no audio output device is installed

By Andrew Adams

After a usual restart with my windows 10 PC (Lenovo P50) I am facing an issue with my audioenter image description here

When I checked the sound settings it shows "No output device found"

enter image description here

My device manager also not showing anything related to sound

enter image description here

I tried manually installing the driver from device manager->Actions->Add Legacy Hardware. But that too didn't worked.

Below is my OS specificationsenter image description here

Any one facing this issue?

1

2 Answers

Reboot. Then go to: Control Panel -> Hardware and Sound

Under Devices and Printers, click "Add a device". This should scan your system for any unmanaged hardware. If your audio device is present, it will find it and add the driver. If it doesn't find it, then it is likely a hardware problem.

3

A couple of our Dell Latitude users reported this exact problem after a May Windows 10 update. This is what worked to fix it.

(Found the answer several places on the internet, including here: )

  1. Open an elevated command prompt.
  2. type: net localgroup Administrators /add networkservice
  3. ENTER
  4. type: net localgroup Administrators /add localservice
  5. ENTER
  6. type: exit
  7. ENTER
  8. Restart the computer.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy