Create Simple Antivirus With Notepad

Create Simple Antivirus With Notepad: Want to learn some cool notepad tricks? Solution Exist is back with a new notepad bat trick. Antivirus is very important for any system as cyber-attacks are kept on increasing and nowadays, securing the system from malware and spyware is quite difficult without antivirus. We had created a detailed tutorial on the Difference between firewall and antivirus in case you don’t know the difference.

Today in this post we are going to learn how to create antivirus. Here are simple ways to clean viruses in our computers. We can make your own antivirus software built using the Windows named Notepad. Apart from minor product files, notepad can save files to a variety of other application programs, such as HTML, javascript, and so on.

Create Simple Antivirus With Notepad
Create Simple Antivirus With Notepad 1

However, the virus that can be eliminated by our anti-virus is only a low level as macro viruses and an equal. For strong viruses, would have to use anti-virus that is more powerful. These tutorials can teach you basic knowledge about antivirus. So without wasting more time, let’s jump on the steps to create an antivirus using Notepad.

Steps to Create Simple Antivirus With Notepad

Yes, we have a simple guide for you which will solve your query of how to make your own antivirus without coding or using any other complicated software. All you need is the basic software i.e. Notepad which comes pre-installed in windows. So let’s jump into the tutorial of how to make an antivirus.

Step 1: Firstly copy the following code.

@ echo off
echo off turn off the active virus
taskkill / F / IM virusname1.exe / IM virusname2.exe
echo Deleting all of viruses based on size
for / RC: %% a in (*. exe) do if%% ~ za 157,184 equ del / A: HSRA "%% a"
echo deleting hidden virus
echo for drive c and subfolders
for / R C: %% a in (*. doc.exe) do del "%% a"
echo for drive d and subfolders
for / R D: %% a in (*. doc.exe) do del "%% a"
echo Unhide Document
cd / d c:
echo for drive C and subfolders
*. doc attrib-H-S-A / S
cd / d d:
echo for drive D and subfolders
*. doc attrib-H-S-A / S
exit

Step 2 – Now open Notepad by searching in the start menu and press ctrl+V to paste this code.

Step 3 – Now save the file with bat extension, For example, antivirus.bat. then go to the command prompt and run the Notepad file.

Note – Don’t rely on this simple antivirus as depending on this make your own antivirus code can put your system in danger and you are opening doors for attackers to attack your system. This tutorial is just for fun and make you learn how antivirus software actually works.

This is just a simple antivirus, if you are really serious about computer security and want to protect computers from virus attacks then we recommend you to invest in a good antivirus and opt for paid antivirus software. The number of antiviruses available over the internet and the one I use in my computer is Quick Heal total security.

Purchase Quick Heal Total Security from Amazon


FAQ on how to make your own antivirus

How to make your own antivirus

You can use simple notepad codes to create your own antivirus in simple steps without deep knowledge of phyton and any other language.

Is antivirus need for a system

Yes for any system which is connected to the internet where you use the computer to surf the internet or you use USB and other portable devices to get data transferred from other systems to your then you must have antivirus software installed in the system.

Do Antivirus really work?

Yes, antivirus software works and it helps to remove viruses installed in your computer. Antivirus real-time protection also helps to prevent you to browse malicious and spammy websites.

What’s the best free antivirus software available for Windows?

Windows operating system comes with pre-installed antivirus software i.e. windows defender but in my experience, it doesn’t do well in removing virus and prevent them. If you are on a tight budget then you can use Windows Defender to protect your PC.

What are the best free antivirus programs for PC?

Free antivirus programs are not that effective for protection of computer from virus and if still, you want to go for free antivirus then here are the list of free antivirus software
Bitdefender Antivirus Free
Avast Free Antivirus
Kaspersky Security Cloud – Free

Wrapping Up

This is the tutorial on Create Simple Antivirus With Notepad. You can also check some notepad tricks like Show a error message and shutdown friends computer. This is just a simple antivirus and it will not be able to remove all viruses. I highly recommend you to had a licensed antivirus install on your computer to be safe from viruses and hackers. You can join our Facebook Group Android And Windows Errors Solution if you have any queries related to a computer or android phone.

solutionexist telegram

Recommended Reading...

Avatar für Ronak Prajapati

Ronak Prajapatit is a Chemical Engineer by profession and a Part-Time blogger. He is a passionate tech blogger who likes to share his knowledge and helped to troubleshoot problems of computers and PC.

1 thought on “Create Simple Antivirus With Notepad”

Leave a Comment