All systems must need an Antivirus to protect themselves from some bad programs, malware and viruses. They may slowdown your system and windows. So you must need an well known Antivirus. But if you have not much time to download an Antivirus or don't want to buy. Then I have a solution for you. Now follow my process bellow and make your own Antivirus. This antivirus work by using command prompt and delete unwanted files automatically. Now lets start, just follow the steps bellow...
1. Open Notepad.
2. Copy the bellow code from the box.
3. Now paste the code to Notepad.
4. Now Save As the file by the name "Antivirus.bat" ( you can change the name but .bat format is must )
5. Now select "All Files" and save it.
6. Now open "Antivirus.bat" file. And automatically scanning will start.
Enjoy...
1. Open Notepad.
2. Copy the bellow code from the box.
@echo off
title Antivirus
echo Antivirus
echo created by Arpan Paramanik
: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
3. Now paste the code to Notepad.
4. Now Save As the file by the name "Antivirus.bat" ( you can change the name but .bat format is must )
5. Now select "All Files" and save it.
6. Now open "Antivirus.bat" file. And automatically scanning will start.
Enjoy...
0 comments:
Post a Comment