I had a refurbished Dell Optiplex 990 that I had totally erased to sell. I bought a clean install of Windows 10 Pro, Version 1909 ($99). I still have no sound on the PC. I have tried every driver I could find with no results. Any ideas? There has to be a compatible driver because version 1909 worked well.
Audio Not Working After Windows 10 Version 2004 Update
Hello
My audio is still not working after the recent Winows 10 Version 2004 update.
It causes the system to auto lockdown after initial booting and the audio functions are now totally lost.
Please let me know what is current status to fix these bugging issues.
Appreciate your urgent attention and reply.
Windows for home | Windows 10 | Devices and drivers
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
92 answers
Sort by: Oldest
-
Anonymous
2020-09-20T04:19:17+00:00 -
Anonymous
2020-09-20T11:06:08+00:00 I went thru this too for almost 5 weeks until I finally found a solution . It seems to be in the drivers . with the help of everyone here , I was able to reload the standard default drivers and it worked . may not on yours but look into the default Real Tek / IDT drivers .. Thats what I did ..
-
Anonymous
2020-09-22T01:39:35+00:00 Having the same issue here, and it's driving me insane.
HP Zbook 15u G6 Here.
Windows 10 2004.
Tried pretty much every single thing in this thread and nothing worked.
Microsoft, you f*cking suck.
-
Anonymous
2020-09-22T02:40:43+00:00 Fixed it FINALLY.
I think what did the trick was using PNPUTIL to delete ALL drivers related to Realtek Audio (you have to go through all the oemXXX.inf files and remove them one by one).
Steps:
- Go to Device manager
- Under "Sound video and game controllers"
- Right click on your Realtek Audio device, uninstall device, check box to remove files
- Uninstall Realtek audio drivers from Programs/Files if you can find it in there
- Start type "cmd"
- Right click on "cmd" and "Run as Administrator"
- Type "pnputil /enum-drivers"
- Copy the results to notepad (easier to do the next step, you can highlight the output, left click which copies to clipboard automatically, and paste into notepad).
- Then ctrt+f "Realtek" in notepad, and find every driver related to Realtek.
- Type "pnputil /delete-driver oem#.inf /uninstall /force" where oem# is the associated inf for the realtek driver (make sure its the audio ones). There are about 10 to remove, so you can press Up to bring back the previously typed command, and just edit the OEM file number.
- Once done, reboot.
- You'll notice your device is now disabled (sound should show red x)
- Go to device manager, right click, scan for updates
- Should see the realtek device show up.
- I right clicked on the device, Update Driver, Search computer automatically, then Search for updated drivers on windows update
Then somehow this fixed it..
I tried a million other things to no avail, so you may have try those other things in conjunction with this, but try the above if you haven't succeeded with other methods!
-
Anonymous
2020-09-24T01:57:48+00:00 Very Good Advice