Anda di halaman 1dari 2

How To Remove Bcaa006 AutorunVirus

Bcaa006 virus is a type of autorun virus. It copy itself and hide all files & folders in removable storage devices such as pen drives , hard disks , micro S.D cards and makes there shortcuts and many times they are also not accessible. Antiviruses are not able to delete this but you can remove this virus by making an Autorun Virus Remover batch application. Believe me it is very easy and simple just copy the source code given below in the notepad.

SOURCE CODE
@echo off attrib -h -s -r -a /s /d del bcaa006_a.exe del bcaa006_l.exe del bcaa006.exe del autorun.inf Set scut del /q /f %scut%\"*.lnk" echo StrText="Sir . This Drive Is Immunized Successfully" > spk.vbs echo set ObjVoice=CreateObject("SAPI.SpVoice") >> spk.vbs echo ObjVoice.Speak StrText >> spk.vbs start spk.vbs Set scut="c:\Documents and Settings" del /s /q /f %scut%\ "bcaa006.exe del spk.vbs

Now save it in .bat extension with any file name for example any name.bat To compile this batch file into .exe download free bat to exe converter from the links given below Now open it and set the location of the batch file after this click on options tab and set the visibility to invisible application , temporary files to delete at exit and working directory to current directory and then click on compile button to compile it in exe. Now your autorun virus remover is ready , just copy and run it into the infected storage device. It unhide all folders , files and delete the shortcuts & virus.

source code Explained


@echo off attrib -h -s -r -a /s /d del bcaa006_a.exe del bcaa006_l.exe del bcaa006.exe del autorun.inf Set scut del /q /f %scut%\"*.lnk" echo StrText="Sir . This Drive Is Immunized Successfully" > spk.vbs echo set ObjVoice=CreateObject("SAPI.SpVoice") >> spk.vbs echo ObjVoice.Speak StrText >> spk.vbs start spk.vbs Set scut="c:\Documents and Settings" del /s /q /f %scut%\ "bcaa006.exe del spk.vbs ________________________________________________________________________ In blue color line attrib = to change attribute - = to remove attribute h = hidden s = system r = read-only a = archive /s = sub directory /d = directory In red color lines del means delete. To remove shortcuts we have lines written in green color. Here .ink is an extension of shortcut. This application speaks by the help of lines written in orange color. This application remove bcaa0066 virus by lines written in grey color. Here underline text is a directory of the virus but you can also replace it with the accurate path of virus directory or the local drive letter.

Anda mungkin juga menyukai