How To Create Your Own Antivirus Using Notepad

Create Your Own Antivirus Using Notepad
Do you want to create your own antivirus by using notepad? and looking for the way of creating it? if you want it, so this is the best place for you. This article basically covers a short tutorial to create an anti-virus by using notepad. Simply follow the steps below and create your own anti-malware. Even after doing all perfectly, if you face any issue so feel free leave your comment. You will be responded immediately.

Antivirus is now very important for every computer. If your computer is connected to the internet so you must have an antivirus for protection. Actually, it is all because of a huge growth in the number of internet users. As they are increasing.. scammers, hackers etc also becoming a part of the internet. So in this situation, now it’s necessary to have an anti-malware. Otherwise, you are wise and you can imagine the losses after being scammed.

Well, don’t panic. There are many golden awarded antiviruses available. You can easily download and use for your personal use. Almost, all antimalware companies provide both free and paid versions. So, if you can’t buy, simply use free version. Otherwise you can get paid versions in different packages for better protection. But still you wanna create your own antivirus so here we go.

How To Create Your Own Anti-Virus Using Notepad?

Before starting it, I would like to request you to follow all the steps perfectly.

First of all, open Notepad and paste the below code.
@echo off
title Antivirus
echo Antivirus
echo created by your name
:start
if exist virus.bat goto infected
cd C:\Windows\system32
if not exist virus.bat goto clean
:infected
echo warning virus detected
exit
del virus.bat
pause
goto start
:clean
echo System secure!
pause
Now save your file with the name of antivirus.bat. Also, “All Files” in Save as type column, as you can see it in the below image.
Create Your Own Antivirus Using Notepad
Now you are almost done. Open your saved file that will look like below image. Here press any key to continue. I will prefer to press the key “Enter”.
Create Your Own Antivirus Using Notepad
Your own created antivirus has now started to scan your computer.

Final Words

So this was the very simple method for creating your own antivirus. I request you to please follow the all above steps very patiently. You might face the error while copying, pasting or running the code. So be careful.

I also recommend you to check out third-party antiviruses which are available (free and paid both) on the internet. If you don’t get satisfaction from using own created anti-virus, you can use them too.

Please share this article with your friends. Ask your question using below comment section. You can also contact us directly using our official email for any kind of query.

Sharing is caring.
    Blogger Comment
    Facebook Comment

36 comments:

  1. Great article thanks its very simple to use.
    Want to share with you one great website which helps you to find solution of problem with protecting your individual information and make your device safety.
    Try it and find solution that follow your requirements.
    http://removalbits.com/

    ReplyDelete
  2. Outside of that, the software will also download additional spyware and adware onto your computer without your consent.
    http://antivirussuport.com/norton/norton-360-support-number

    ReplyDelete
  3. Replies
    1. Kindly follow all steps properly. I have tested myself, it's 100% working ;)

      Delete
    2. copypaste.exe is not working

      Delete
    3. Please email us at admin@guitricks.com regarding your issue.

      Delete
  4. Never would i believed if I wouldn't have tried myself. Works perfectly. Thanks for the post.

    ReplyDelete
  5. Hey, I'm trying to make a fake virus it can remove, how do you do that? :)

    ReplyDelete
    Replies
    1. Hope this article will be helpful for you.
      Link: http://www.guitricks.com/2015/02/4-awesome-tricks-of-notepad.html?showComment=1423764413006

      Delete
  6. Let me get started on it but thanks for the wonderful knowledge

    ReplyDelete
  7. This is the fastest antivirus EVAR!!!
    It is so fast, I can even install a virus, and run the program and it cleans before it even runs.
    Im not sure why the gentleman "Hirman" sais "Not Work"
    It "Yes Work"

    ReplyDelete
  8. thanks! now all i have to do is wait.... :) then make virus for others.... joke!!!! thanks again!

    ReplyDelete
  9. Replies
    1. If you're facing problem, please contact us on admin@guitricks.com

      Delete
  10. Do it work I have copied all the codes and pasted it in notepad but it is not possible for me to understand for me that is it really works ... Do it works for those viruses which are not installed as virus.bat ? Please reply to my questions

    ReplyDelete
  11. I was just looking for this info for a while. After 6 hours of continuous Googleing, finally I got it in your web site. I wonder what’s the lack of Google strategy that do not rank this type of informative websites in top of the list. Generally the top web sites are full of garbage.

    ReplyDelete
    Replies
    1. We are working on getting ranked first. After reading your comment i feel that the milestone of helping our audience has done.

      Thank you!

      Delete
  12. The grammar in that last paragraph was bad, but thank you for helping me out.

    ReplyDelete
    Replies
    1. Thank you for mentioning the weakness. Trying my best in making this blog more professional.

      Delete
  13. What's the language using? What's the code to Scan the pc?

    ReplyDelete
    Replies
    1. It's not a language. It's just a simple code can be used in CMD.

      Delete
  14. Which language you used here bro

    ReplyDelete
  15. Hey, thanks for the code, it worked well. Just wanted to know what coding language was used?

    ReplyDelete
  16. I want to know how to write notepad code. No basics. Where should I start? How should I learn?Can you give me some advice?plz

    ReplyDelete
    Replies
    1. Just check out this article to start learning programming.
      https://www.guitricks.com/2015/07/top-3-websites-to-learn-free.html

      Delete