No Audio Output Device is Installed issue Windows 10

In our gaming studio during work on Solomon Snow — First Contact we had a problem with the computer, on which, among others there was sound processing. One day the sound just stopped working.
First, what didn’t work for us:
- Uninstall drivers and restart Windows 10 didn’t work for us

2. Update driver didn’t work for us too
3. Disable, enable driver didn’t work for us too
4. Windows update didn’t work for us too
So once everything we could check it didn’t make sense. We have made an abstract action! Just remember you do this at your own risk — be aware of the System Restore Point.
What worked for us:
- Firstly
- uninstall all drivers using Device Manager (like on the screenshot above)
WINDOWS KEY + X
Choose Device Manager
Find all of your audio devices, and uninstall - Secondly
- Check your services should be set to Automatic & Running
WINDOWS KEY + R
Type services.msc


Services list to check:
- Windows Audio Service
- Windows Audio Endpoint Builder
- DCOM
- Remote Procedure Call (RPC)
3. Thirdly
- call clean actions from CMD with administration privileges mode
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth
4. Fourthly
- call from CMD with administration privileges mode command
sfc /scannow
5. Fifthly
- call from CMD with administration privileges mode command
net localgroup Administrators /add networkservice
net localgroup Administrators /add localservice
6. Sixthly
- restart Windows
If that tip it worked for you, just spread that post. THX!
Also check out our twitter :)