03-06-2022 03:29 PM
03-06-2022 03:49 PM
03-07-2022 01:10 AM
03-07-2022 08:10 AM
Rusty_Gunn wrote:
Download the package from MoKiChU, then edit (with notepad or your text editor of preference) the install.cmd file to remove all the 3rd party stuff (you can either erase the line, or just put the command 'rem' at the beginning of each line to comment it out. I rem out the restart line and as a pause command as well as I want to see the output and would rather restart on my own.
MoKiChU has the Realtek and 3rd party components in separate folders so it is apparent which is which.
03-07-2022 09:17 AM
rjbarker wrote:
Thanks man....but I need detailed instructions on what to do with that large zipped file that contains all ....the original instructions are simple as right click on Gen 1 and run as administrator, but I believe this installs everything?
Would simply like HD Audio ....if thats possible.
@echo off
%windir%\system32\reg.exe query "HKU\S-1-5-19" >nul 2>&1 || (
echo /!\ Run as administrator /!\
echo.
echo Press any key to continue ...
pause >nul
exit
)
pushd %~dp0
pnputil /a Realtek\CodecUsb_2311\RtDUsbAD_asus.inf /i
pnputil /a Realtek\ExtRtkUsb_56\ExtRtXUsb_Asus_AVO_RTK.inf /i
pnputil /a Realtek\RealtekUSBAPO_984\RealtekUSBAPO.inf /i
pnputil /a Realtek\RealtekService_480\RealtekService.inf /i
pnputil /a Realtek\RealtekHSA_261\RealtekHSA.inf /i
pnputil /a Realtek\RealtekASIO_8\RealtekASIO.inf /i
rem pnputil /a ThirdParty\SS3\OEM_INF_Extension_-_ASUS\AVoluteSS3Ext.inf /i
rem pnputil /a ThirdParty\SS3\A-Volute_APO_3_-_SWC\A-VoluteNh3ApoSwc.inf /i
rem pnputil /a ThirdParty\SS3\OEM_INF_Media_-_ASUS\AVoluteSS3Vad.inf /i
rem pnputil /a ThirdParty\DTS\DTS_UWP_APO4x_Asus_EXT_1.10.13.0\dtsapo4ultraAsusextensionpkg.inf /i
rem shutdown /r /t 0
pause