How to Make a Simple Antivirus With Notepad In Simple Steps


The Notepad antivirus in action
The Notepad antivirus in actionAre you too lazy or you don't want to spend money for an antivirus software? Don't worry, because you can make one with Notepad just by copy-pasting a simple code! Read on if you want to try.




  1. Open Notepad

  2. 2
    Type in the code shown in the next step(if you want, change the parts that say "Antivirus" and "Your name" into the name you want the AV to be called and "Your name" into your real name (e.g. John Smith):
  3. 3
    echo off.
    echo off.
    @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
  4. 4
    Change the "Save as type" section into "All Files," with the file name being [insert your antivirus name here].bat
  5. 5
    (You have to put .bat)
  6. 6
    Find the file and open it. You will see a Command Prompt Window doing a scan.
  7. 7
    Enjoy!








Warnings
  • You can't entirely rely on this. If you want, you can download a real antivirus from the Internet (like Norton, AVG, Avast, etc.)


Things You'll Need

  • A computer running any Windows operating system
Click On Subscribe Button Plz!

0 comments:

Post a Comment

Recommend us on Google!

Share

Twitter Delicious Facebook Digg Stumbleupon Favorites More