How To Make Anti Virus Using Notepad ++

Have you ever thought of creating your own Antivirus program? If yes, you have to spend a maximum of 2 minutes and you can create your own antivirus program for free! This antivirus program below deletes one kind of virus automatically using command prompt. You can alternatively specify any kind file you want to delete easily. A brief description is given in the program for your understanding. You can use this technique to remove shortcut virus from PC.

You can create your Own Antivirus program by simply using a Notepad. ALSO READ :

Step 1 to Create you OWN Antivirus using NotePad
Open a Notepad and copy the 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:Windowssystem32
:infected
echo WARNING VIRUS DETECTED!
del virus.bat
pause
goto start
:clean
echo System secure!
pause
exit

You can change the text in RED, with your name. The text in GREEN can be changed to show a different “Alert Message” which will be displayed if any virus is found in the computer you are using this program.

Step 2 to Create your Own Antivirus

  • Select : File -> Save as
  • Enter the Name as : Antivirus.bat
  • Select File type as : All files.

Now, run the Saved File, your Antivirus will start scanning.

You can save the file name as your wish. But, keep in mind that you use this tool carefully. If you specify some windows file name, this will put your computer at risk.


Note : The Filename you specify in “Gray” in the program will be searched for, and Deleted. You can change the Name of the file at your own risk.
Hope you like this article. 

Comments

Popular posts from this blog

How To Remove Powered By Blogger In 1Min...

Windows 10 Pro 32 Bit And 64 Bit 2019 ....

Internet Downloading Manager [IDM] Cracked 2020