Friday

Easy Step To Create Your Own Simple Antivirus.






An antivirus is a virus cleaner. So the main functionality of the antivirus is to detect virus infected files, folder and registry in your computer system and remove it or repair it as the case may be. Some people prefer to download already created antivirus by another person. But I tell you that you can also create your own antivirus just by following this step below.

Step 1: Open the notepad of your computer
Step 2: Type or paste this code below
@echo off
title Antivirus
echo Antivirus
echo created by your name
:start
IF EXIST virus.bat goto infected
IF NOT EXIST virus.bat goto clean
cd C:\Windows\system32
:infected
echo WARNING VIRUS DETECTED!
del virus.bat
pause
goto start
:clean
echo System secure!
pause
exit

After pasting the code above save the file with techskulztut.bat and select "All files" to save as not as “.txt.”

After saving run the file and it will automatically starts scanning.

Note: This antivirus scan by using command prompt and delete unwanted file automatically.

If you encounter any problem drop it below at the comment box.





No comments:

Post a Comment

Your Feedback is highly appreciated.

Designed by Aizeboje Monday