diff --git a/.bin/Scripts/settings/launchers.py b/.bin/Scripts/settings/launchers.py index 93097dcc..98640cd2 100755 --- a/.bin/Scripts/settings/launchers.py +++ b/.bin/Scripts/settings/launchers.py @@ -31,7 +31,7 @@ LAUNCHERS = { r':AVCheck', r'rem Run ESETs AV Removal tool for tech to review', r'echo Please check for running AV', - r'start "" "%AV_REMOVER%" /wait', + r'start "" /wait "%AV_REMOVER%"', r'echo.', r'echo Press Enter to Launch d7II...', r'pause>nul',