Hi Guys,
Today a tried something different.
My MoBo is a Asus Maximus Ranger VII. Windows 10 Pro.
I installed the original drivers from Realtek (
http://12244.wpc.azureedge.net/8012...dio/0006-64bit_Win7_Win8_Win81_Win10_R279.exe)
After that, I tried to sign the RltkAPO.dll and RltkAPO64.dll posted by Pitho
(
https://www.techpowerup.com/forums/...d-dts-interactive.193148/page-58#post-3476362)
To do that I have to install the Microsoft SDK, if someone have this installed could try too?
The tools are in C:\Program Files (x86)\Windows Kits\10\bin\x64
makecert -r -sv certificat.pvk -n CN="Microsoft Corporation" certificat.cer
(will ask for a pass, remember that for the next steps)
Cert2Spc.exe certificat.cer certificat.spc
pvk2pfx.exe -pvk certificat.pvk -spc certificat.spc -pfx certificat.pfx
in my case this tool was missing, so I used this one:
http://www.pantaray.com/MakePFX.exe, filling only the PVK password)
signtool sign /f "certificat.pfx" RltkAPO.dll
signtool sign /f "certificat.pfx" RltkAPO64.dll
After that install the certificat.cer by double click. Must install in Local Computer, as a Trusted root certificate autority > Register.
Disable the soud service: net stop audiosrv, copy the DLLs to C:\windows\system32 and SysWow64. Restart the system and try
No need to testsign off =), or regedit.
Sorry, but I`m from Brazil and my English is very rusted.