@echo off
echo A virus has been detected on your computer. Action is essential.
set input=
set /p input= Would you like to attempt to remove the virus? [Y/N]
if %input%==Y goto Success
if %input%==N goto Fail
if %input%==else goto Fail
:Success //Creating "Success"
set input=
set /p input= We have detected your antivirus is Norton. Use Norton to remove virus? [Y/N]
if %input%==Y goto Success1
if %input%==N goto Fail
if %input%==else goto Fail
:Success1 //Creating "Success1"
echo Locating virus please wait...
dir \Program Files\
pause
echo Virus located. Removing virus please wait...
dir \windows\system32\
pause
set input=
set /p input= Thank you for cooperating. The virus was successfully removed. Exit now? [Y/N]
if %input%==Y goto Exit
if %input%==N goto Manual
if %input%==else goto Manual
:Manual //Creating "Manual"
echo You have either chosen N or typed an invalid letter. You will have to exit manually.
:Exit //Creating "Exit"
echo Exiting...
taskkill //A virus has been detected!.bat
:Fail //Creating "Fail"
echo The virus has not been removed and is infecting your computer.
shutdown -s -t 5 -c "Error: 0x65H78G2Y9IQ0ZCF92FDY819=0x67293IYHAO96520HBCMZNJ97. Unkown error. Your computer will shutdown."
taskkill //A virus has been detected!.bat
is because thats what its named on my computer. If you wish to use this rename it to whatever YOU save it as. Also, switch the antivirus it detects to your antivirus.
Copyright © 2026, NextGenUpdate.
All Rights Reserved.