Skip to content

Commit

Permalink
Setup/uninstall: Add Realtek Audio Processing Object support
Browse files Browse the repository at this point in the history
  • Loading branch information
pal1000 committed Dec 27, 2023
1 parent d3613a0 commit 0dadade
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@
@where /q devcon
@if NOT "%ERRORLEVEL%"=="0" echo Windows Device console - devcon.exe is required.&echo.&pause&GOTO ending
@IF "%SAFEBOOT_OPTION%"=="" (
@devcon /r disable =AudioProcessingObject "SWC\VEN_10EC&AID_0001"
@echo.
)
@devcon /r remove =AudioProcessingObject "SWC\VEN_10EC&AID_0001"
@echo.
@IF "%SAFEBOOT_OPTION%"=="" (
@devcon /r disable =SoftwareComponent "SWC\VEN_10EC&AID_0001"
@echo.
)
Expand Down

0 comments on commit 0dadade

Please sign in to comment.