echo Cleaning leftovers... rd /s /q "C:\Program Files\Avast Software" 2>nul rd /s /q "%ProgramData%\Avast Software" 2>nul
@echo off echo Stopping Avast services... net stop "Avast Antivirus" /y >nul 2>&1 echo Downloading Avast Clear... curl -o %TEMP%\avastclear.exe https://files.avast.com/iavs9x/avastclear.exe
echo Running silent uninstall... %TEMP%\avastclear.exe --uninstall --silent --no-restart --remove-data
@echo off echo Stopping Avast services... net stop "Avast Antivirus" /y >nul 2>&1 echo Downloading Avast Clear... curl -o %TEMP%\avastclear.exe https://files.avast.com/iavs9x/avastclear.exe avast uninstall command line
echo Running silent uninstall... %TEMP%\avastclear.exe --uninstall --silent --no-restart --remove-data echo Cleaning leftovers