Skip to content

Commit

Permalink
Change Command Prompt window title to be more accurate.
Browse files Browse the repository at this point in the history
  • Loading branch information
pal1000 committed Aug 5, 2019
1 parent b5da933 commit 5404da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cmd
Expand Up @@ -28,7 +28,7 @@ if '%errorlevel%' NEQ '0' (
pushd "%CD%"
CD /D "%~dp0"
:--------------------------------------
@TITLE Update Realtek UAD generic driver
@TITLE Realtek UAD generic driver setup
@SET ERRORLEVEL=0
@REG QUERY HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v RtkAudUService > nul 2>&1
@IF ERRORLEVEL 1 GOTO checkservice
Expand Down

0 comments on commit 5404da7

Please sign in to comment.